Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
opt
/
alt
/
php55
/
usr
/
share
/
doc
/
pear
/
Base
/
docs
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/php55/usr/share/doc/pear/Base/docs/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(); ?>