1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-09 08:16:58 +02:00

Add PHP magic constants entry

This commit is contained in:
Rudy Affandi
2015-10-31 10:54:55 -07:00
parent 5b0db44e7c
commit db690c17c5

View File

@@ -765,6 +765,13 @@ I'm a ParentClass
But I'm ChildClass
*/
/**********************
* Magic constants
*
*/
// Get directory of the file
require __DIR__ . '/vendor/autoload.php';
/**********************
* Error Handling