Top "Yii2-advanced-app" questions

Yii 2 Advanced Application Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.

Yii2 View DateTime Format (d-m-Y H:i:s) But When Save/update in DB Change format to Y-m-d H:i:s

I'm Using Kartik DateTimePicker Extension <?= $form->field($model, 'Created')->widget(DateTimePicker::classname(),[ 'model' => $model, 'attribute' =&…

yii2 yii2-advanced-app
yii2: How to work with font awesome icons?

I have this HTML link tag that I need to generate using yii\helpers\Html <a href="register" class="…

php yii2 yii2-advanced-app
Yii2 - Getting unknown property: yii\console\Application::user

I am trying to run a console controller from the terminal, but i am getting this errors every time Error: …

php yii yii2 console-application yii2-advanced-app
Yii 2 RESTful API authenticate with HTTP Basic (Yii 2 advanced template)

REST API is working without authentication methods. Now i wanted to authenticate REST API with HTTP Basic authentication for API …

api rest yii2 basic-authentication yii2-advanced-app
yii2 - model load function does not set some model attributes

I'm working on a PHP Yii2 application. I have a strange problem with yii2 yii\base\Model.load function. Here …

php yii2 yii2-advanced-app
How to get current module object from model in Yii2

I have module ticket. Module class has propery UserClassName (string). In this module I have model called Dialog. Within this …

php yii2 yii2-advanced-app
How to create a reusable widget in Yii2

I have made a simple widget in my current project of yii2. Simply, it creates a select options list for …

php widget yii2 yii2-advanced-app
LIMIT is not working in ActiveDataProvider

I am using following code and the limit doesnt work. But if I see the command than it shows limit …

yii2 yii2-advanced-app yii2-basic-app
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
Error in accessing post json data in yii2

Am passing data to yii2 using ajax request but i keep on getting a 500 error This is the ajax request …

php ajax yii2 yii2-advanced-app yii2-basic-app