tutorial:poly_db_querying

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tutorial:poly_db_querying [2017/07/26 14:15] – created paffenholztutorial:poly_db_querying [2018/02/10 11:38] (current) – deleted after merging into doku.php/tutorial/poly_db_tutorial oroehrig
Line 1: Line 1:
-==== Querying the Database ==== 
- 
-There are three commands that can be used to query the database: 
-   * ''db_query'': Obtain one or more objects that satisfy a query 
-   * ''db_count'': Count objects that satisfy a query 
-   * ''db_ids'': Obtain ''id''s of objects that satisfy a query 
- 
-=== Obtain Objects that Satisfy a Query === 
- 
-=== Count Objects that Satisfy a Query === 
- 
-=== Obtain Object ''ID''s that Satisfy a Query === 
- 
- 
-