View Single Post
  #3 (permalink)  
Old 02-13-2008, 06:57 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default

Quote:
Originally Posted by sukumar View Post
Can any one tell me how to pass the variables that is declared in a file thats there in incl folder of a public folder to index file in view folder. Thanks,
Depending on what the variable is being used for, it may be more appropriate to store it in a configuration file using Zend_Config. Zend_Config is good for storing variables such a database connection info, turning error handling on or off, and permissions definitions.

Zend Framework: Zend_Config Documentation
Reply With Quote