Wiki articles tagged with "authentication"

Showing 21-22 of 22 items.

How to use markItUp! on a text field for full WYSIWYG editing

Created 16 years ago by lucifurious lucifurious, updated 14 years ago by wei wei.

This tutorial will show you how to use the Pogostick Yii Extension Library to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.

3 0
3 followers
Viewed: 39 618 times
Version: 1.1
Category: Tutorials

How to add more information to Yii::app()->user

Created 16 years ago by qiang qiang, updated 13 years ago by Yang He Yang He.

By default, the expression Yii::app()->user returns a [CWebUser] [application component](http://www.yiiframework.com/doc/guide/basics.application#application-component) which represents the information that are closely related with the current user. Some information can be persistent throughout the current user session. For example, [CWebUser] already comes with a [name|CWebUser::name] property th...

21 0
28 followers
Viewed: 231 542 times
Version: 1.1
Category: Tutorials