예제 #1
0
파일: FormsPrepare.php 프로젝트: jager/cms
 /**
  * Method sets general configuration for forms up
  *
  * @param Zend_Controller_Request_Abstract $request
  */
 private static function setupFormsGeneral()
 {
     Webbers_Form_Factory::setCommonConfigFile('common.php');
     Webbers_Form_Factory::setDefaultFormClass('Webbers_Form');
 }