- Posts: 401
- Thank you received: 32
Ask the community, share ideas, and connect with other LimeSurvey users!
$currentSurveysQuery = "SELECT count(*) FROM {{surveys}}"; $currentSurveys = Yii::app()->db->createCommand($currentSurveysQuery)->queryAll();