Wrent / dokuwiki-plugin-latexit

Repository of DokuWiki plugin latexit, which allows to export multiple DokuWiki pages in single LaTeX file.
3 stars 8 forks source link

classes might conflict #17

Open splitbrain opened 10 years ago

splitbrain commented 10 years ago

Since we're still on PHP 5.2 compatibility we can't use namespaces. Your classes have very general names (eg. Package) which might conflict with future core function or other plugins. I recommend prefixing them with the plugin name to avoid possible conflicts. Eg. Package -> Latexit_Package.