Wiki articles in category FAQs

Showing 1-3 of 3 items.

Show raw SQL query

Created 7 years ago by darioo, updated 7 years ago by darioo.

Here's a quick tip to dump the SQL for query.

19 1
5 followers
Viewed: 241 853 times
Version: 2.0
Category: FAQs

When to use Active Record

Created 5 years ago by samdark, updated 3 years ago by samdark.

When to use Active Record is a common question among developers, Yii and overall.

13 0
4 followers
Viewed: 52 600 times
Version: all
Category: FAQs

Overcoming removal of client helpers (e.g. ajaxLink) and ClientScript in Yii 2.0

Created 10 years ago by Kartik V, updated 10 years ago by Kartik V.

Alternatively, inline assets (JS/CSS) can be registered at runtime from within the View. For example you can clearly simulate the ajaxLink feature using a inline javascript. Its however recommended if you can merge where possible, client code (JS/CSS) into separate JS/CSS files and loaded through the AssetBundle. Note there is no more need of a CClientScript anymore:

1 2
41 followers
Viewed: 43 484 times
Version: 2.0
Category: FAQs