Visual web development is not a novelty in our days. TYPO3 is a PHP/MySQL framework and content management system that allows anyone to develop websites in a visual manner, without having knowledge of PHP / MySQL. All you need to begin to learn the modalities of usage of TYPO3 content management system is a web serv... |
20 December 2007 12:07 GMT |
 |
MODx is a new promising content management system and PHP application framework addressed both to developers and designers. It is not particularly suitable for beginners, but the default MODx installation offers to a person without web programming knowledge various tools that allow anyone to deploy a blog or a news ... |
1 October 2007 11:31 GMT |
 |
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 |
 |
CakePHP is an open-source PHP development framework inspired by Ruby on Rails framework. This framework enables you to work in a structured manner, without loss of flexibility. Cake PHP is distributed under MIT license, which is a free license originating at the Massachusetts Institute of Technology (MIT). Specifical... |
13 September 2007 10:35 GMT |
 |
|