Do you want to create a blog, a web management module, or anything you want for an application? Make it a CakePHP plugin and you can also put it in other applications. The main tie between a plugin and the application it has been installed into is the application's configuration (database connection etc.). Other... |
14 September 2007 11:13 GMT |
 |
In my latest article you learned how to configure the database for CakePHP. Now I will show you how to configure global CakePHP. Global configuration file of CakePHP can be found in cakeappconfigcore.php. From here, you can change debug level, cache checking, session cookie, session timeout, level of security and a l... |
14 September 2007 10:04 GMT |
 |
Now that you know what CakePHP is and what you can do with it, I will help you to install it so you may start building your first application. Before starting downloading the installation kit, verify if you comply with the requirements: a webserver (Apache, IIS, etc), PHP (4.3.2 or greater) and a database server (MyS... |
13 September 2007 11:16 GMT |
 |
|