Thursday, October 21, 2010
Boilerplate app for PHP
Getting a quick start on application development adds a lot to subsequent progress.
Boilerplate app for PHP is once such attempt where the skeleton structure is ready to give you the quick start. The application is developed using the MVC architecture. It is integrated with Smarty, MDB2 libraries.
You will need to update config.php with database details and
start adding the logic to install.php, index.php, administrator.php
Repository location: http://boilerplate-apps.googlecode.com/svn/trunk/php
Get a copy to start: svn export http://boilerplate-apps.googlecode.com/svn/trunk/php boilerplate-php
Hope you will find it useful.
Boilerplate app for PHP is once such attempt where the skeleton structure is ready to give you the quick start. The application is developed using the MVC architecture. It is integrated with Smarty, MDB2 libraries.
You will need to update config.php with database details and
start adding the logic to install.php, index.php, administrator.php
Repository location: http://boilerplate-apps.googlecode.com/svn/trunk/php
Get a copy to start: svn export http://boilerplate-apps.googlecode.com/svn/trunk/php boilerplate-php
Hope you will find it useful.