Пример #1
0
 /**
  * The View has been created.
  *
  * We need to give a reference to ourself to the View Helper.
  *
  * @access public
  */
 public function __construct()
 {
     ViewHelper::$_view = $this;
 }