/libraries/bartsch/filename.php
will match:
jimport('bartsch.filename');
However you are correct that to have it automatically load classes you
will need a system plugin. With recent changes in the platform you
will be able to register your own prefix to autoload classes that
match our new autoloader standard so you could in future use that as
an alternative to JLoader::discover().
Cheers,
Sam Moffatt
http://pasamio.id.au
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! General Development" group.
> To post to this group, send an email to joomla-de...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-dev-gene...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-dev-general?hl=en-GB.
Beginning with which version of Joomla the autoloader will be available?