Andreas Flack writes: Hi!
> So I did var_dump($_MIDGARD); in the style code and saw that it was > indeed an object. The funny thing is now that I did a second > var_dump($_MIDGARD); at the beginning of my code-init, and there > $_MIDGARD is an array. > > So, my question is: Is this intentional? If so, where exactly does > $_MIDGARD become an object? $_MIDGARD is initialized ( internaly ) as array, before code-global is executed. But it's not read only. Any code may change this to an object. > And more importantly: Why does it behave > like this? To me, this seems like the perfect opportunity to introduce > subtle db corruptions, especially if you only log errors to the file and > don't display them on site. How would you like to corrupt db like this? Piotras _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
