예제 #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;
 }