mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 08:44:28 +02:00
Add PHP magic constants entry
This commit is contained in:
@@ -765,6 +765,13 @@ I'm a ParentClass
|
|||||||
But I'm ChildClass
|
But I'm ChildClass
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**********************
|
||||||
|
* Magic constants
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Get directory of the file
|
||||||
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
/**********************
|
/**********************
|
||||||
* Error Handling
|
* Error Handling
|
||||||
|
Reference in New Issue
Block a user