[Extension] livegridview
RefreshGridView continuously refreshes the visible data items in the body of the CGridView table
View Article[Extension] jbackup
Module to manage backups of both the database and file and directory
View Article[Wiki] Profiling using XDebug
A short explication on how to extract profile information for PHP on your server using XDebug and KCacheGrind or WinCacheGrind. Yii has some built in profiling features, but I find that they require...
View Article[Wiki] Implementing a WebDAV server using SabreDAV
This article will show you how to easily implement a WebDAV server in your project using SabreDAV. Short introduction to WebDAV WebDAV server provides a remote filesystem in a tree structure, with...
View Article[News] Yii 2 Public Preview Available
We are very pleased to announce that Yii 2 is now available for public preview at GitHub. This is a major milestone during the Yii 2 development which was started more than two years ago and has since...
View Article[Wiki] Logging to Heroku's logs from Yii
In order to get your Yii logs into Heroku's logs, you have to work a little bit of magic. You'll need to modify the boot.sh script and add the following two lines: touch /app/apache/logs/app_log tail...
View Article[Wiki] Creating a Simple CRUD App With Yii2
Getting Started With Yii Framework 2. A Basic Tutorial Disclaimer This guide is meant to help you started with Yii2. Yii2 is by no means "production" ready. I do not recommend using this in production....
View Article[Wiki] Disable login page if user is logged in
This is a very simple tutorial that demonstrates how to redirect user back to the returnUrl if he is already logged in. This works with the default Yii authentication system: Open...
View Article[Extension] ddautofilter
Display auto-filter popup dialogs in a CGridView similar to MS Excel auto-filters.
View Article[Wiki] Cron Jobs in Yii
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it. The first thing I did was set up a table for the job, using this migration: $this->createTable('tbl_cron_jobs', array(...
View Article[Extension] escalar
Scalar Objects (with output chaining) for your Yii model attributes.
View Article[Extension] escelector
Reduces annoying need to check if model attributes and relations are empty/null/undefined.
View Article[Wiki] How to Setting Layouts in Yii
usually someone confused to make layouts in yii. and how do to make layouts in yii? whether to change the CSS Default? or should create a new css file? Okay I will explain a bit about how to create...
View Article[Extension] duciscountdown
A very nice looking count down for launching of website or products. Full Customization possible and very easy to use.
View Article[Extension] fancybox2
FancyBox is a tool for displaying images, html content and multi-media in a Mac-style "lightbox".
View Article[Extension] blogsidebarwidgets
Three common widgets for blog sidebar. You will find recent posts, most commented posts and blog archive.
View Article