
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 …
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. …
Yii Framework Forum
Yii Framework Forum for Questions and Discussions about Yii.
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.
A detailed example of how to contribute to Yii 3.0
Nov 26, 2019 · Hi, friends! 🙂 I noticed that many developers want to help - that’s great! 😊 But they don’t understand how to set up a working environment to contribute. And this becomes a …
How to get started with Yii 3.0 application - Yii Framework Forum
Nov 22, 2018 · I remember when I first started yii it was the ease of building applications, a sensible directory structure was in place and lot of the code was already provided out of the …
Why is it so long time for Releasing YII3 - Yii Framework Forum
Jun 14, 2024 · is Yii3 is still in progress and comming soon or it’s stopped?! why is it taking all this very huge time ?! We Feel boring Waiting…!
Embracing the Future: Yii Framework Updates and Yii 2.2 Discussions
Jul 18, 2023 · Introduction: 🔹 Yii Framework Enthusiasts! Exciting times lie ahead as we navigate the evolving landscape of web development. Let’s talk about Yii’s progress, the much …
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?
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 …