Function _schema
Get schema definition file
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at lc.php
string |
$dbNamespace = 'default' |
The namespace for the database |
boolean |
$cache = false |
<p>to look for the file in /db/build/; FALSE in /db/ <code>TRUE</code> to look for the file in such priority 1. /db/build/schema.{namespace}.lock 2. /db/build/schema.lock (only for default) 3. /db/schema.{namespace}.php 4. /db/schema.php (only for default)</p> <p><code>FALSE</code> to look in this priority 1. /db/schema.{namespace}.php 2. /db/schema.php (only for default)</p> |
mixed
|
array The schema definition null Incorrect schema definition boolean False when the file doesn't exist |