[eluser]AnimeCYC[/eluser]
Update 6/4/09
I've updated the code with a fully commented version, I did not replace the original simply because not everyone wants to see the comments. Hopefully reading through the library now it will make a bit more sense. If requested I will write a documentation as well.
--------------------------
Hey All,
I'm new here; I've been lingering around CodeIgniter for sometime now and have been in and out of using it, until recently when I finally decided to sit down with it and mess around. To test out CI I tried to develop a "no-frills" module loader, it only took me an hour to finish but I figured I would post is here to see what everyone else thinks and maybe get some feedback and requests for it. Here is the feature list.
SimpleModule v.1
Light Weight
Integrates easily for any application
Name/Version/Description control (optional)
Thats it! "No-frills" right? If you have any suggestions/comments/criticisms/requests let me know; Code with sample is attached. I want to apologize in advanced but I didn't comment the code except for a couple of things, if you want a fully commented library or if you have no idea how to use it by reading the sample module and controller let me know.