A Really Simple Engine. I regret *nothing*.
Find a file
Emmanuel BENOîT 47b759d993 Loader::Find()
Added a method to the loader which can find all sub-classes /
implementations of a class / interface. The method must be called with
at least one argument (the name of the class / interface to find
subclasses / implementations of).

By default Loader::Find() will look for 'extra' classes. However, it is
possible to specify something else (e.g. 'ctrl' for controllers) as the
second argument.

Finally, by default, only packages which have already been loaded when
the method is called are considered. Passing false as the 3rd argument
will cause packages to be loaded.
2012-02-07 09:22:25 +01:00
includes Loader::Find() 2012-02-07 09:22:25 +01:00
site Importing bits and pieces 2012-02-05 12:56:54 +01:00