Today I would like to show you how I am storing and fetching the settings for my applications in CakePHP. The reason why I am doing this is pretty obvious – once the application is complete and installed it’s better to have settings such as
- How many rows per page to show in the paginated table
- Where is the upload dir for the files
- What is the Date format used in the application
And many other.
Continue reading