$tips_table = Engine_Api::_()->getDbtable('tips', 'user');
$tips_select = $tips_table->select();
$tipData = $tips_table->fetchAll($tips_select);
$this->view->tipData = $tipData;
$tips_select = $tips_table->select();
$tipData = $tips_table->fetchAll($tips_select);
$this->view->tipData = $tipData;
No comments:
Post a Comment