db->fetchAll( "SELECT * FROM {$this->table} WHERE status = 'active' ORDER BY name ASC" ); } }