kolejna partia drobniejszych zmian (wciąż możliwe, że zacommitowany watermelon nie...
[watermeloncms.git] / wtrmln / libs / pluginscdb.php
blob13611851ecfbccea96f226e8918428b76c089d1d
1 <?php
2 /********************************************************************
4 Watermelon CMS
6 Copyright 2008 Radosław Pietruszewski
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 version 2 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 ********************************************************************/
24 * Lib PluginsConfigDatabase
25 * wersja 1.0.1
27 * Różne informacje związane z pluginami...
31 class PluginsConfigDatabase
33 function __construct()
35 if(Watermelon::$pcdb !== null)
37 foreach(Watermelon::$pcdb as $key => $var)
39 $this->$key = $var;
44 function __destruct()
46 foreach($this as $key => $var)
48 Watermelon::$pcdb->$key = $var;