[Wiki] Importing CSV file to mysql table using "LOAD DATA" command.
hi, Here i am giving you some simple step to import huge data from a csv file to your mysql table.this is useful when you have a very huge data to import from csv format. Imagine that you have a table,...
View Article[Wiki] Building Your Web Application using a Theme++
What is Themes++ ? With Themes++ you can construct your Web Application from a higher start point, including advanced menu and another improvments not present by default when you create a new Yii...
View Article[Extension] yiiauth
Module to allow users to login via facebook,twitter openid and 26 others
View Article[Wiki] CSV Export
I needed a csv export function for my cgridview and I wanted to export the entire result set of the sorted and filtered cgridview the user was viewing via ajax. This reuses the search method so you...
View Article[Wiki] Show captcha after unsuccessfull attempts
In this mini howto I would like to show how to add a required captcha field in the login form, after a defined number of unsuccessfull attempts. To do this, I will use the blog demo that you have in...
View Article[Extension] yii-require-js
A Small extension to help integrate Require JS into Yii projects
View Article[Wiki] Access log output from unit tests
What is this good for? Say, you want to write a test for a component which provides a caching feature. How would you know, that some method of your component returns a cached result? With the solution...
View Article[Extension] rain-tpl-view-renderer
Rain.TPL makes application easier to create & enables designers/developers to work better together.
View Article[Extension] celery-yii
celery-yii is a YII extension to dispatch Celery (http://celeryproject.org) tasks
View Article[Extension] pcbasearmodel
Base Active Record class that provides several features on top of CActiveRecord
View Article[Wiki] Simple access control
For those who feel, the Controller->accessRules() or RBAC (Role-Based Access Control) is too complicated or lengthily to code, here is a very simple, easy-to-implement solution. Considerations As...
View Article