_schema

Get schema definition file

Located at lc.php
Parameters
string $dbNamespace = 'default'

The namespace for the database

#
boolean $cache = false

TRUE to look for the file in /db/build/; FALSE in /db/ TRUE 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)

#
Returns
mixed