Skip to content

Instantly share code, notes, and snippets.

@ujovlado
Created March 10, 2013 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ujovlado/5129042 to your computer and use it in GitHub Desktop.
Save ujovlado/5129042 to your computer and use it in GitHub Desktop.
<?php
$model = new User;
if(isset($_POST['User'])) {
$model->attributes = $_POST['User'];
if ($model->validate())
// niečo urob (pošli email, ulož do DB a podobne)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment