Welcome Guest, Not a member yet? Register   Sign In
Software architecture: mapping action paths through an app
#1

[eluser]sandwormusmc[/eluser]
Lately as one of my projects is getting more complex, I'm wondering how to effectively tackle the problem of keeping track of actions within a web app.

I'd like to abstract my code and maybe keep the function paths somewhere in a database table, so I can retrieve that path, then call it dynamically from within my code.

I've seen some examples on continuation in Java-based languages, but can't seem to make the intellectual leap on how to do it within my own application. With AJAX type calls, continuation seems like too much work to implement, anyway.

Does anyone else have ideas on how they've resolved (or would resolve) the complexity of action mapping in PHP? Does my post make any sense? Tongue




Theme © iAndrew 2016 - Forum software by © MyBB