示例#1
0
文件: View.php 项目: johann-weiss/MVC
 /**
  * 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;
 }