Questionmark wrote: > > In PHP I query a MySQL database which in a column returns a boolean. > In PHP I have class parameter where this boolean is saved. > Now all values are true, but not in my database. >
can you find out what the variable thinks it is on PHP. echo gettype($boolFromDB); I have not seen this error. If you hard code the variable as a boolean false is it coming back to your flex application properly? -- View this message in context: http://www.nabble.com/Zend_amf-and-boolean-values-tp21704223p21707241.html Sent from the Zend Framework mailing list archive at Nabble.com.
