create first method for CRUD

This commit is contained in:
Manuel Raynaud
2013-01-09 17:23:46 +01:00
parent 4e21c25867
commit c5bed85462
6 changed files with 233 additions and 12 deletions

View File

@@ -57,6 +57,11 @@ class NotORM extends \NotORM
}
}
public function getStructure()
{
return $this->structure;
}
/** Get table data
* @param string
* @param array (["condition"[, array("value")]]) passed to NotORM_Result::where()