Wiki

Displaying 411-420 of 470 result(s).

Organize directories for applications with front-end and back-end using WebApplicationEnd behavior

Created 3 years ago by andy_sTutorials18 comments – viewed 43,256 times – ( +25 )
Previously there was described a way to build an application with front-end and back-end. I would like to continue this theme and suggest another way to organize directories using WebApplicationEnd behavior.

How to use ldap in UserIdentity for authentication

Created 3 years ago by BeerSercTutorials10 comments – viewed 20,272 times – ( +11 )
Yii does not have an LDAP class itself, but its very easy to implement LDAP in the stock UserIdentity class.

Creating a database-driven hierarchical Structure combined with CMenu and superfish

Created 3 years ago by thyseusTutorials8 comments – viewed 28,720 times – ( +15 )
Note: Please also take a look at the newer EMenu extension. This works even better that the deprecated CDropDownMenu!
tags: menu

Add information to Yii::app()->user by extending CWebUser

Created 3 years ago by atrandafirTutorials9 comments – viewed 54,484 times – ( +27 )
This little tutorial explains a way how you can retrieve more parameters from Yii::app()->user by adding a component that extends CWebUser and retrieves the user information from database table named User.

Using the configuration file, explain what can be configured.

Created 3 years ago by atrandafirTutorials0 comments – viewed 26,417 times – ( +18 )
The purpose of this post is to let anyone quickly find how to accomplish a configuration task, and list here all the posibilities of the config.php file and also link to pages that explain how is each thing implemented.

SQL Logging and Profiling in FireBug (Yii 1.1)

Created 3 years ago by mindplayTutorials2 comments – viewed 12,345 times – ( +6 )
During development, it's often very handy to have SQL logging and profiling.
tags: Logging

Reference: Model rules validation

Created 3 years ago by krillzipHow-tos4 comments – viewed 253,578 times – ( +86 )
This is a reference to be used for Model rule validation and is compiled from the Yii documentation and code. The purpose is to have all the information gathered in one place instead of scattered. This reference is not an intro. See The Definitive Guide to Yii, Declaring Validation Rules for a tutorial.

I18n subdomains and url-rules

Created 3 years ago by Y!!Tutorials5 comments – viewed 15,767 times – ( +7 )
This guide is for more or less advanced users. If you just started with Yii or didn't worked with any web-framework before, you may should come back later :-)
tags: i18n, URL

Simplified meta tags

Created 3 years ago by Y!!Tutorials1 comment – viewed 18,817 times – ( +13 )
If we want to set meta tags on a per page (controller-action) basis, we may use the clientScript application component.

Using search engine and user friendly URLs

Created 3 years ago by qiangTutorials6 comments – viewed 38,795 times – ( +18 )
The Definitive Guide introduces the fundamentals of managing URLs in a Yii application. In this tutorial, we introduce a practical technique that can quickly turn your application into using search-engine-friendly URLs.
tags: SEO, URL