comparison Settings.class.php @ 31:6bb8f29c80c0

modified: Settings.class.php
author Sushi-k <epgrec@park.mda.or.jp>
date Mon, 27 Jul 2009 11:24:05 +0900
parents 1c5f618dc210
children 01a8fdc0cebb
comparison
equal deleted inserted replaced
30:1c5f618dc210 31:6bb8f29c80c0
123 123
124 public function save() { 124 public function save() {
125 $this->asXML(INSTALL_PATH . self::CONFIG_XML); 125 $this->asXML(INSTALL_PATH . self::CONFIG_XML);
126 } 126 }
127 } 127 }
128
129 $settings = Settings::factory();
130
131 print_r( get_object_vars( $settings ) );
132
133 ?> 128 ?>