Skip to content

Instantly share code, notes, and snippets.

@enyachoke
Created October 4, 2012 07:21
Show Gist options
  • Save enyachoke/3831960 to your computer and use it in GitHub Desktop.
Save enyachoke/3831960 to your computer and use it in GitHub Desktop.
CDbCriteria
$criteria = new CDbCriteria;
//Select tip filterin by ID and TipcategoryID
$criteria->condition='ID=:ID AND TipcategoryID=:TipcategoryID';
$criteria->params=array('ID'=>$NextTip,':TipcategoryID'=>$Tip_Alert->TipcategoryID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment