Skip to content

Instantly share code, notes, and snippets.

@allyraza
Created August 9, 2012 11:24
Show Gist options
  • Save allyraza/3303380 to your computer and use it in GitHub Desktop.
Save allyraza/3303380 to your computer and use it in GitHub Desktop.
private function actionAction(){
$criteria = new CDbCritera;
$criteria->compare("username", "john");
$criteria->compare("password", "123");
$users = User::model()->findAll($criteria);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment