PHP Classes

File: example/Product.class.php

Recommend this page to a friend!
  Classes of Alexsandro Souza   Update Environment   example/Product.class.php   Download  
File: example/Product.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: 136 bytes
 

Contents

Class file image Download
<?php


/**
 * Description of Produto
 *
 * @author User
 */
class Product
{
    const
DIR_FILE = "downloaded/teste/";
}

?>