[Extension] yiises
YiiSES -The easiest way to provide bulk email services in your applications.
View Article[Wiki] YiiBoilerplate - Setup a professional project structure in seconds
YiiBoilerplate We use this folder structure setup on Clevertech for our own projects and we thought it was worth sharing with the community. Even though it looks complicated at the beginning, you will...
View Article[Wiki] YouTube API v2.0 – Browser-based Uploading
Through the YouTube API you can upload files directly to the Youtube server. Youtube currently offers two services 1. Direct Link 2. Browser Based Uploading. In this wiki I will demonstrate how you can...
View Article[Wiki] Get notified about the status of a Facebook user in your web app using...
hello, This article is helpful only if you have the following situation: A web app which uses facebook login to login its users and if a user is logged out from his/her facebook account through another...
View Article[Wiki] Solution for session lose of Facebook iframe application in Internet...
Facebook iframe app’s session is losing in Internet Explorer when doing a second redirection inside the facebook iframe app.The main reason is ,by default IE wont allow cookies in its priavacy settings...
View Article[Wiki] An important tip when you are using CArrayDataProvider.
Yii ‘s CArrayDataProvider is very helpful to display model relation data's directly on it.But it is truely a confusing one because by default it will assume a table field named “id” as primary key for...
View Article[Wiki] Facebook DeAuthorize callback URL and its response data.
Facebook Deauthorize callback is used to getting notification to the app owner when a user uninstall our app from their fan page or profile. We have an option in Facebook’s advanced section of app...
View Article[Wiki] mysql performance tip
When we are doing an insert of huge no.of rows into an SQL table ,Normally we will try to write separate insert quries this may lead us to a long duration of execution time and we can increase the...
View Article[Wiki] CGridView, CListView and CActiveDataProvider
CGridView or CListView together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. It is most convenient when you want to show a number of items in a page with the...
View Article[Wiki] Integrating Wordpress and Yii,Working Out The Details.
Demo Online Yii-WordPress Hybrid Test Overview This article is based on fr0d0z's article Integrating Wordpress and Yii: still another approach, using Yii as the router/controller and provides more...
View Article[Extension] barcodegenerator
This is an extension to generate a standard / traditional barcode (as images)
View Article[Wiki] Setting up PHPUnit and Selenium with IntelliJ IDEA/PhpStorm
Introduction This article intends to summarize the steps taken to set up PHPUnit and Selenium for a Yii project, with IntelliJ IDEA Ultimate (the IDE). It was done on Mac OS X 10.6. The article will...
View Article[Extension] econtentlightbox
This extension is useful if one want to display some html content in light box
View Article