Top "Yii-extensions" questions

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

Dynamic Multilevel Drop-down menu in Yii2

I want to create a dynamic menu with my table (db). I have followed some instructions which are given below: …

yii2 yii-extensions yii-components
Yii how to redirect to absolute URL with json response

My Controler function actionLogin() { //After success validation $url = $_POST['returnUrl']; // www.example.com/get_response/ $arr = array('response' => 'Failed', …

php yii yii-extensions
What is the difference between component, extension & module in Yii

I am new to Yii framework, and just came across module, extension & component inside protected folder. Can anyone please …

yii yii-extensions yii-components
how to add downloaded extension to yii 1.11?

can any one tell me how to add extension to my yii? i googled and downloaded Bootstrap 0.9.8 extension and followed …

yii yii-extensions
how to format a column as currency in GridView(yii)?

Hello everyone and thanks for reading . I was wondering how i could format a number into a currency or just …

yii yii-extensions
Hybridauth - PHP - Facebook returned an invalid user id

Well I had hybridauth working and login correctly using facebook since 2 weeks ago, I did not any change and this …

php facebook yii yii-extensions hybridauth
How do I pass a global variable in Main layout page before $content in Yii2

I am trying to create dynamic menu in yii2 using "Nav::widget". Here is my code in menu section in …

yii-extensions yii yii-components yii2
keep getting upload php $_FILES error = 3 (partially uploaded)

I am using dropzone extension for Yii framework to upload some files by registered users. Everything working well but some …

php file-upload yii yii-extensions dropzone.js
How to seed database in yii2?

I am new to Yii framework. I want to seed my database like it can be done in Laravel framework …

yii yii2 yii-extensions seeding faker