Top "Yii" questions

Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+

Yii gridview use outside variable in value

I have a function in my Teacher model which returns categories array. getCaterogies() { return array('1' => 'short tempered', …

php gridview yii
Apache PHP/OSX Mavericks: - failed to open stream: Too many open files

I've recently upgraded to OSX Mavericks and since then, I've started getting the aforementioned error on my development machine. There …

php macos apache yii
jQuery(...).activeform is not a function in Yii

I am developing a project with Yii. I need to use jquery ui on many pages of site. So I …

jquery yii active-form
Yii CSRF disable for action

I send same form data from different contollers and subdomain. But in one case I need disable CSRF validation. Example: …

php yii csrf
HTML Button calling controller/action

I am trying to create html button in Yii on button click I want to call a UserController.php and …

yii yii-events
Yii framework Many to Many relationships

What is the method to save and update Many to Many relationship in Yii framework?

php has-and-belongs-to-many yii many-to-many
Yii2 Multiple instances of the same model

I 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 yii2
Yii register CSS file, to be the last one (after assets)

Is there a way in Yii to register js or css files to load them after those loaded by the …

php css yii registration
Can I refresh a Yii CGridView from js?

When a "Create" modal dialog is submitted via XHR Then the rows in a Yii CGridView should be refreshed. I've …

php jquery yii
yii CGridView filter with relations

I'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