Is there an absolute path reference I can use? My module-in-development is using 3 classes. The expected class, an “author” class, and a super admin class. Rather than coding all 3 classes into the same file, it would be super-handy to split them into their respective files.
Example:
include(_EE_ABS_PATH . 'system/modules/friends/aux.friendClassOne.php');
include(_EE_ABS_PATH . 'system/modules/friends/aux.friendClassTwo.php');Thank You! 😊
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.