About 135,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 way it is, how to …

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

  3. Yii2 add LIKE condition with "%" wildcard on the one side

    I want to add like condition with % wildcard on the one side, like:

  4. php - How to get root directory in yii2 - Stack Overflow

    I have pass all available arguments in Yii::getAlias('@webroot') (below are the lists of argument which I have used). @yii - framework directory. @app - base path of currently running application. @runtime …

  5. Yii Framework Forum

    Yii Framework Forum for Questions and Discussions about Yii.

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

  7. php - Could not open input file: yii - Stack Overflow

    Jul 2, 2015 · Could not open input file: yii Asked 10 years, 5 months ago Modified 3 years, 6 months ago Viewed 34k times

  8. 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' => …

  9. php - How to Set Base URL in Yii Framework - Stack Overflow

    @DroidUser Yii Version 1.1.7. My directory tree is this: /htdocs/protected/(web application files) /lib/yii/(yii core files) It is a webapp. I haven't used yiic. Is there a way to set baseUrl by running that? …

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