Use for questions about any version of Yii, an open-source MVC framework for writing web 2.0 applications in PHP5+
Im creating a site who works with ajaxRequest, when I click a link, it will load using ajaxRequest. When I …
yii renderpartial clientscriptQ : How can I show display different menu(s) by user role? Description : the app has many roles. e.g …
php yii yii-extensionsI tried to print a certificate in PDF but when I push my code to staging, it said Temporary files …
php yii mpdfI have written rules in the model as: public $password_repeat; /** * @inheritdoc */ public function rules() { return [ .... .... ['password', 'required'], ['password', 'string', …
php yii yii2When I click the button, alerts aren't performed. What am I doing wrong? Maybe I need to include some js …
php ajax yii ajaxsubmitI have a multiple select-list-box for Staff in Create-Service-Form, used to select multiple staff when creating a new service. for …
yii multiple-select multi-select yii-inheritanceI am using Yii and the problem I am getting is with the Yii::app()->user->returnUrl. …
php yii returnurlI'm trying to submit a form from inside a modal window using the modal buttons in the modal-footer. The form …
forms yii modal-dialog yii-booster