Hi,
I'm designing and implementing a series of PHP classes for my new site, some of which are beginning to get rather large and probably best sectioned off into separate source files.
It's easy to do this in C++, because you don't have to enclose both the declaration and implementation in the same source file, however I'm not sure you can do this in PHP.
Is there any way I can split the implementation of my class into different source files in a 'proper' way?
Many thanks
Multiple source files for PHP classes
Moderator: General Moderators