0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
postfixadmin/model
Christian Boltz 429ef27031 functions.inc.php:
- new function db_where_clause($condition, $struct) to create a WHERE clause.
  bool values are converted with db_get_boolean() based on $struct

model/DomainHandler.php - view():
- build WHERE clause with db_where_clause()
- new array $colformat for columns which need special handling in the field list
  (that's more readable than tons of elseif on the long term, and allows easier
  customization (hook/$CONF value?))



git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1228 a1433add-5e2c-0410-b055-b7f2511e0802
2011-10-22 11:12:03 +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 functions.inc.php: 2011-10-22 11:12:03 +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