Hi,
what do you mean by "standard modules" for website?
My website engine is built like this :
The current page is depending on the GET/POST parameters sent. These parameters are transmitted to the "VIEW" which selects the suitable template. Then I have other "modules" that take over. They are used specifically for the page I have to render. The forum or, the tutorials pages or the documentations page, have their own Class/"module" which query/parse/etc. datas then give it to the "view" which transmits it to the template.
I also have smaller "modules" that can be used inside other "modules", like a BBCode parser, or an URL Rewriter "module"/tool, or some JS (haXe) "modules" etc...
Is that kind of "module" that you mean? If it is, I can share codes.
If not explain me more ;)
Note : i only use haxe/temploc, and not Neko on this server.
Contact
Follow me