Foren / Cotonti / Core Labs / Archive / Core functions pluggable

Kilandor
#474 15. August 2008, 16:27
Actually as far as bbcode is concerned, I propose my plugin/sql system, be used. BBcode can be easily added to a sql db which is then accessable by any/every plugin.

As the parser functions pull from that data, and its cached. Mysql usage like this is very very minimal, as it uses a cache.

I don't see any other options unless you created a painful file creating structure to add and store it all in a php file, that had api access, which would be a bit more difficult, not to mention more chances for problems

And maybe some similar creation can be done for the others.