📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 04:39:34
📂
/
/
opt
/
alt
/
php53
/
usr
/
share
/
doc
/
pear
/
Base
/
docs
✏️
Editing: tutorial_example_01.php
<?php require_once 'tutorial_autoload.php'; ezcBase::addClassRepository( './repos', './repos/autoloads' ); $myVar1 = new erMyClass2(); $myVar1->toString(); $yourVar1 = new erYourClass1(); $yourVar1->toString(); ?>
💾 Save Changes
❌ Cancel