-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to load files and routes at run time. #74
base: master
Are you sure you want to change the base?
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" [email protected]
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.