Wiki

Sorted by viewsX
Displaying 111-120 of 482 result(s).

Custom Autocomplete Display and Value Submission

Created about a year ago by Antonio RamirezHow-tos5 comments – viewed 22,140 times – ( +12 / -1 )
How many of us has wondered how to create an autocomplete that will display the names of a related models but do require the id of that selected name to be submitted for model creation/update?

Integrating Yii with Wordpress

Created 2 years ago by isekreamTips4 comments – viewed 22,098 times – ( +9 / -1 )
Well I finally had some time and tinkered a bit with the notion of integrating wordpress and Yii. Now for me I wanted to use Yii as a framework to develop wordpress plugins. Using some tips from imasia Article I was able to do a simple integration of yii as a wordpress plugin. The integration was very basic and i just used yii with its default installation site. I don;t know how it will really react with CRUD application as yet but it was fairly easy to integrate after reading the article...

Introducción al control de acceso basado en roles (RBAC)

Created 2 years ago by Juan CalvoTutorials4 comments – viewed 22,031 times – ( +16 / -1 )
Todos los que hemos empezado a utilizar Yii para crear aplicaciones Web, nos hemos dado de bruces cuando hemos intentado poner a funcionar el RBAC (acceso de control basado en roles).

XUpload Workflow

Created 11 months ago by AsgarothTutorials18 comments – viewed 21,915 times – ( +28 )
This wiki describes a more complex workflow using the XUpload widget

File uploads in CForm (Form builder)

Created about a year ago by Luke JurgsHow-tos2 comments – viewed 21,826 times – ( +8 )
While there is a reasonable amount of documentation regarding CForm (form builder) and file uploads seperately, there really is not any coverage of both in combination.

CSS Naming Conventions

Created 2 years ago by qiangTutorials4 comments – viewed 21,502 times – ( +35 )
In this article, we introduce a set of CSS naming conventions that we have applied in several big projects and achieved success. The goal of these naming conventions is to eliminate the possibility of naming conflicts, facilitate debugging and maintenance, and to simplify the naming process.

How to hide index.php on nginx

Created 4 years ago by milesTutorials3 comments – viewed 21,438 times – ( +4 )
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM
tags: URL

Manage application configuration in different modes

Created 4 years ago by qiangTutorials4 comments – viewed 21,389 times – ( +14 )
Info: This tutorial references the idea presented in Jonah's excellent blog article.

Multiple Databases and Multiple Domains

Created 2 years ago by got 2 doodleTutorials2 comments – viewed 21,362 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database

Eclipse PDT - code-hints, references and other goodies

Created 4 years ago by mindehTutorials3 comments – viewed 21,226 times – ( +13 )
Since PHP is dynamically typed language, the way IDE may help you is limited.
tags: IDE