jaoss icon indicating copy to clipboard operation
jaoss copied to clipboard

Just Another Open Source System - Library & Tools

Results 6 jaoss issues
Sort by recently updated
recently updated
newest added

Need to implement these. Why not just mimic something like RoR?

Probably easiest by making a configurable controller setting(s), like: ``` $this->setBaseTemplate("foo"); ``` Or something.

Need to allow other templating systems to be used other than smarty - should be a config option

feature

rather than declaring a load of abstract functions, put them in an interface which each session handling class implements.

feature