Skip to content

Instantly share code, notes, and snippets.

View MaxHero's full-sized avatar

Maxim Shcherbakov MaxHero

View GitHub Profile
@MaxHero
MaxHero / UserIdentity.php
Created November 9, 2013 13:57
Custom UserIdentity errors example
<?php
class UserIdentity extends CUserIdentity
{
const ERROR_BLOCKED = 3;
const ERROR_NO_RELATED_RECORDS = 4;
/**
* @var integer
*/