prices = Doctrine::getTable('PrepaymentCountPrice')->getPrices(); } public function executeCountTypesTable() { $this->prices = Doctrine::getTable('PrepaymentCountPrice')->getPrices(); } public function executeTopjobTable() { $this->prices = Doctrine::getTable('TopJobPrice')->getPrices(); } }