ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
hello_world.php
Go to the documentation of this file.
1 <?php
2 
19 require_once(__DIR__ . "/../artifacts/bootstrap.php");
20 
21 // This calls a simple entrypoint, for testing and documentation purpose. This
22 // should just print a simple hello and will work when bootstrapping works.
23 
24 exit(entry_point("Component/HelloWorld"));
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
entry_point(string $name)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: result1.php:21