public function testAction() { $rank = new Rank(); Zend_Debug::dump($rank->getTable()->find(0)->current()->name); exit; }