#166 Allow the definition of persistent classes having no table defined, and added a sample code for a null password authentication scheme

SVN:trunk[627]
This commit is contained in:
Romain Quetiez
2010-07-26 08:32:37 +00:00
parent 437066516d
commit b3594f5899
5 changed files with 86 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ abstract class User extends cmdbAbstractObject
// Display lists
MetaModel::Init_SetZListItems('details', array('contactid', 'first_name', 'email', 'login', 'language', 'profile_list')); // Attributes to be displayed for the complete details
MetaModel::Init_SetZListItems('list', array('first_name', 'last_name', 'login')); // Attributes to be displayed for a list
MetaModel::Init_SetZListItems('list', array('finalclass', 'first_name', 'last_name', 'login')); // Attributes to be displayed for a list
// Search criteria
MetaModel::Init_SetZListItems('standard_search', array('login', 'contactid')); // Criteria of the std search form
MetaModel::Init_SetZListItems('advanced_search', array('login', 'contactid')); // Criteria of the advanced search form