Wiki articles in category FAQs

Showing 1-3 of 3 items.

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

Created 9 years ago by Kartik V, updated 9 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 295 times
Version: 2.0
Category: FAQs

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: 239 822 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 477 times
Version: all
Category: FAQs