Exemplo n.º 1
0
 /**
  * Membership::__construct()
  * 
  * @return
  */
 public function __construct()
 {
     self::$db = Registry::get("Database");
 }