Login   Register  
PHP Classes
elePHPant
Icontem

File: PhpBase/schemes/NewsAndArticles.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/NewsAndArticles.php  >  Download  
File: PhpBase/schemes/NewsAndArticles.php
Role: Auxiliary script
Content type: text/plain
Description: News and articles schema
Class: PHP Base
Submit data files to the Google Base service
Author: By
Last change:
Date: 2006-01-09 04:17
Size: 414 bytes
 

Contents

Class file image Download
<?php

$schema 
= array(
'_attributes' => array('title','description','link''id''author''news_source''publish_date','expiration_date','expiration_date_time','label','pages','publish_date','image_link'),
    
'_not_null' => array('title','description','link'),

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

'_default_values' => array(),

'_multiple_choice' => array(),
);

?>