Class Post

Description

Post

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

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

Redefinition of:
Core_Controller::$cache
$cache
mixed $css = array(
'normal' => array('layout.css',
'forms.css',
'thickbox.css',
'markitup-comment.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 21)
  • access: public

Redefinition of:
Core_Controller::$helpers
$helpers
mixed $js = array('jquery.js',
'jquery.thickbox.js',
// 'paging.js',
'jquery.markitup.js',
'set-comment.js',
'post.js')
(line 23)
  • access: public

Redefinition of:
Core_Controller::$js
$js
mixed $views = array('Default', 'Rss') (line 32)
  • 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 34)
  • access: public
void beforeFooter ()

Redefinition of:
Core_Controller::beforeFooter()
Is called before footer is added
list_items (line 60)
  • access: public
void list_items ()
view_post (line 116)
  • access: public
void view_post ()
__default (line 54)
  • 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:47 +0200 by phpDocumentor 1.4.1