PHP tutorial

RAZAINA February 28, 2011, 2:23 pm

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.

SOLOVYOVSERHIY February 28, 2011, 1:47 pm
Hi

What about haxe->php tutorial?
Can you write how to create standard modules for website via haxe or neko?
Before I have seen some at your great site but now they are not
inside.

Thanks a Lot.

Serhiy.