The JEM Framework
JEM is built using the following technologies and framework:
- PHP
- MySQL
- JQuery
- Codeigniter Framework
PHP
JEM requires at least PHP version 5.2 to run correctly and without any issues. It also requires the CURL with SSL option compiled into PHP, for various functions such as Authorize.net payment processing.
MySQL
In order to run JEM, you must be running at least MySQL 4.1 or higher, as JEM utilizes subqueries to run some database functions.
JQuery
JEM uses a variety of JQuery functions. They are all located in the /js folder of the application
The Codeigniter Framework
By using the Codeigniter Framework, we are able to build and extend JEM much more efficiently using the Codeigniter MVC (Model-View-Controller) approach. This makes building modules and keeping the system updated easier as well.
More information for Codeigniter can befound on their website:
