Rev 27 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 29 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <?php
|
1 | <?php
|
2 | 2 | ||
3 | require_once 'lib/global.inc'; |
3 | require_once __DIR__ . '/../global.inc'; |
4 | 4 | ||
5 | require_once 'lib/AbstractModel.php'; |
5 | require_once __DIR__ . '/../AbstractModel.php'; |
6 | 6 | ||
7 | /**
|
7 | /**
|
8 | * Generic database model class using PDO (PHP Data Objects)
|
8 | * Generic database model class using PDO (PHP Data Objects)
|
9 | *
|
9 | *
|
10 | * @property-read array $lastError
|
10 | * @property-read array $lastError
|