categories = Doctrine::getTable('JobCategory')->createQuery() ->addWhere('priority > 0') ->execute(); } }