[Extension] push-notifications-yii
Send push notifications from your site to mobile device (Mobile app ready)
View Article[Wiki] YII SaaS Multi Tenant application with single database
SaaS application structure in YII using only one database Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers...
View Article[Extension] yii-json-dataprovider
A data provider that extends CActiveDataProvider in order to retrieve an (configurable) json result
View Article[Wiki] CGridView. Add custom class to table rows preserving original „odd“...
Lets say we have such a CGridView widget showing a list of users for administrator. Users have status „active“ or „disabled“. Grid widget puts class „odd“ or „even“ to rows and we want to preserve...
View Article[Extension] yii-error-handler
now you can open files in IDE from page error/exception trace
View Article[Wiki] Inline views, write less
Sometimes writing views like array('model/view','id'=>$model->id) or something like this is too mainstream. Plus, sometimes we will need more than one ways to view models. In this case I like...
View Article[Wiki] More on SSE and Yii
This is not actually Yii involved. In this SSE wiki. This was really good. But there was few bugs. Someone might can't figure out what is it. After long long reading on SSE and yii controller I got it...
View Article[Extension] ecalendarview
ECalendarView renders calendar with custom content of day cells.
View Article[Extension] location-picker
Let you pick and search location City, Country and coordinates on map
View Article[Extension] foundation4giix
Templates for using Foundation 4 with Yii and optional Giix templates if you're a Giix fan.
View Article[Wiki] How to provide a fallback or mapping for translation messages?
Sometimes you want to use exisiting translations for locales, which do not directly match. An example would be a website targeting Germany (de_de), Austria (de_at) and Switzerland (de_ch, fr_ch,...
View Article[Wiki] Integrating ZF2 into Yii - use case demonstrated
General I needed to use a class from ZF2 in my Yii project. I've read probably all there is about this subject and still I needed lots of trial & errors to get it working, probably due to my lack...
View Article[Extension] yiipimple
Integration dependency injection container Pimple in Yii framework
View Article[Wiki] Checking for "expired" sessions/logins on the client side
Two utility functions to avoid invalid CSRF, ajax request, etc, because for some reason the client session or login ended or changed. Session/login validity is checked by monitoring specific cookie...
View Article[Wiki] Yii Framework – Tips and Tricks - 1. INSTALLATION OF YII FRAMEWORK
INSTALLATION OF YII FRAMEWORK Download the Yii Framework Download the Yii Framework from this URL: http://code.google.com/p/yii/downloads/detail?name=yii-1.1.10.r3566.zip&can=1&q=1.1 Extract...
View Article