Beispiel #1
0
 public function __construct()
 {
     // Set PhrestDI - Always construct first to set up the app
     parent::__construct();
     // Set up services
     $this->setUpServices();
     // Run final functions before app runs
     return $this->finalize();
 }