Top "Yii" questions

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

How to add more user identity session attributes in Yii2?

In Yii2 you can access the identity interface for the current user by using the identityInterface object from within the \…

php yii yii2
Yii users being logged out after 15-30 minutes despite session timeouts being set to at least 1 day

I've included the relevent parts of our Yii config file below: return array( ... 'components'=>array( 'session' => array( 'timeout' =&…

php session cookies yii session-timeout
Where to learn Yii?

I have been trying to learn Yii without luck. I find Zend Framework, Kohana, Code Igniter among other frameworks much …

php frameworks yii
render a view from another controller, yii

The controller: controllers |-FooController.php |-BarController.php The views: view |-foo| | |-index.php | |-error.php | |-bar| |-index.php How to …

yii yii1.x
How to validate email and email already exist or not check, in Yii Framework?

How 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-components
Yii2 subquery in Active Record

How can I convert this sql into active record query SELECT * FROM `base_twitter` WHERE id NOT IN (SELECT base_…

yii yii2
HTML2PDF doesn't recognize tables' sizes

I'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 html2pdf
PHP Frameworks (CodeIgniter, Yii, CakePHP) vs. Django

I 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 yii
Yii generates error "Unable to resolve the request <controller/action>"

After logged in successfully, Yii does not executing any page. Showing an error: Error 404 Unable to resolve the request "membersdet/…

yii
Where can i find the yii version of my yii app?

I recently started to work with yii, where can i find the yii version of my yii app?

php yii