Changeset 4599 for trunk/modules/downloads/controller/downloads.admin.php
- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/downloads/controller/downloads.admin.php
r4506 r4599 24 24 * 25 25 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 26 *27 26 * @author Jens-André Koch <vain@clansuite.com> 28 27 * @copyright Jens-André Koch (2005 - onwards) 29 *30 28 * @link http://www.clansuite.com 31 * @link http://gna.org/projects/clansuite32 29 * 33 30 * @version SVN: $Id: news.module.php 2753 2009-01-21 22:54:47Z vain $ … … 35 32 36 33 # Security Handler 37 if(defined('IN_CS') == false)34 if(defined('IN_CS') === false) 38 35 { 39 36 die('Clansuite not loaded. Direct Access forbidden.'); … … 47 44 * @subpackage Downloads 48 45 */ 49 class Clansuite_Module_Downloads_Admin extends Clansuite_Module_Controller implements Clansuite_Module_Interface46 class Clansuite_Module_Downloads_Admin extends Clansuite_Module_Controller 50 47 { 51 public function initializeModule( Clansuite_HttpRequest $request, Clansuite_HttpResponse $response)48 public function initializeModule() 52 49 { 53 50 } … … 97 94 98 95 # display formgenerator object 99 # clansuite_xdebug::printR($form);96 #Clansuite_Debug::printR($form); 100 97 101 98 $form->addElement('submitbutton')->setName('Save'); … … 103 100 104 101 # display form html 105 # clansuite_xdebug::printR($form->render());102 #Clansuite_Debug::printR($form->render()); 106 103 107 104 # assign the html of the form to the view … … 118 115 119 116 # Get Configuration from Injector 120 $config = $this-> injector->instantiate('Clansuite_Config');117 $config = $this->getInjector()->instantiate('Clansuite_Config'); 121 118 122 119 # write config
Note: See TracChangeset
for help on using the changeset viewer.
