
Latest Yii 3.0 topics - Yii Framework Forum
Sep 28, 2018 · Yii 3.0 Getting started with Yii 3 DB This category is all about the Yii Database packages. Design discussions Here you can discuss framework design. Why it is created the …
Yii2 How to perform where AND or OR condition grouping?
Jul 22, 2015 · 57 I am new to Yii-2 framework. How can i achieve following query in Yii-2 framework using activeQuery and models.
Yii2 add LIKE condition with "%" wildcard on the one side
I want to add like condition with % wildcard on the one side, like: where name like 'value%' My code: Table::find()->filterWhere(['like', 'name' , $_GET['q ...
php - Getting base URL in Yii 2 - Stack Overflow
Jan 9, 2015 · I am trying to get the base URL for the project in Yii 2 but it doesn't seem to work. According to this page you used to be able to do: Yii::app()->getBaseUrl(true); In Yii 1, but it …
php - How to make a drop down list in yii2? - Stack Overflow
Feb 5, 2014 · How to make a dropdown in yii2 using an activeform and a model? Since all the methods has changed in yii2,how it is done in the new one?
How to create and use environment variable .env yii2
Mar 21, 2016 · I want to create a file .env: FACEBOOK_CLIENT_ID=***** FACEBOOK_CLIENT_SECRET=***** and use variable for config 'facebook' => [ 'class' => …
Creating an application #1 - introduction - Yii Framework Forum
Mar 8, 2023 · Yii runner console. The package contains a bootstrap for running Yii3 console application. Yii yii-runner. The package contains a bootstrap for running Yii3 HTTP application. …
php - Yii - findAll with order by - Stack Overflow
Nov 17, 2014 · Yii - findAll with order by Asked 11 years ago Modified 2 years, 8 months ago Viewed 42k times
Yii Framework Forum
Yii Framework Forum for Questions and Discussions about Yii.
php - Could not open input file: yii - Stack Overflow
Jul 2, 2015 · Could not open input file: yii Asked 10 years, 4 months ago Modified 3 years, 6 months ago Viewed 34k times