Help with creating a db query
Notice: This thread is very old.
- greeny
- Member | 405
$post variable now contains Nette\Database\Table\Selection which is something with filtered results. The easiest way to get the results is to iterate them:
Or if you want just the first post
But in the second case i recommend adding
Last edited by greeny (2014-03-02 09:09)