Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- public function actionUpdateMap() {
- $model = new Map('search');
- $model->unsetAttributes();
- if(isset($_GET['Map'])){
- $model = $_GET['Map'];
- }
- $this->renderPartial('_map',array('model'=>$model),false,true);
- }
- /****
- * in the view _map
- */
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement