forked from GNUsocial/gnu-social
[COMPOSER] Add new php-ffmpeg package
This commit is contained in:
9
vendor/zetacomponents/base/docs/tutorial_example_01.php
vendored
Normal file
9
vendor/zetacomponents/base/docs/tutorial_example_01.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require_once 'tutorial_autoload.php';
|
||||
|
||||
ezcBase::addClassRepository( './repos', './repos/autoloads' );
|
||||
$myVar1 = new erMyClass2();
|
||||
$myVar1->toString();
|
||||
$yourVar1 = new erYourClass1();
|
||||
$yourVar1->toString();
|
||||
?>
|
Reference in New Issue
Block a user