mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03: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
|
||||
*/
|
||||
|
||||
/**********************
|
||||
* Magic constants
|
||||
*
|
||||
*/
|
||||
|
||||
// Get directory of the file
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
/**********************
|
||||
* Error Handling
|
||||
|
Loading…
Reference in New Issue
Block a user