Top "Yii2-basic-app" questions

Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.

model->save() Not Working In Yii2

Previously, I was not using $model->save() function for inserting or updating any data. I was simply using createCommand() …

php yii2 yii2-basic-app yii2-model
Yii2: How to add textarea in yii2

What is the mapping of textarea in yii2 ? How to write this in yii2 format? <textarea name="downloadSourceCode" id="…

yii2 yii2-advanced-app yii2-basic-app
ActiveForm without model yii2

I want to create ActiveForm without model for just in case something. I did try with dynamicModel but i got …

yii2 yii2-advanced-app yii2-basic-app
Yii2 enforce 404 or 500 error

In my controller's action of Yii2 application suppose the following: public function actionView($i) { if ($i < 20) { //I want execute …

yii2 yii2-basic-app
Order by rand() in yii2

I want to write following query in yii2, but I can't get the expected output: SELECT * FROM user where category_…

mysql yii2 yii2-advanced-app yii2-basic-app
yii2 how to run console controller function

I'm stuck. I'm trying to run some function from the command shell. I'm using the HelloController from the basic project. …

php yii2 yii2-basic-app
How to Create a REST API for Yii2-basic-template

I wanted to create a REST API for a yii2 basic template. I followed the following link. I created a …

rest yii2 yii2-basic-app
The configuration for the "modules" component must contain a "class" element

I have define a module named `admin' in yii2. I have registered this module in web.php config file. But …

php yii2 yii2-basic-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