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 Models: Using dynamic table name in a Yii model

I have a Yii model that will be using (later) multiple databases and the table prefix will be based on …

php yii yii-cmodel
Twitter Bootstrap in Yii

I'm pretty new to Yii as well as Twitter Bootstrap, I am trying to use the files provided by bootstrap. …

twitter-bootstrap yii yii-extensions
Yii Asset manager - css with image url

I am using the following code to publish my css file to assets. Yii::app()->clientScript->registerCssFile( …

css yii assets brokenimage
PDF or Word creation documents with Yii?

Hello I'm building an application with Yii that will now generate reports. My client wants to edit the reports after …

php yii ms-word pdf-generation doc
Yii can't start gii

I am developing website with PHP Yii Framework and I am now stack, I need to start gii, but I …

php redirect frameworks yii gii
Yii - How to validate a textfield for integers only

The below model extends CFormModel and I need to mention rules to it such that the attributes allow only integers. …

php yii yii-events
How can I set a date to NULL in Yii?

I have a date column that usually takes values as dd.MM.yyyy. Its validation rule in the model's rules() …

php mysql validation datetime yii
Run single migration (not newest) in Yii

I have few migrations files.How can I run single migration down or up, if this migration isn't the newest, …

yii yii-components
Yii difference between rendering functions

I sometimes get messed up by the three rendering methods: Controller::render() Controller::renderPartial() Controller::renderFile() Please could you explain. …

view yii render partial
phpunit run problems in phpstorm, Cannot create phar

I am running phpStorm 7.1.3 version on Windows 7 and I have done everything accordingly to install composer and then phpunit. Now …

php yii phpunit phpstorm phar