[Extension] ylicensenumberformatter
Yii formatter to display a human readable license code
View Article[Wiki] Attaching multiple event handlers to onBeginRequest
General There came the need to perform two operations, always, on 'application boot' time. Example? My real world example involved some geo-location logic (that's the first operation) and syncing of...
View Article[Wiki] Simple example for language translation
Language translation is a common requirement in multi lingual sites. In Yii, we can translate using message and view translation. Message translation is done as Yii::t(category,message) in simplest...
View Article[Wiki] CSqlDataProvider in CGridView
In this wiki I will show how could use a CSqlDataProvider in CGridView with specific features In your controller/action //a sample query but you could use more complex than it $sql = 'SELECT DISTINCT...
View Article[Extension] ekeepselection
Keep the selection between page changes in a CGridView component
View Article[Wiki] Making a CGridView to keep the selection between page changes
You may find this usefull when you discover your CGridView lost the selection after an update or after a page change, nicely i have build a new extension to cover this problem in a very easy way....
View Article[Extension] yii2-epiceditor-widget
Yii2 widget for EpicEditor - An Embeddable JavaScript Markdown Editor
View Article[Extension] yii2-lepture-markdown-editor-wid
Yii2 widget for Lepture Markdown Editor (https://github.com/lepture/editor) - A markdown editor you really want
View Article