Developer Documentation

 
Apr

25

2012

Introduction with Global Configuration File under Config.

Posted Date : 2012-04-26 11:15:40 & Posted by : Mr Developer Developer
The entire Application is configurable through two re-usable configuration files stored in application/configs. There are :  Application.ini  -  application.ini contains system specific variables and server locations. It...
Apr

25

2012

Setting up privileges and roles as ROOT / Super user.

Posted Date : 2012-04-26 10:56:04 & Posted by : Mr Developer Developer
Managing Privileges & Roles The most secure way to manage privileges for users and roles is to confine use of privilege to commands in a rights profile. The rights profile is then included in a role. The role is...
Apr

25

2012

Default location of Templates , JS , CSS and Images.

Posted Date : 2012-04-26 10:44:14 & Posted by : Mr Developer Developer
By Default the Core Files are located as :     File TypeFile Locations Layout File           //application/layouts/scripts//layout.phtml Default Image    ...
Apr

25

2012

Introduction of Modules Architecture.

Posted Date : 2012-04-25 07:49:53 & Posted by : Mr Developer Developer
When the application becomes bigger and bigger the controller, models and views/scripts directories contain more and more files. That’s a bit odd, because it becomes difficult to maintain, and than the modules come in...