Advertisement
artuu

Untitled

Sep 29th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. class Form(){
  2.     function __construct(){
  3.         $this->db =
  4.     }
  5.  
  6.     public static function submit(){
  7.         // waliduj dane
  8.         // if, czy ok, czy nie
  9.         // zapisz do db
  10.         // wyslij maila jesli poprawny zapis do db
  11.         // strona sukcesu lub błędu
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement