PATH:
opt
/
alt
/
php54
/
usr
/
share
/
doc
/
pear
/
ConsoleTools
/
docs
<?php $dir = dirname( __FILE__ ); $dirParts = explode( DIRECTORY_SEPARATOR, $dir ); switch ( $dirParts[count( $dirParts ) - 3] ) { case 'doc': require_once 'ezc/Base/base.php'; break; // pear case 'trunk': require_once "$dir/../../Base/src/base.php"; break; // svn default: require_once "$dir/../../Base/src/base.php"; break; // bundle } /** * Autoload ezc classes * * @param string $className */ function __autoload( $className ) { ezcBase::autoload( $className ); } ?>
[-] example_output.php
[edit]
[-] tutorial_example_13_dialog_question.php
[edit]
[-] tutorial_example_05_input_advanced.php
[edit]
[-] tutorial_example_03_output_options.php
[edit]
[-] example_question_dialog_collection_full.php
[edit]
[-] tutorial.txt
[edit]
[-] example_table_2.php
[edit]
[-] tutorial_example_06_progressbar_basic.php
[edit]
[-] tutorial_autoload.php
[edit]
[+]
..
[-] tutorial_example_01_output_basic.php
[edit]
[-] tutorial_example_08_statusbar.php
[edit]
[-] CREDITS
[edit]
[-] tutorial_example_02_output_advanced.php
[edit]
[-] example_statusbar.php
[edit]
[-] example_question_dialog_factory_yesno.php
[edit]
[-] example_question_dialog_type_full.php
[edit]
[-] example_menu_dialog_full.php
[edit]
[-] tutorial_example_07_progressbar_advanced.php
[edit]
[-] example_table.php
[edit]
[-] tutorial_example_output_targets.php
[edit]
[-] example_progressbar.php
[edit]
[-] LICENSE
[edit]
[-] tutorial_example_04_input_basic.php
[edit]
[-] tutorial_example_14_dialog_yesnoquestion.php
[edit]
[-] tutorial_example_11_progressmonitor.php
[edit]
[+]
img
[-] example_input.php
[edit]
[-] tutorial_example_15_dialog_menu.php
[edit]
[-] example_progressmonitor.php
[edit]
[-] tutorial_example_10_table_advanced.php
[edit]
[-] tutorial_example_12_input_arguments.php
[edit]
[-] tutorial_example_09_table_basic.php
[edit]