Description
I quite like FAQs even if they are a bit antiquated :) And from the perspective of a lazy contributor its pretty easy to spend 5-10 minutes adding a question/answer to a list
Maybe its an idea to simply edit this comment with the list ? Rather then adding to the bottom of the thread and starting discussions on particular questions. Also another suggestion could be that each answer should be shortish 1/2 sentences and then a link to the official Yii2 guide (or cookbook!). If there is a better answer in SO then maybe the user guide should be updated or extended :)
The list of course could potentially get huge so at some stage would need to split into categories. But for now maybe just keep it simple. Actually maybe its just easier to start now and follow the Yii guide chapter structure :)
Application Structure
Where do I add js scripts
Handling Requests
How to extend controllers ?
How to dynamically add fields to form with validation ?
Key Concepts
Working with Databases
How do I add SQL functions such as now() into a ActiveRecord save operation.
Getting Data from Users
Displaying Data
Security
Caching
RESTful Web Services
Development Tools
Why composer returns error about bower
Testing
I want to integrate Yii2 into a CI. Do you have an examples using Jenkins or Travis
Special Topics
Does Yii2 have any performance metrics
Does yii2 support php7
I want to use Yii2 but my boss wants to know if it supports large sites, do you have any examples
Can I run Yii2 on HHVM
Widgets
How to properly refresh GridView in nested pjax component
How to remove label on radioList
How to change template on checkbox field
Whats a good example of a form password pattern
Is there a AJAX component
Helpers
How do I send mail