Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
I have a Yii model that will be using (later) multiple databases and the table prefix will be based on …
php yii yii-cmodelI'm pretty new to Yii as well as Twitter Bootstrap, I am trying to use the files provided by bootstrap. …
twitter-bootstrap yii yii-extensionsI am using the following code to publish my css file to assets. Yii::app()->clientScript->registerCssFile( …
css yii assets brokenimageHello 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 docI am developing website with PHP Yii Framework and I am now stack, I need to start gii, but I …
php redirect frameworks yii giiThe below model extends CFormModel and I need to mention rules to it such that the attributes allow only integers. …
php yii yii-eventsI have a date column that usually takes values as dd.MM.yyyy. Its validation rule in the model's rules() …
php mysql validation datetime yiiI have few migrations files.How can I run single migration down or up, if this migration isn't the newest, …
yii yii-components