Daily Archives: May 18, 2012

Login and signup in zend framework

Make a Directory Structure like this ____application/ ____________controllers/ _____________forms/ _____________models/ _____________views/ ____________________scripts/ ____________________index/ Create a index.php file and placed in project/ directory. <?php define(‘ROOT_DIR’, dirname(__FILE__)); set_include_path(‘.’ . PATH_SEPARATOR . ROOT_DIR . ‘/library’ . PATH_SEPARATOR . ROOT_DIR . ‘/application/models’ . PATH_SEPARATOR … Continue reading

Posted in Zend Framework | 4 Comments