Top "Yii-extensions" questions

Custom third party extensions/reusable components for the Yii framework, which provide common and repeatedly used functionalities for web applications.

How to integrate payment gateway in yii2 using PayPal extension for the Yii2

How to use paypal extension in yii2. I am using this link https://github.com/marciocamello/yii2-paypal. I installed …

php paypal yii2 yii-extensions
How can I make a gridView in yii-booster bootstrap widget with popups for buttons in one of its column

I am a fresher in Yii, I need to make a gridView for employee details in Yii, for that I …

php yii yii-extensions
How to read excel file and display data in Yii 2?

I have tried to use PHPExcel library to read the excel file and display data from the file. But it …

php phpexcel yii2 yii-extensions yii-components
show stack trace in yii framework

we get stack trace when an error occurs in the execution, like in the following picture . see this I would …

php yii yii-extensions
Disable sorting in header column of Yii CGridView

Yii provides sorting functionality for listing. How can I disable sorting so that my records will not get sorted when …

php yii yii-extensions yii-components yii-events
How to upgrade Yii 1.x to Yii 2.0

How to upgrade Yii 1.x version to Yii 2.0 latest release version? I am using ubuntu OS , Process to updating my …

yii yii2 yii-extensions yii2-advanced-app yii2-basic-app
Using $this when not in object context in Yii

Iam getting an error like Fatal error: Using $this when not in object context in ..\controllers\ServiceRequestController.php on line 661 …

php yii yii-extensions yii-components yii-events
dropzone.js doesnt upload .doc,.xls,.xlsx file formats

i have use dropzone extension to upload images. it work like charm. but i want to upload document files doc,…

yii yii-extensions dropzone.js
How to resize image by imagine extension in yii2

I use the bellow function to resize images after upload to show on my post. but it works just for …

yii yii2 yii-extensions yii2-advanced-app
Twitter Bootstrap in Yii

I'm pretty new to Yii as well as Twitter Bootstrap, I am trying to use the files provided by bootstrap. …

twitter-bootstrap yii yii-extensions