PHP Classes

File: output/class.account.php

Recommend this page to a friend!
  Classes of Martijn Waeyenbergh   PHP MySQL Generator   output/class.account.php   Download  
File: output/class.account.php
Role: Sample output
Content type: text/plain
Description: Example Account CLASS
Class: PHP MySQL Generator
Generate classes to access MySQL database tables
Author: By
Last change: error from translation: the class name was not replaced correct
Date: 2 years ago
Size: 415 bytes
 

Contents

Class file image Download
<?php /************************************************** #commentaar# ***************************************************/ class account{ /* variabelen */ public $id; public $firstname; public $lastname; public $street; public $number; public $postal; public $description; public $birthdate; public function __construct(){ } public function __destruct(){ } } ?>