Guest User

Untitled

a guest
Apr 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. //get token length from survey settings
  2. $tlresult = Survey::model()->getSomeRecords("tokenlength",array("sid"=>$iSurveyID));
  3. $tlrow = $tlresult;
  4. var_dump($tlrow);
  5. $iTokenLength = $tlrow['tokenlength'];
Add Comment
Please, Sign In to add comment