Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class myClassName{
  2. public function my_function_class(){
  3. // here is my function ...
  4. if(isset($_POST['my_query']){
  5. //here is my query from database
  6. return $my_query;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement