Created models for all database objects
This commit is contained in:
@@ -9,7 +9,13 @@ class CommonClubsModelFactoryUser extends AbstractCommonClubsModelFactory
|
||||
{
|
||||
return array(
|
||||
new CommonClubsModelColumnString('user'),
|
||||
new CommonClubsModelColumnString('name')
|
||||
new CommonClubsModelColumnString('name'),
|
||||
new CommonClubsModelColumnString('password'),
|
||||
new CommonClubsModelColumnString('address'),
|
||||
new CommonClubsModelColumnString('city'),
|
||||
new CommonClubsModelColumnString('mail'),
|
||||
new CommonClubsModelColumnString('phone'),
|
||||
new CommonClubsModelColumnString('mobile')
|
||||
);
|
||||
}
|
||||
|
||||
@@ -24,4 +30,4 @@ class CommonClubsModelFactoryUser extends AbstractCommonClubsModelFactory
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user