Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
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-modelWhat is the mapping of textarea in yii2 ? How to write this in yii2 format? <textarea name="downloadSourceCode" id="…
yii2 yii2-advanced-app yii2-basic-appI 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-appIn my controller's action of Yii2 application suppose the following: public function actionView($i) { if ($i < 20) { //I want execute …
yii2 yii2-basic-appI 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-appI'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-appI wanted to create a REST API for a yii2 basic template. I followed the following link. I created a …
rest yii2 yii2-basic-appI have define a module named `admin' in yii2. I have registered this module in web.php config file. But …
php yii2 yii2-basic-appI 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-appHow 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