I\'m newbie in Yii framework and start learning on small web project so I got stuck on this position as how to solve it.
I copied the Yii documentation\'s example for CJuiDatePicker: $this->widget(\'zii.widgets.jui.CJuiDatePicker\', array(
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I can\'t find much information about Yii\'s AssetManager for the management of JS and CSS files.My question here is what is the point of using the AssetManager?I\'m开发者_Python百科 not sure what valu
I\'m doing the Agile Yii book. Anyway, I\'m trying to execute this command: INSERT INTO tbl_project_user_assignment (project_id, user_id) values (\'1\',\'1\'), (\'1\',\'2\');
I am trying to use Yii\'s ActiveForm to create a basic registration page with an image upload field.However, I am running into problems.I am u开发者_JAVA技巧sing the following code to create the form
I have a controller with the following access rules: array(\'deny\',// deny all users \'users\'=>array(\'*\'),
There is one IP (from China) which is trying to download my entire website. It downloads all my pages and loads the server significantly (I have more than 500 000 pages). Looking at the access logs I
I\'ve set up a page that displays开发者_JS百科 server logs and added a filter form so I can filter the logs on specific actions, dates, etc.I can\'t seem to figure out how to use CPagination to split
We have few Web Services witch now are handled by an external application, and we plan to replace them as an new own implementation.