4
Quote:
I will look at this thanks...
Quote:
why you look for templates on admin ?
I love having three layers: templates, code, objects. It seems to me to be the most flexible solution. The code manipulates the objects and throws it into the templates... This way most queries are only typed once and I don't have to scan code ten times to find a rogue "echo
;".
Quote:
I guess the best code/organization examples are in real modules... like those that you get when you download XOOPS or something else from the modules repository
Also check the Module development topic (and perhaps some template stuff) in our beloved wiki.
It doesn't seem to be very common in the admin part. I looked through a couple of modules but could not find anything (but maybe I was not looking for the right thing...). As for the wiki and the doc I must say it gives some ideas but is kind of criptic or unhelpfull for most advanced tasks. Unfortunately I don't yet have the knowledge to start contributing to it... and I'm very bad at explaining stuff.