|
- Yii Framework Forum
Yii Framework Forum for Questions and Discussions about Yii
- Latest Yii 3. 0 topics - Yii Framework Forum
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 improve it, what is wrong and what is right Ask a question Here you can ask a general question about framework usage
- Why is it so long time for Releasing YII3 - Yii Framework Forum
The Yii team made one of the biggest mistakes—breaking backward compatibility; it looks like now they understand it Unfortunately, when I checked Yii3, I found it does not deliver any significant improvements over Yii2 in terms of code or coding efficiency, just some virtually “good architecture ” which does not provide much value
- Creating an application #1 - introduction - Yii Framework Forum
Yii cache This library is a wrapper around PSR-16 compatible caching libraries providing own features It is used in Yii Framework but is usable separately Yii cache-file This package implements file-based PSR-16 cache Yii config This Composer plugin provides assembling of configurations distributed with composer packages It allows
- Yii2 How to perform where AND or OR condition grouping?
I am new to Yii-2 framework How can i achieve following query in Yii-2 framework using activeQuery and models SELECT * FROM users AS u WHERE u user_id IN(1,5,8) AND (u status = 1 OR u verified = 1) OR (u social_account = 1 AND u enable_social = 1) Thanks
- Queue, Cron Background Jobs in Yii2 - Yii Framework Forum
We can run php yii queue listen or yii queue listen in the terminal This command will run in the background When we run the ‘actionQueuePractice()’ action, ‘queue job’ will automatically execute We don’t have to run the php yii queue run command again and again Difference between ‘php yii queue listen’ ‘php yii queue run’
- How to configure Yii Framework to use HTTPS? - Stack Overflow
There is also a good wiki article about it on the Yii website explaining URL management for Websites with secure and nonsecure pages The article is only usefull if you have some content that has to use HTTPS and some other HTTP If you want everything going by HTTPS then it wont be usefull for you
- How to get started with Yii 3. 0 application
You can see the directory structure of “yii-base-web” here GitHub yiisoft yii-base-web Yii web application template Contribute to yiisoft yii-base-web development by creating an account on GitHub
|
|
|