The main server (Model) class for the Basic Meeting List Toolbox MVC system. More...
Classes | |
| class | c_comdef_server |
| This class is the main server class. It instantiates a PDO database object, and is the starting point for everything done and managed by the CoMDEF server system. More... | |
The main server (Model) class for the Basic Meeting List Toolbox MVC system.
The server is a SINGLETON. There can only be one. Upon instantiation, it creates a bunch of format objects, in its own localization. The formats are all read in and kept local, but the meetings are supplied upon demand. The same goes for the change tracking.
This series of classes interfaces with the server, using PHP's PDO database abstraction layer} (http://us3.php.net/pdo), so this system should work for multiple databases.
This file is part of the Basic Meeting List Toolbox (BMLT).
Find out more at: http://magshare.org/bmlt
BMLT 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 3 of the License, or (at your option) any later version.
BMLT 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 code. If not, see <http://www.gnu.org/licenses/>.
1.7.4