Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $recordsModel = new Application_Model_Record();
  2. $recordsModel->addRecords($_POST['message'],date("d m y"));
  3. $records = $recordsModel->fetchAll();
  4. $this->view->records = $records;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement