Hi Adrian, What Greg is trying to say is that the behaviour is normal for none-assigned variables. However, digging deeper I found what you are referring too, a fix will be commited soon.
Regards, Jason -- You received this bug notification because you are a member of PHPDevShell, which is subscribed to PHPDevShell. https://bugs.launchpad.net/bugs/932577 Title: getSettings should not return undefined settings, it should set it to NULL Status in Open Source PHP RAD Framework with UI.: New Bug description: When i try to make a configuration to set some settings, but the settings do not exist at this time. I must set the settings Like this to handle it: $setting = $this->db->getSettings(array('cfg1', 'cfg2'), 'cfgTest'); $setting2 = array('cfg1'=>NULL, 'cfg2'=>NULL); $setting = array_merge($setting2, $setting); Otherwise, it destroys the layout of the page, when i do not handle it like this. To manage notifications about this bug go to: https://bugs.launchpad.net/phpdevshell/+bug/932577/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~phpdevshell Post to : [email protected] Unsubscribe : https://launchpad.net/~phpdevshell More help : https://help.launchpad.net/ListHelp

