i am new to ZF and i am making a project in ZF .i got basic knowledge of ZF but need more. i studied configuration in ZF in many different ways like
- Using Array Configuration
- Creating File Configuration
- Using INI File Configuration
- Using XML File Configuration
i need to know what is best and efficient way among all these in sense of Maintainability and security ?? also can anyon plz tell me (Quick advise) how to start my first project so that its easy for me in order to maintain and upgrade.i am bit confuse with layouts that is header , footer and sidebar etc how to intigrate this in my bootstrap like this but its not working
// Register the autoloader
require_once 'Zend/Loader.php';
Zend_Loader::registerAutoload();
// Initialise Zend_Layout's MVC helpers
Zend_Layout::startMvc(array('layoutPath' => ROOT_DIR.'/app/views/layouts'));