Author: Not specified | Language: php |
Description: Not specified | Timestamp: 2013-05-30 18:15:56 +0000 |
View raw paste | Child paste by: Not specified | Reply |
- public function guardarAction()
- {
- if (!$this->getRequest()->isPost()) {
- $this->_helper->layout
- ->assign("mensaje", "No se han recibidos los datos");
- return $this->_forward('crear');
- }
View raw paste | Child paste by: Not specified | Reply |