Definition at line 5 of file Cms.php.
Definition at line 7 of file Cms.php.
10 $result = self::$dbo->exec(
"CREATE TABLE IF NOT EXISTS `{$dbPrefix}cms` (
11 `id` INTEGER(11) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
12 `shurl` VARCHAR(255) NOT NULL,
13 `controller` VARCHAR(255) NOT NULL,
14 `order` INTEGER UNSIGNED NOT NULL DEFAULT 0,
17 if ($result ===
false)
18 throw new \Exception(get_class().
": ".self::$dbo->errorInfo()[2]);
The documentation for this class was generated from the following file:
- /home/isundil/Project/ecom/core/models/Cms.php