Pytanie wygląda tak:
$q = Doctrine_Query::create()->from('pages')->execute();
a rezultat tak:
Kod
500 | Internal Server Error | Doctrine_Exception
Couldn't find class pages
at ()
in SF_SYMFONY_LIB_DIR/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 299
Couldn't find class pages
at ()
in SF_SYMFONY_LIB_DIR/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Table.php line 299
pytanie co robię źle??
Pozdrawiam.