If you add to the PATH but it doesn’t take you can add the path items manually in index.php:
ini_set('include_path', ini_get('include_path'). ';C:\Zend\library;');
Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form
If you add to the PATH but it doesn’t take you can add the path items manually in index.php:
ini_set('include_path', ini_get('include_path'). ';C:\Zend\library;');
You must log in to post a comment.