PHP Classes

File: PhpBase/schemes/Default.php

Recommend this page to a friend!
  Classes of Bermi Ferrer Martinez   PHP Base   PhpBase/schemes/Default.php   Download  
File: PhpBase/schemes/Default.php
Role: Auxiliary data
Content type: text/plain
Description: Default schema
Class: PHP Base
Submit data files to the Google Base service
Author: By
Last change:
Date: 18 years ago
Size: 208 bytes
 

Contents

Class file image Download
<?php $schema = array( '_attributes' => array('title','description','link','id'), '_not_null' => array('title','description','link','id'), '_default_values' => array(), '_multiple_choice' => array(), ); ?>