Skip to content

Instantly share code, notes, and snippets.

@adahhane
adahhane / membre.php
Created May 7, 2011 00:10 — forked from abdeltiflouardi/membre.php
Class Membre
<?php
/*-------------------------------------------------
----------------Class : Membre --------------------
--------------------------------------------------*/
abstract class Membre {
private $id;
private $login;
private $firstName;
private $lastName;
private $dateOfBirth;