GroupCountries.php
authorChris <chris@roojs.com>
Tue, 18 Mar 2014 13:44:33 +0000 (21:44 +0800)
committerChris <chris@roojs.com>
Tue, 18 Mar 2014 13:44:33 +0000 (21:44 +0800)
GroupCountries.php

index 288cef9..e22a0e2 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
-
 /**
  * Description of GroupCountries
  *
  * @author chris
  */
-class GroupCountries {
+require_once 'Pman.php';
+
+class Pman_Core_GroupCountries extends Pman
+{
     //put your code here
+    
+    
+    
 }