[Wiki] Tunneling using SSH in a limited enviroment
This tutorial describes how to connect to a remote service via tunnel when only most basic software is available on the remote server. It is not directly related to Yii. It could be hovewer useful for...
View Article[Wiki] Yii CGridView add custom button
Hi buddies !, This tutorial shows about how to add a custom button with your own icon for your CGridView of Yii framework Step 1 Add a new array element under 'class' => 'CButtonColumn' as follow...
View Article[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