[Extension] versionedactiverecord
This class adds up functionality of saving each new version of a model into the database using just inserts.
View Article[Extension] yii-i18n-attribute-messages
Transparent attribute translation for ActiveRecords, leveraging Yii's built-in translation features
View Article[Wiki] WordPress Role Based Authentication in Yii
This tutorial is for people that are integrating Yii into WordPress. Meaning that WordPress is the host platform, and that Yii will be handling AR, CRUD, etc. Our User Class This should be saved in an...
View Article[Extension] yii2-widgets
Collection of useful widgets for Yii Framework 2 extending functionalities for Twitter Bootstrap.
View Article[Wiki] Create/Develop View files with plain HTML (Without using ActiveForm...
Today i want to share with you is "How can we write HTML Code in view files? I am writing this article because many times we can not use CActiveForm to design our form... here i am going to show you...
View Article[Extension] extended-date-time-formatting
ExtendedDateTimeFormattingBehavior adds some methods for extending date&time formatting to CDateFormatter component.
View Article[News] Yii 2.0 alpha is released
We are very pleased to announce the alpha release of Yii Framework version 2. You can download it from yiiframework.com. Yii 2 is a complete rewrite of Yii - one of the most popular PHP frameworks. Yii...
View Article[Extension] yii2-helpers
A collection of useful helper functions for Yii Framework 2.0.
View Article[Wiki] Update a part of content using AJAX when select a GridView row
Suppose you want to refresh a form or any content when a single row of CGridView is selected how to achieve that ? In your view file modify your cgridview like that...
View Article[Extension] rbacmanager
This is a command-line tool (extends CConsoleCommand) to manage rbac items and assignments.
View Article[Extension] image-editor
Simple image editor for resizing, cropping and doing other elementary actions with images.
View Article[Extension] useradmin
Complete module for managing users, they premissions, tasks and roles
View Article[Wiki] ClientValidation for files (modern browsers)
There are cases that you want to validate the file format, size, extension etc but how to do that without submit the form ? Also if the file is too large you have to wait for a cetain time until the...
View Article[Wiki] Using Apostle.io to send formatted, trackable emails from Yii...
Apostle provides a nifty facility for sending app-generated, transactional emails from your application including Wordpress-like mail formatting and full tracking (delivery, opening, clicking etc.) of...
View Article