Allow to load files and routes at run time.#74
Allow to load files and routes at run time.#74Criptos wants to merge 7 commits intojmathai:masterfrom Criptos:master
Conversation
Variable nama change due no testing... :(
|
In EpiRoute.php you have debug code at line 100
|
|
Is the use case for this to define a set of routes that belong to a blog as a lazy route of How many routes are you loading now at which point it becomes too large? |
|
El sep 26, 2013 5:00 PM, "Jaisen Mathai" notifications@github.com
Yes...
Splitting the load routes has simplified the development, produced less
|
|
@Criptos Thanks for the response. Just trying to wrap my head around this a bit more. Is the benefit more to do with code management than performance, then? |
|
Humm... i really didn't made speed measures... but memory usage was
|
Added delete and end interfaces as declared by documentation.
Added function delete to unset variable of session, as documentation states
Fix warning when EpiSession::employ() only return 1 element.
|
Hello, new maintainer :) This still works, and I'm still around :) |
I'm using Epiphan for a fairly big project, so, needing to load all the application and classes in one single point, makes the code to complex and the load to heavy, so to break down the loading I create a lazyload so when you detect a route, you load a file where you can have more definitions and code loaded, this way I can manage a fairly good integration and delegation, and avoid to many routes in a single file.