About 134,000 results
Open links in new tab
  1. 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 …

  2. 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. …

  3. 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…!

  4. 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 …

  5. 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.

  6. 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 …

  7. 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 …

  8. 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?

  9. 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 …

  10. php - Get response in JSON format in Yii2 - Stack Overflow

    Jan 16, 2017 · 1 use yii\helpers\Json; use yii\web\Response; Firstly include the 2 lines above at the top of your controller, then in any of your Controller actions, just before the return …