Source for file Config.php

Documentation is available at Config.php

  1. <?php 
  2.  
  3.  
  4. class Omeka_Core_Resource_Config extends Zend_Application_Resource_ResourceAbstract
  5. {
  6.     public function init()
  7.     {        
  8.         return new Zend_Config_Ini(CONFIG_DIR DIRECTORY_SEPARATOR 'config.ini''site');     
  9.     }
  10. }

Documentation generated on Thu, 15 Oct 2009 15:36:12 -0400 by phpDocumentor 1.4.2