Is it possible to call functions in libraries and models from the browser? |
[eluser]C. Jiménez[/eluser]
$A = (FLOAT)12 ; $B = (INT) 12 ; $A == $B //TRUE $A === $B //FALSE, same content, different container. http://es2.php.net/manual/en/language.op...arison.php |
Welcome Guest, Not a member yet? Register Sign In |