PHP Classes

File: example/Customer.class.php

Recommend this page to a friend!
  Classes of Alexsandro Souza   Update Environment   example/Customer.class.php   Download  
File: example/Customer.class.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: Update Environment
Update database and files from a remote server
Author: By
Last change:
Date: 11 years ago
Size: 224 bytes
 

Contents

Class file image Download
<?php

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 * Description of Cliente
 *
 * @author User
 */
class Customer
{
   
//put your code here
}

?>