コード例 #1
0
ファイル: View.php プロジェクト: comodojo/comodojo-framework
 public function getApplication()
 {
     $application = new ApplicationView($this->configuration(), $this->database());
     return $application->load($this->application);
 }
コード例 #2
0
ファイル: View.php プロジェクト: comodojo/comodojo-framework
 public function getLandingApp()
 {
     $application = new ApplicationView($this->configuration(), $this->database());
     return $application->load($this->landingapp);
 }