
<?php foreach($this->Ocena as $a); ?> <? endforeach; ?>
<?php class Application_Model_DbTable_Ocena extends Zend_Db_Table_Abstract { protected $_name = 'ocena'; public function getLosowaOcena($id) { $sql = $this->select()->limit (5); return $this->fetchAll($sql); } }
Wyświetla mi tylko jeden rekord a powinno być 5 jak w limicie
dlaczego
