Added FormViewHelper @method form() to PHPView
This commit is contained in:
@ -5,8 +5,6 @@
|
||||
* @package Majestic
|
||||
* @subpackage View
|
||||
* @since 2010-02-25
|
||||
* @version SVN: $Id$
|
||||
* @filesource $URL$
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -15,15 +13,20 @@
|
||||
* @method HeadViewHelper head() head(string $string = false) Append another string to HEAD section of Layout
|
||||
* @method MsgViewHelper msg() msg(string $msg = null, string $type = null) Set a message to display for user in Layout
|
||||
* @method TitleViewHelper title() title(string $string = false) Append another section for TITLE of Layout
|
||||
* @method FormViewHelper form() form(string $form = null) Get form values from session
|
||||
*
|
||||
*/
|
||||
class PHPView implements iView
|
||||
{
|
||||
|
||||
protected $path = '';
|
||||
|
||||
protected $variables = array();
|
||||
|
||||
protected $helpers = array();
|
||||
|
||||
protected $extension = '.phtml';
|
||||
|
||||
protected $template = '';
|
||||
|
||||
public function __construct($config)
|
||||
|
Reference in New Issue
Block a user