Login   Register  
PHP Classes
elePHPant
Icontem

File: PhpBase/schemes/Code.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bermi Ferrer Martinez  >  PHP Base  >  PhpBase/schemes/Code.php  >  Download  
File: PhpBase/schemes/Code.php
Role: Auxiliary data
Content type: text/plain
Description: Code schema
Class: PHP Base
Submit data files to the Google Base service
Author: By
Last change:
Date: 2005-12-02 12:32
Size: 355 bytes
 

Contents

Class file image Download
<?php

$schema = array(
'_attributes' => array('title','description','link','id','development_status', 'license', 'operating_system', 'programming_language', 'publish_date'),
    
'_not_null' => array('title','description','link'),

'_not_zero' => array('title','description','link'),

'_default_values' => array(),

'_multiple_choice' => array(),
);

?>