DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

David Spreekmeester's picture

Unregistered

Feeds

aliases

  • David Spreekmeester

David Spreekmeester

9 months ago

in Using the Zend Framework in CakePHP on britg
Hey there, thanks for the advice. Works great, adjusting the include path on the fly like this.

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__));
1 reply
britg Interesting - i guess the most extensible solution would be to check if
there is a semicolon and add it if there is not - like your case.
Thanks for sharing
Returning? Login