Yii 2 is the latest version of the Yii framework - a high-performance, component-based PHP framework
I'm using Yii2 gridview widget to display the data. I'm using two tables named as message and message_trigger. In …
gridview yii2 yii2-modelI want to get multiplie instance of the same model in my controller. I saw this wiki for Yii 1.1 and …
php yii yii-extensions yii-components yii2I'm using Yii2 advanced template, I want to access params.php in main-local.php file, I called this ways: main-local.…
yii2 yii2-advanced-appHow to use multiple models in one form in Yii2? My case: In my create action I can save into …
php yii2 yii2-modelLet's say I have this table structure: +----+------------+-----------+---------+------+---------+---------+---------------------+---------------------+ | id | first_name | last_…
php mysql yii2 database-migrationI have a form which is opening in popup so I want to validate my form by ajax validation but …
php yii2 yii2-validationHow to use paypal extension in yii2. I am using this link https://github.com/marciocamello/yii2-paypal. I installed …
php paypal yii2 yii-extensionsfor my drop-down list I am using this code. <?= $form->field($medicinerequest, '[' . $id . ']' . 'medicine_…
php yii2I have a function in the controller that manipulates data the way I wanted. Now I want to call that …
model-view-controller yii2 yii2-advanced-app