-
Website
http://britg.com -
Original page
http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Ryan McGeary
1 comment · 1 points
-
traviscooper
1 comment · 2 points
-
edkohler
2 comments · 3 points
-
MattB
1 comment · 1 points
-
antmuzic
1 comment · 1 points
-
-
Popular Threads
However, my include path was not ending in a semicolumn, so I had to adjust this in zend_include_path.php:
ini_set(‘include_path’, ini_get(‘include_path’).';'.dirname(__FILE__));
there is a semicolon and add it if there is not - like your case.
Thanks for sharing
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(__FILE__));