Welcome Guest, Not a member yet? Register   Sign In
Views and passed variable scopes
#8

(04-15-2016, 09:36 AM)Narf Wrote:
(04-15-2016, 09:28 AM)kilishan Wrote:
(04-15-2016, 09:19 AM)Narf Wrote: I did too think of the view-within-a-view scenario, but it's the same thing - you can pass those variables to it on the spot.

The current behavior can be handy, of course (otherwise it wouldn't exist), but if it does remain as an optional feature then it has to really be optional all the way. If I don't turn it on, I wouldn't expect any variables to be cached behind the scenes just so they can be later reset by default.

Yup, that's how it's implemented. after the data is extracted to the view, the class' data property is reset to an empty array by default.

I guess you've misread my post - I'm saying it should NOT be implemented that way.
There's no point in populating a class property if you're going to reset its value in the very same method call.

Then you haven't looked at the class in question. There are additional methods to allow you to set data, so it needs to be collected in a class variable. Otherwise, you're correct, if it was all handled in the same method it would be pointless.
Reply


Messages In This Thread
RE: Views and passed variable scopes - by Narf - 04-15-2016, 07:50 AM
RE: Views and passed variable scopes - by Narf - 04-15-2016, 09:19 AM
RE: Views and passed variable scopes - by Narf - 04-15-2016, 09:36 AM
RE: Views and passed variable scopes - by kilishan - 04-15-2016, 09:42 AM
RE: Views and passed variable scopes - by Narf - 04-15-2016, 09:49 AM
RE: Views and passed variable scopes - by Narf - 04-22-2016, 03:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB