- Timestamp:
- 08/27/10 23:01:58 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/staticpages/controller/staticpages.admin.php
r4506 r4599 22 22 * 23 23 * @license GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 24 *25 24 * @author Jens-André Koch <vain@clansuite.com> 26 * @copyright Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 27 * 25 * @copyright Jens-André Koch (2005 - onwards) 28 26 * @link http://www.clansuite.com 29 * @link http://gna.org/projects/clansuite30 27 * 31 28 * @version SVN: $Id: news.module.php 2006 2008-05-07 09:08:40Z xsign $ … … 33 30 34 31 # Security Handler 35 if(defined('IN_CS') == false)32 if(defined('IN_CS') === false) 36 33 { 37 34 die('Clansuite not loaded. Direct Access forbidden.'); … … 45 42 * @subpackage Staticpages 46 43 */ 47 class Clansuite_Module_Staticpages_Admin extends Clansuite_Module_Controller implements Clansuite_Module_Interface44 class Clansuite_Module_Staticpages_Admin extends Clansuite_Module_Controller 48 45 { 49 public function initializeModule( Clansuite_HttpRequest $request, Clansuite_HttpResponse $response)46 public function initializeModule() 50 47 { 51 48 parent::initModel('staticpages'); … … 207 204 else 208 205 { 209 $info206 # $info 210 207 } 211 208 … … 242 239 243 240 # display formgenerator object 244 # clansuite_xdebug::printR($form);241 #Clansuite_Debug::printR($form); 245 242 246 243 $form->addElement('submitbutton')->setName('Save'); … … 248 245 249 246 # display form html 250 # clansuite_xdebug::printR($form->render());247 #Clansuite_Debug::printR($form->render()); 251 248 252 249 # assign the html of the form to the view
Note: See TracChangeset
for help on using the changeset viewer.
