[Wiki] A very easy way to setup yiic on WAMP server (without extra windows...
Assuming that you have already install the wampserver on your windows. extract zip framework file from http://www.yiiframework.com/download to c:\wamp\www folder rename yii-1.1.13.... folder to yii (so...
View Article[Wiki] Display Status image on CGridView column
How to display status image on admin gridview. First you can create the UtilityHtml.php file in componet folder. (Otherwise which call a common file) Put the below function in UtilityHtml.php file:...
View Article[Wiki] How to Display tooltp(qtip) on CGridview dynamic
Hi Friends, How to display the tooltip using ajax in admin gridview.. 1) First write a code on admin.php array( 'name' => 'Ticket Status', 'type' => 'raw', 'value' =>...
View Article[Extension] word-filter
This lets you replace each bad word individually with your own choice, badword1=>replace1, badword2=>replace2 etc
View Article[News] Website deface
Earlier today it was discovered that the entry page on the Yii website had been defaced. The website was restored in less than an hour from discovery of this event, and we are currently investigating...
View Article[News] Website deface details
It was recently announced that the Yii website was defaced, but until recently we were still investigating. Here are some details about what happened and what was affected: The website's index.php was...
View Article[Wiki] how to make a dynamic progress bar to show the percentage or status
Yii have a CJuiProgressBar, but it is static. If we want a dynamic progress bar to show the percentage or status, we have to do more things. I make it successfully and am glad to share it with you....
View Article[Wiki] How to preload dropdowns in CForm
So you want to use CForm (form builder), but need to preload dropdowns in a form? It's simpler than it seems. You got your CFormModel, CForm and the actual Form, right? Let's say you have the typical...
View Article[Extension] imagefly
Extension which helps generation of thumbnails according to need. On the Fly.
View Article[Extension] ar-php
a general purpose library which is rich and useful to deal with Arabic Language in PHP.
View Article[Wiki] Cgridview counter column
some times we want to show the serailNo on cgridview . $this->widget('zii.widgets.grid.CGridView', array( 'dataProvider'=>$model->search(), 'filter'=>$model, 'columns'=>array( array(...
View Article[Extension] ukphonevalidator
Simple validator for United Kingdom phone numbers validation.
View Article[Extension] extendeddbcriteria
Allows us the ability to create nested conditions in a single criteria
View Article[Wiki] How to use Expression in default AccessControl to allow only the owner...
Hi Everyone You can use 'expression' option in default accessControl in any controller to allow only the owner to do some action in the controller. You do not need to set up complex RBAC for simple...
View Article[Extension] yiifilemanagerfilepicker
online file manager for web users. allows multiple ajax uploads, progress bar, file management.
View Article