0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz c87a0b97f4 DomainHandler.php:
- store() can now handle INSERT and UPDATE (depending on $this->new) :-)
- store some texts in $this->msg[] (replaced several $this->variable)
  to make functions easier reuseable
- new function initMsg to fill $this->msg[] (can depend on $this->new)
- convert values to a DB-understandable format in store(), not in set()
  (affects only bool for now, another candidate is pacrypt()ing passwords)
- check if all fields are set (on new)
- unset all not_in_db fields in $db_values in foreach loop



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1223 a1433add-5e2c-0410-b055-b7f2511e0802
2011-10-19 17:52:26 +00:00
..
AliasHandler.php PFAHandler, AliasHandler: 2011-10-16 20:31:46 +00:00
Config.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 2011-10-17 21:47:58 +00:00
DomainHandler.php DomainHandler.php: 2011-10-19 17:52:26 +00:00
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 2011-10-17 21:47:58 +00:00
MailboxHandler.php MailboxHandler: 2011-10-10 22:15:16 +00:00
PFAHandler.php Make create-domain.php even shorter (109 -> 89 lines) ;-) 2011-10-18 22:56:33 +00:00
VacationHandler.php VacationHandler: 2011-07-14 20:29:10 +00:00