Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
I have setup my first db migration using the built in migration tools of yii, and locally i can run ./…
php database-migration yiiI have a problem with Yii grid view. for some reason it does not seem to load correctly, even though …
javascript jquery yii cgridview$id = Yii::app()->user->getState("logId"); $name = Yii::app()->user->getState("username"); $dataProvider=Disnotification::…
php activerecord yii equals-operatorMy Controler function actionLogin() { //After success validation $url = $_POST['returnUrl']; // www.example.com/get_response/ $arr = array('response' => 'Failed', …
php yii yii-extensionsI am new to Yii framework, and just came across module, extension & component inside protected folder. Can anyone please …
yii yii-extensions yii-componentsI have an array of active records and want to change some field of them with a loop in this …
php yii transactions yii1.xI can't find too much documentation on applying a default scope to a model in yii, I was wondering if …
yii relation scopes default-scopecan any one tell me how to add extension to my yii? i googled and downloaded Bootstrap 0.9.8 extension and followed …
yii yii-extensionsHello everyone and thanks for reading . I was wondering how i could format a number into a currency or just …
yii yii-extensionsI am creating a bunch of modules that all extend a base module. However, some actions need to override the …
php yii file-exists