how do u define the library path in zend ?

Answer

create directory 'library', and put 'Zend' directory in it. Your directory structure will look like this: wwwroot application lib Zend public index.php now you should add library to your include path. Edit index.php file: $includePath = array(); $includePath[] = '.'; $includePath[] = './../application'; $includePath[] = './../library'; $includePath[] = get_include_path(); $includePath = implode(PATH_SEPARATOR,$includePath); set_include_path($includePath);

All zend-framework Questions

Ask your interview questions on zend-framework

Write Your comment or Questions if you want the answers on zend-framework from zend-framework Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---