Next, I have the following method in a class named UsuarioDAO .
public function insertUser(PojoUser $user) {
if ($stmt = Conn::con() != null) {
$stmt = Conn::con()->prepare('INSERT INTO usuario (email, username, passwor...
asked by
27.08.2016 / 17:48