Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php

<?php
  public class User {
    public $userid;
    public $username;
    private $password;

    public class UserProfile {
      // some code here
    }

    private class UserHistory {
      // some code here
    }
  }
?>
Source by www.studentstutorial.com #
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
9+2 =