Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
I have a function in my Teacher model which returns categories array. getCaterogies() { return array('1' => 'short tempered', …
php gridview yiiI am developing a project with Yii. I need to use jquery ui on many pages of site. So I …
jquery yii active-formI send same form data from different contollers and subdomain. But in one case I need disable CSRF validation. Example: …
php yii csrfI am trying to create html button in Yii on button click I want to call a UserController.php and …
yii yii-eventsWhat is the method to save and update Many to Many relationship in Yii framework?
php has-and-belongs-to-many yii many-to-manyI want to get multiplie instance of the same model in my controller. I saw this wiki for Yii 1.1 and …
php yii yii-extensions yii-components yii2Is there a way in Yii to register js or css files to load them after those loaded by the …
php css yii registrationWhen a "Create" modal dialog is submitted via XHR Then the rows in a Yii CGridView should be refreshed. I've …
php jquery yiiI'm using yii for my web application. In one of my view I have CGridView and dataprovider is Mail model. …
php yii yii-extensions yii-components