[Wiki] Creating and updating model and its related models in one form, inc....
General There are more than a few forum threads and several wiki articles on how to create more than 1 model record in a single form but I didn't find one complete as I wish there was, covering all...
View Article[Wiki] Displaying, sorting and filtering HasMany & ManyMany relations in...
This tutorial gives you multiple options of how to fully implement showing, sorting and filtering related data in gridviews. Intro The app shows four ways of how to display related data in a fully...
View Article[Extension] autoadmingis
Easy-to-use CMS for geographic and geometric data, by editing coordinates directly or indicating on Google Maps
View Article[Wiki] How to "masquerade" a non-required form element as 'required' one (in...
Problem In a nutshell, the task at hand is to mark (or render) a model attribute in the typical "_form.php" view file with the 'required' red asterisk while this attribute is not marked as required in...
View Article[Wiki] How to hide index.php on Microsoft Windows Server with IIS7
I've seen lot of people struggling in finding a way to hide the script name when installing their Yii Application. In an Apache environment everything is well documented in this wiki article, but for...
View Article[Wiki] Ajax form submiting in Yii
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii. You can try a simple demo here:DEMO Find the source code @https://github.com/sirinibin/yiidemos PersonForm model...
View Article[Wiki] Elementary introduction to using jQuery ajax and the yii framework
In doing internet searches trying to learn how to incorporated ajax into web pages generated by the yii framework I noticed that there seems to be a lot of confusion. I worry that too-clever hacks will...
View Article[Wiki] YiiBackboneBoilerplate - Project Setup for your Yii+BackboneJS...
YiiBackboneBoilerplate We at Clevertech use this folder structure setup for our own projects when developing BackboneJS applications. Overview YiiBackboneBoilerplate, aims to provide Yii Backbone...
View Article[News] PhpStorm added support for Yii
Today JetBrains announced the release of PhpStorm version 5 which adds initial support for the Yii framework. PhpStorm is one of the most popular and powerful PHP IDE that is used by several of our...
View Article[Extension] date-compare
Validator to compare two dates, works similarly to CCompareValidator.
View Article[Wiki] Catching bounce messages (NDR) and piping them to a Yii command
Why bother? In order to avoid bounce messages and unsolicited registrations, most webapps send automatic activation emails upon user registration, and the account remain inactive as long as it is not...
View Article[Extension] rdbcommand
MySQL extention for MULTI INSERT, INSERT IGNORE and INSERT UPDATE
View Article[Wiki] Creating Yii applications with composer
Creating Yii applications with composer When creating web-application projects, you can add a great variety of different extensions, moduels, plugins or scripts to your code-base. But maintaining a...
View Article