Class Category

Description

Category

Located in /controllers/Category.php (line 9)

Core_Object
   |
   --Core_Controller
      |
      --Category
Variable Summary
 mixed $cache
 mixed $css
 mixed $helpers
 mixed $js
 mixed $views
Method Summary
 void beforeFooter ()
 void list_items ()
 void __default ()
Variables
mixed $cache = 0 (line 24)
  • access: public

Redefinition of:
Core_Controller::$cache
$cache
mixed $css = array(
'normal' => array('layout.css'),'ie6'=>array('ie6.css'),'ie7'=>array('ie7.css'),'print'=>array('print.css'),)
(line 11)
  • access: public

Redefinition of:
Core_Controller::$css
$css
mixed $helpers = array('Menu') (line 22)
  • access: public

Redefinition of:
Core_Controller::$helpers
$helpers
mixed $js = array('jquery.js',
// 'paging.js'
)
(line 18)
  • access: public

Redefinition of:
Core_Controller::$js
$js
mixed $views = array('Default', 'Rss') (line 26)
  • access: public

Redefinition of:
Core_Controller::$views
$views

Inherited Variables

Inherited from Core_Controller

Core_Controller::$controllerName
Core_Controller::$defaultView
Core_Controller::$footerTplFile
Core_Controller::$headerTplFile
Core_Controller::$rss
Core_Controller::$style

Inherited from Core_Object

Core_Object::$data
Core_Object::$me
Core_Object::$request
Core_Object::$response
Core_Object::$router
Methods
beforeFooter (line 28)
  • access: public
void beforeFooter ()

Redefinition of:
Core_Controller::beforeFooter()
Is called before footer is added
list_items (line 54)
  • access: public
void list_items ()
__default (line 49)
  • access: public
void __default ()

Redefinition of:
Core_Controller::__default()
Default Action method

Inherited Methods

Inherited From Core_Controller

 Core_Controller::__construct()
 Core_Controller::afterAction()
 Core_Controller::authenticate()
 Core_Controller::authorize()
 Core_Controller::beforeAction()
 Core_Controller::beforeFooter()
 Core_Controller::isValid()
 Core_Controller::setSiteData()
 Core_Controller::__default()

Inherited From Core_Object

 Core_Object::__construct()
 Core_Object::delData()
 Core_Object::getData()
 Core_Object::setData()
 Core_Object::__toString()

Documentation generated on Mon, 04 May 2009 01:55:27 +0200 by phpDocumentor 1.4.1