Error 500 on rawQuery()
On Add page, CustomView is added. In the code I try to use rawQuery but I get Error 500.
<?php echo ($db->rawQuery("SELECT sastojci_mit_id FROM sastojci WHERE sastojci_mit_id < 51000 ORDER by sastojci_mit_id DESC LIMIT 1")); ?>
Produces:
Error 500: Call to a member function rawQuery() on null
Shouldn't $db be allays available?
Many thanks!