22 Nov
Posted by Ganesh H S , Bangalore, India as zend framework
In this zend framework tutorial, we will learn how to create the file/directory layout when developing any project using zend framework.
application - business logic files, no access for website users
library […]
22 Nov
Posted by Ganesh H S , Bangalore, India as zend framework
To completely understand the bootstrap files, you need to read all the tutorials of zend framework. I will cover all this topics in upcoming tutorials.
Lets start writing the bootstrap file public/index.php -
<?php
/**
* Bootstrap file for zend framework
*
* Set the environment settings of zend framework
*
* PHP versions 5.1.4+
*
*
* @category zend framework tutorials
* @author Ganesh H S […]