You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
13 years ago
..
AliasHandler.php PFAHandler, AliasHandler: 13 years ago
Config.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 13 years ago
DomainHandler.php functions.inc.php: 13 years ago
Lang.php Move the classes "Config" and "Lang" to scripts/common.php to model/ 13 years ago
MailboxHandler.php
PFAHandler.php Make create-domain.php even shorter (109 -> 89 lines) ;-) 13 years ago
VacationHandler.php