Login   Register  
PHP Classes
elePHPant
Icontem

File: example_data/file1.cfg.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Valentin  >  IDProperty  >  example_data/file1.cfg.php  >  Download  
File: example_data/file1.cfg.php
Role: Auxiliary data
Content type: text/plain
Description: property file
Class: IDProperty
Retrieve values of properties defined in scripts
Author: By
Last change:
Date: 2009-07-19 03:53
Size: 113 bytes
 

Contents

Class file image Download
<?php

$property['some_var_1']= 'sdfsdf';
$property['some_var_2']= false;
$property['some_var_3']= 666;

?>