Skip to content

Instantly share code, notes, and snippets.

View abdeltiflouardi's full-sized avatar

Abdeltif LOUARDI abdeltiflouardi

View GitHub Profile

Multiple PHP version under Ubuntu 14.04

Update your machine

apt-get update
apt-get upgrade

Install some dependencies

apt-get install build-essential

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