Saturday, 15 May 2010

Partitioning php classes -



Partitioning php classes -

is there way in php split functions in several files?

because have huge class cannot split backwards compatibility reasons.

but c++ declare class in 1 file , function bodies in other file.

warning can not break class definition multiple files. can not break class definition multiple php blocks, unless break within method declaration.

taken verbatim php manual.

php

No comments:

Post a Comment