Showing posts with label zend check user status at the time of log in. Show all posts
Showing posts with label zend check user status at the time of log in. Show all posts

Friday, January 21, 2011

Zend Framework Check statusId with username and password

I think you can do that by using the getDbSelect instance of Zend_Auth

// get select object (by reference)
$select = $adapter->getDbSelect();
$select->where('active = "TRUE"');