create first method for CRUD
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user