-
Website
http://britg.com -
Original page
http://britg.com/2008/07/07/using-the-zend-framework-in-cakephp/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
jogging double stroller
2 comments · 1 points
-
Web Design Lexington
2 comments · 3 points
-
traviscooper
1 comment · 2 points
-
Ed Kohler
2 comments · 4 points
-
sex toys
1 comment · 1 points
-
-
Popular Threads
-
On Stack Overflow Careers
1 week ago · 2 comments
-
Breakfast Naanwiches
2 weeks ago · 1 comment
-
On Stack Overflow Careers
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__));