Yii 2 Basic Project Template is a skeleton Yii 2 application best for rapidly creating small projects.
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-appI'm a beginner of Yii, that's why can't figure out, what's wrong. I use the same model - Users - …
php yii2 yii2-basic-app yii2-validationI have a form <?php $form = ActiveForm::begin(['options' => ['enctype' => 'multipart/form-data']]); ?> <?php echo $form-&…
yii2 yii2-advanced-app yii2-basic-app yii2-model yii2-validationI have url like this http://localhost/belajar4/web/index.php?r=data%2Fsingle&id=2&DataSearch[TANGGAL]=2015-08…
php yii2 yii2-basic-appI have problem with connecting to mysql database throw ssh on port 33060, My conf : return [ 'class' => 'yii\db\Connection', …
php mysql yii2 yii2-advanced-app yii2-basic-appWhat I want to do is to change from bootstrap vertical to horizontal form and this is what I've tried: &…
yii2 yii2-advanced-app yii2-basic-appIn my basic app project, I'm trying to integrate the signup form, I'm getting this error: Invalid validation rule: a …
yii2 yii2-basic-app yii2-user yii2-validationI am new with Yii2, using Gii tool,I have created the model and CRUD components for simple 'Message' class …
php activerecord yii2 yii2-basic-appI want to install yii2 via composer and it's give me a error here is error: Your requirements could not …
php yii yii2 composer-php yii2-basic-app