Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
In Yii2 you can access the identity interface for the current user by using the identityInterface object from within the \…
php yii yii2I've included the relevent parts of our Yii config file below: return array( ... 'components'=>array( 'session' => array( 'timeout' =&…
php session cookies yii session-timeoutI have been trying to learn Yii without luck. I find Zend Framework, Kohana, Code Igniter among other frameworks much …
php frameworks yiiThe controller: controllers |-FooController.php |-BarController.php The views: view |-foo| | |-index.php | |-error.php | |-bar| |-index.php How to …
yii yii1.xHow to validate email using Yii Model validation rules function code. Also how to check email exist or not using …
php yii model yii-extensions yii-componentsHow can I convert this sql into active record query SELECT * FROM `base_twitter` WHERE id NOT IN (SELECT base_…
yii yii2I'm working in a web page developed using Yii Extension and I'm using the HTML2PDF extension to generate PDFs (…
html pdf yii html-table html2pdfI have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for …
python django cakephp web-frameworks yiiAfter logged in successfully, Yii does not executing any page. Showing an error: Error 404 Unable to resolve the request "membersdet/…
yiiI recently started to work with yii, where can i find the yii version of my yii app?
php yii