Rev 186 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
26 | PointedEar | 1 | <?php |
2 | |||
172 | PointedEar | 3 | require_once 'Application.php'; |
200 | PointedEar | 4 | chdir('application'); |
5 | // require_once 'models/databases/seriometer/SeriOMeterDb.php'; |
||
26 | PointedEar | 6 | |
186 | PointedEar | 7 | $application = \PointedEars\PHPX\Application::getInstance(); |
8 | // $application->setDefaultDatabase( |
||
9 | // $application->registerDatabase('seriometer', new SeriOMeterDb())); |
||
172 | PointedEar | 10 | $application->run(); |