Welcome Guest, Not a member yet? Register   Sign In
Possible to load too many views?
#6

[eluser]m4rw3r[/eluser]
Also, there is a stack limit in PHP (think it is around 100), which limits the call depth.
Because every call to Loader::view() calls the next nested view(), then it is stacked.

So I'll guess that the maximum nesting depth is about 80 views (less if you have many function/method calls before you call the view).


Messages In This Thread
Possible to load too many views? - by El Forum - 01-01-2009, 01:42 AM
Possible to load too many views? - by El Forum - 01-01-2009, 07:21 AM
Possible to load too many views? - by El Forum - 01-01-2009, 01:27 PM
Possible to load too many views? - by El Forum - 01-01-2009, 01:34 PM
Possible to load too many views? - by El Forum - 01-01-2009, 04:51 PM
Possible to load too many views? - by El Forum - 01-02-2009, 10:09 AM
Possible to load too many views? - by El Forum - 01-02-2009, 12:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB