Rev 28 | Rev 186 | Go to most recent revision | 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'; |
26 | PointedEar | 4 | |
172 | PointedEar | 5 | require_once 'application/models/databases/seriometer/SeriOMeterDb.php'; |
26 | PointedEar | 6 | |
172 | PointedEar | 7 | $application = Application::getInstance(); |
8 | $application->setDefaultDatabase( |
||
9 | $application->registerDatabase('seriometer', new SeriOMeterDb())); |
||
10 | $application->run(); |