View Single Post
  #9 (permalink)  
Old 03-28-2008, 03:45 PM
notrub225 notrub225 is offline
Member
 
Join Date: Jan 2008
Location: chicago
Posts: 98
Default

Quote:
Originally Posted by Howler9443 View Post
notrub225,

Does the addControllerDirectory() method add the controller directory to the include path or does it do something different?
As friedhelm said, no it doesn't add it to include_path, but that isn't a directory you need to add to include_path.

include_path is a php thing, not a zend framework thing.
Reply With Quote