mirror of
https://github.com/dg/dibi.git
synced 2025-08-08 23:26:49 +02:00
- Object renamed to DibiObject
- DibiTranslator: improved %and and %or handling - DibiTable::findAll allows to add conditions
This commit is contained in:
@@ -49,6 +49,7 @@ $products->findAll()->dump();
|
||||
|
||||
// select all, order by title, product_id
|
||||
$products->findAll('title', $products->primary)->dump();
|
||||
$products->findAll(array('title' => 'Chair'), 'title')->dump();
|
||||
|
||||
|
||||
// fetches single row with id 3
|
||||
|
Reference in New Issue
Block a user