ea-Geiercode-base
[ class tree: ea-Geier ] [ index: ea-Geier ] [ all elements ]

Procedural File: config.inc.php

Source Location: /code/base/config.inc.php

Page Details

php functions for user configurations

LICENSE: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Link:  http://www.ea-geier.at/
Filesource:  Source Code for this file
Version:  $Id: config.inc.php 149 2007-09-08 16:35:19Z m2mtech $
License:  GNU General Public License Version 2
Copyright:  2007 m2m server software gmbh
Author:  m2mtech <tech@m2m.at>
Includes
require_once ('code/base/config.html.php') [line 30]

html functions for config screen

[ Top ]


Functions
allowEmptyVars  [line 436]

void allowEmptyVars( eaInput &$in, array $what  )

allow empty variables

Parameters:
eaInput   &$in:  input data
array   $what:  variables


[ Top ]
genOptConfig  [line 39]

void genOptConfig( eaDB &$db, eaInput &$in, string $state  )

generate data for html output of config screen

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data
string   $state:  state in state machine


[ Top ]
getChangedVars  [line 402]

array getChangedVars( eaInput &$db, string &$in, $what, [ $key = 'dummy']  )

finds changed variables

Parameters:
eaInput   &$db:  input data
string   &$in:  variable type
   $what: 
   $key: 

API Tags:
Return:  changed variables


[ Top ]
saveClientConfig  [line 265]

boolean saveClientConfig( eaDB &$db, eaInput &$in, array 2  )

saves client configuration

validates the input data and saves the changed values

Parameters:
array   2:  user data
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]
saveDelClientUser  [line 373]

boolean saveDelClientUser( eaDB &$db, eaInput &$in  )

removes client user

validates the input data and removes client

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]
saveNewClient  [line 309]

boolean saveNewClient( eaDB &$db, eaInput &$in  )

saves new client

validates the input data and creates the new client

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]
saveNewClientUser  [line 336]

boolean saveNewClientUser( eaDB &$db, eaInput &$in  )

saves new client user

validates the input data and adds the new client

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]
saveSysConfig  [line 229]

boolean saveSysConfig( eaDB &$db, eaInput &$in  )

saves system configuration

validates the input data and saves the changed values

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]
saveUserConfig  [line 180]

boolean saveUserConfig( eaDB &$db, eaInput &$in  )

saves user configuration

validates the input data and saves the changed values

Parameters:
eaDB   &$db:  database
eaInput   &$in:  input data

API Tags:
Return:  status


[ Top ]


Documentation generated on Sun, 09 Sep 2007 17:08:10 +0200 by phpDocumentor 1.3.1