Ejemplo n.º 1
0
 public function listKeyValueCounselorAction()
 {
     $search = $this->getRequest()->getParam('s');
     $con = new Application_Model_DbTable_MstCounselor();
     $rs = new stdClass();
     $rs->result = $con->listIdNames($search);
     $this->_helper->json($rs);
 }