Guest User

Untitled

a guest
Nov 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function actionListjson($search){
  2. $criteria=new CDbCriteria;
  3. $criteria->compare('Nome',$search);
  4. $model = Negozi::findAll($criteria);
  5. echo CJSON::encode($model);
  6. }
Add Comment
Please, Sign In to add comment