Top "Yii" questions

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

Yii renderpartial (proccessoutput = true) Avoid Duplicate js request

Im creating a site who works with ajaxRequest, when I click a link, it will load using ajaxRequest. When I …

yii renderpartial clientscript
yii : how to display the different menu(s) by user role?

Q : How can I show display different menu(s) by user role? Description : the app has many roles. e.g …

php yii yii-extensions
mPDF temporary file is not writable using Yii

I tried to print a certificate in PDF but when I push my code to staging, it said Temporary files …

php yii mpdf
Yii2 - How to list the files inside a folder

Hi, i'm making an Yii2 Basic application and have a file upload form in the admin area. The file upload …

php list file yii yii2
theming in yii framework

How can I create base theme and sub theme in yii framework?

themes yii base theming
Repeat Password does not work in Yii2

I have written rules in the model as: public $password_repeat; /** * @inheritdoc */ public function rules() { return [ .... .... ['password', 'required'], ['password', 'string', …

php yii yii2
Fire off alerts on button click

When I click the button, alerts aren't performed. What am I doing wrong? Maybe I need to include some js …

php ajax yii ajaxsubmit
How to load selected list items in multiple-select-listbox in update view in yii?

I 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-inheritance
How to set returnUrl value in Yii

I am using Yii and the problem I am getting is with the Yii::app()->user->returnUrl. …

php yii returnurl
Yii bootstrap submit a form inside a modal window using the modal buttons

I'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