Ask the Community
Ask any professional question and get answers from other specialists.
which framework will be best for dynamic data driven website development Yii2 or codeigniter? i recentaly shifted from codeigniter to yii2. yii2 is best but u have to fol ... See More
$criteria = new CDbCriteria(); $criteria->select = 'type , seen, count(1) As counts'; $criteria->condition = 'mb = :mb AND deleted = false AND arc ... See More
Is there away to import all decreed Classes in specific namespace rather do this use common\constants\RuleActions; use common\constants\Status; use common\constan ... See More
If I try to get an object of Active record on Yii $myObj = DATAMODEL::model()->findByAttributes($attr); if the query not returning any data what I should used is_ ... See More
I try to build Dynamic Yii Cform the problem is there is no Client validation even thought I set the relayed variable to true How can I modify the yiiactiveform JS se ... See More
I wanna create Survey using "Likert scale" concept the number of questionnaire is not fixed number who can I but CFormModel for this .
I have100 postgres table (TABLE_0 - TABLE_99 ) inherited from MAINTABLE it there any way using YII framework to create model for this tables using activerecord class