[Wiki] Set a menu - reusable code
As we know Using crud generator creates menu items in view files (for each view file have a varius menu items) In the case you want the same menu but diferrent active class for selected item (...
View Article[Wiki] two or more different collected data in one CGridView
Assume that you have teachers and students model. teacher model has: - person_id, - id_teacher, - name, - surname, - bachelor, - master, ... etc student model has: - person_id, - id_student, - name, -...
View Article[Wiki] Caching strategy
Note: Before reading this wiki you should have read the caching part in the Yii guide Context I have a website whith a lot of visitors and a poor DB server. This is why I strongly needed to use some...
View Article[Wiki] Integration of CKEditor
Download CKEditor extension here... Put it in your app/protected/extensions/ In your form, write this code <?php $this->widget('application.extensions.ckeditor.CKEditor', array(...
View Article[Wiki] Yiistrap TbHtml::navbarSearchForm
Hi all, Just wanted to share this tip with anybody who wants to include a search field in the navbar of the excellent Yiistrap (idea is the same for the former Bootstrap). The initial wish was like...
View Article[Wiki] Sort and filter a custom CGridView column that contains data from...
Overview I have a table (account) which contains "General Ledger" accounts. Each account has its own account_description - such as 'asset', 'income', etc. In a second table (client), I have the names...
View Article[Wiki] Sort and filter a custom or composite CGridView column - that even may...
SCENARIO 1 Overview I have a table (account) which contains "General Ledger" accounts. Each account has its own account_description - such as 'inventory', 'sales', etc. In a second table (client), I...
View Article[Extension] notificationsdelivery
It is easy to deliver notifications to users into different channels (email, sms, etc)
View Article[Wiki] Yii use arrays in cookies - A helper class for using arrays in cookies
Hi, This tutorial shows about the CRUD of cookies even for arrays. This is the helper class for using arrays in cookies <?php class CookiesHelper extends CApplicationComponent { public function...
View Article[Wiki] Sort and filter a custom or composite CGridView column - that may even...
SCENARIO 1 Overview I have a table (account) which contains "General Ledger" accounts. Each account has its own account_description - such as 'inventory', 'sales', etc. In a second table (client), I...
View Article