Skip to content

Instantly share code, notes, and snippets.

View asumaran's full-sized avatar
☺️
daydreaming

Alfredo Sumaran asumaran

☺️
daydreaming
View GitHub Profile
@asumaran
asumaran / LoginForm.php
Created October 27, 2012 11:38 — forked from jamband/LoginForm.php
Yii Framework: Custom authentication
<?php
class LoginForm extends CFormModel
{
private $_loginLabel;
public $login;
public $password;
public $rememberMe;
/**