[Extension] ipaddress-for-yii
ipaddress for yii 是用于YII 查询IP所在地的YII extension 采用了新浪IP接口、网易有道IP接口
View Article[Wiki] How to render a view in Fancybox using ajax
Sometimes you want to render a view in Fancybox. This How-to describes just one technique which will enable you to do this. Have fun! Step 1: Prepare your view file <? //add FancyBox files, either...
View Article[Extension] yii-cloudzoom
product image show . a comparable alternative to products such as Magic Zoom. Compared to the popular jQZoom plugin
View Article[Extension] social-sharing-widget
Widget that generates sharing buttons for facebook, twitter and google plus
View Article[Wiki] Extending CJuiDialog
Sometimes you have CJuiDialog with different content but same buttons (or width, height). If you don't want to repeat yourself this is a great solution: Create: extensions/dialog/start.php In start.php...
View Article[Extension] extensionloader
Create a plugable extension system, pretty much like wordpress plugins system
View Article[News] Yii PHP framework 1.1.11 is released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.11. In this release, we've included more than 100 enhancements and bug fixes. This release is very special...
View Article[Wiki] Yii behind a reverse proxy, SSL support and correct IP logging
If you are hosting Yii behind a reverse proxy, for example nginx, and you are having issues with your logs showing the proxies IP, or the urls being created arn't being created for SSL because your SSL...
View Article[Wiki] Custom Number Formatting or Decimal Separators and i18n
By default, the decimal separator in php (also in mysql) is a dot (.). So when we work with floats in Yii (in calculations, validation, sql statements etc.), the decimal separator has to be a dot. If...
View Article[Wiki] Simple way to use AutoComplete using different ID and Display Value
Usually when we use AutoComplete in a project, We need to show "title" or "name" in the list, while when the form is posted, we need some sort of integer ID referring to the selected value. Out of the...
View Article[Wiki] How to use Multiple instances of the same model in the same form
When i had created this functionality then i found some difficulties and not got much idea from wiki and forums. so, i think this will be useful for newbie users and save time of other developers when...
View Article[News] New member joining Yii team
We are very glad to have a new member joining our developer team. His name is Carsten Brandt and his forum ID is CeBe. CeBe is from Germany and has been a veteran Web developer for many years. He has...
View Article