mosEmpty.php

Go to the documentation of this file.
00001 <?php
00002 
00003 class mosEmpty {
00004     function def( $key, $value='' ) {
00005         return 1;
00006     }
00007     function get( $key, $default='' ) {
00008         return 1;
00009     }
00010 }
00011 
00012 ?>

Generated on Wed May 14 13:01:56 2008 for ALIRO by  doxygen 1.5.5