FRAD: framework for agile and rapid PHP CRUD development

PHP Framework for PHP Rapid Application Development, support any PHP database. Allow AGILE and rapid development of web based database applications.

PHP Framework for PHP Rapid Application Development, support any PHP database. Allow AGILE and rapid development of web based database applications.

Learn how to disable Codeigniter’s cache for some specific IP address or logged in users and how to implement your own cache logic. Enabling the Codeigniter’s cache Enabling the cache is very easy in your Codeigniter’s application. In any of your controller when you want it enabled just call this function: $this->output->cache($minutes); when your controller Leggi tutto…