I use the mod开发者_开发技巧ule user http://yiiframework.com/extension/yii-user/ then open localhost/testdrive and get an error - trying to get property of non-object
I\'m implementing HTML sanitization for form fields, on the beforeSave() method of a model. But it doesn\'t work.
When writing rules for access control in yii controllers, possible parameters to be set for a rule are \'action\' - sets to which action the rule applies; \'users\', \'roles\', etc.
I have used Yii::app()->user->returnUrl bu开发者_JS百科t it always redirect me to localhost/index.php. Is there any particular configuration or some pieces of code that other programs that I mus
Recently I\'ve discovered Yii framework and started learning it. I\'ve generated app skeleton using yiic tool, installed PHPUnit, SeleniumRC and attempted to run functional tests provided by skeleton
I\'m using the yii framework and trying to get its unit tests running while connected over ssh on a CentOS server. When I run phpunit, it开发者_开发百科 tries to launch Firefox, which fails with the e
My layout page: <html> <body> <div id=\"container\"> <ul id=\"list\"></ul>
I searched in API without success. There is an incomplete description of the keys of $htmlOption. I am particula开发者_运维技巧rly interested in some public methods like \"fileField($model, $attribute
Yii Doc: Modules can be nested in unlimited levels. That is, a module can contain another module which can contain yet
I am new to PHP. downloaded \"yii-1[1].1.4.r2429.zip\" file开发者_如何学C. and try to create sample application using Yii PHP framework