예제 #1
0
파일: Faculty.php 프로젝트: hughnguy/php
 public function __construct()
 {
     global $dbo;
     // TODO remove when this class is converted
     parent::__construct();
     $this->facultyUserModel = new UserProfile($dbo);
 }