I´m working on a back-end for band sites that´s goin to be released to public.
Right now i have lots of functions in a file plugins.class.php.
(All functions can easily be integrated to any website with php.)
Now to my question: what´s the easiest way to work with plugins/hooks?
I mean if i want to create and release a new plugin in the future, i want the end-user to just upload the new plugin to a directory called "/plugins" and then just "activate/install" it.
I´m not THAT good at php, so i hope that someone could post some exampel code and/or links to guides/tutorials to help me get started. :o
Thanks in advance!