Skip to content

Instantly share code, notes, and snippets.

@joaorobertopb
Last active October 5, 2018 01:01
Show Gist options
  • Save joaorobertopb/d0daf8f768ce1be7a33d141bcad7c285 to your computer and use it in GitHub Desktop.
Save joaorobertopb/d0daf8f768ce1be7a33d141bcad7c285 to your computer and use it in GitHub Desktop.
Não comente o óbvio! Evite comentários irrelevantes...
<?php
//Autentica usuário
$this->autenticar($usuario, $senha);
// método construtor
public function __construct()
{
}
foreach($array as $key => $value) {
if ($value === true) {
} // Fim if
} // Fim foreach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment