コード例 #1
0
    public function indexAction()
    {    	
		$facultylandingService = new App_UserService();                           
		
		$rowset = $facultylandingService->GetArtifactsForFacultyIDWithOrderAndLimitAndStatus(1, 'submitted_timestamp', 4, 2);              
		$this->view->user = $rowset->toArray();   	

		$name = $facultylandingService->GetFullNameForId(1);
		$this->view->currentUser = $name;
    }