Wiki

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

How to create front and admin side login form

Created 10 months ago by vibhaJadwaniHow-tos6 comments – viewed 21,237 times – ( +4 )
In this WIKI you can learn how to create front and admin login form, using database.

CGridView: Update/create records in a CJuiDialog

Created about a year ago by JobloTips10 comments – viewed 21,110 times – ( +11 )
My article Display the full record in a CJuiDialog uses ajax to view a record in dialog on clicking the 'view-icon'.

CSS Naming Conventions

Created 2 years ago by qiangTutorials4 comments – viewed 21,016 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.

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

Created 2 years ago by Juan CalvoTutorials4 comments – viewed 20,955 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).

File uploads in CForm (Form builder)

Created about a year ago by Luke JurgsHow-tos2 comments – viewed 20,944 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.

Manage application configuration in different modes

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

Eclipse PDT - code-hints, references and other goodies

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

Multiple Databases and Multiple Domains

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

How to hide index.php on nginx

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

Using the jqueryslidemenu plugin with CMenu

Created 2 years ago by Antonio RamirezHow-tos0 comments – viewed 20,661 times – ( +18 / -1 )
Yii makes it really easy for all to use their already made objects that automate everything we do. It provides also great power of flexibility and styling but hey, we programmers tend to complicate our lives and push a little more the power of our tools.