Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
How can I just return the file name. $image is printing absolute path name? <?php $directory = Yii::getPathOfAlias('webroot').…
php yiiI have the following code on a given view: <?php $form = $this->beginWidget('CActiveForm', array( 'id' => 'home-newsletter-form', …
php yiiIn Yii, is there a way to render a single action using a different layout than that defined for the …
php model-view-controller yiii've been with Yii for a few months and before I use main CodeIgniter, SilverStripe in my projects. Does anyone …
php yii content-management-systemI have a table like this: (id, name, version, text). (name, version) is unique key, how can i make a …
yii yii1.x yii-validationI have moved a Yii app to another shared host. As the app was running ...index.php?r=site/login …
php yii sessionid byte-order-markI am working on a Yii project. How can I use the ON DUPLICATE feature of MySQL ( http://dev.mysql.…
php mysql yii on-duplicate-key yii-cmodelExplanation for the use of $condition and $param in findByAttributes in Yii In most case, this is how I use …
yii yii-cactiverecord