I'm trying to build a simulator to let users train with. It's a good bit of code at the moment so hopefully this isn't too much for someone to look at right now. Basically, it's Windows in a web page.
http://tomsfreelance.com/windows_virtual_security/
Current Behavior:
When opening two "Ou...
i have a foreach statement which looks like this
foreach(static::$_components as &$field){
..some code
}
in "some code" i sometimes add more components to "static::$_components" member
if the insertion happens not at the final iteration it works, and the foreach detect & use the last...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.