diff options
| author | Silvio <silvio@devlet.com.br> | 2010-04-06 16:16:50 -0300 | 
|---|---|---|
| committer | Silvio <silvio@devlet.com.br> | 2010-04-06 16:16:50 -0300 | 
| commit | a80a88d99cb102fad4a23d5ea5732d489e70eddf (patch) | |
| tree | 8d5a4bb15b3d6d38ed8bc132dc507c56d23a1711 /classes/PhpIsisDb.php | |
| parent | f6f1d270419bbd9696974719b15b8c01b19b032b (diff) | |
| download | cinisis-a80a88d99cb102fad4a23d5ea5732d489e70eddf.tar.gz cinisis-a80a88d99cb102fad4a23d5ea5732d489e70eddf.tar.bz2 | |
Enhanced config check
Diffstat (limited to 'classes/PhpIsisDb.php')
| -rw-r--r-- | classes/PhpIsisDb.php | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 82fe6db..65a7f38 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -79,6 +79,15 @@ class PhpIsisDb implements IsisDb {    }    /** +   * Check configuration. +   * +   * @see IsisDb::check() +   */   +  public function check($schema, $section = NULL) { +    return SchemaDb::check($schema, $section); +  } + +  /**     * Tag results of a db query.     *     * This function converts the keys of query result from field | 
