mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Add PHP magic constants entry
This commit is contained in:
parent
5b0db44e7c
commit
db690c17c5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user