Sign in
apache
/
zetacomponents
/
trunk
/
.
/
Configuration
/
docs
/
tutorial_example_03.php
blob: 1a46a2b5e2c7840931616b8b43eaec59331b0aef [
file
] [
log
] [
blame
]
<?
php
require_once
'tutorial_autoload.php'
;
$writer
=
new
ezcConfigurationArrayWriter
();
$writer
->
init
(
dirname
(
__FILE__
),
"settings"
,
$cfg
);
$writer
->
save
();
?>