• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/classes/formstorage.php

00001 <?php
00002 
00003 namespace Habari;
00004 
00011 interface FormStorage
00012 {
00019   function field_save( $key, $value );
00020   
00021   
00028   function field_load( $key );
00029 }
00030 
00031 ?>

Generated on Sun Aug 4 2013 12:51:43 for Habari by  doxygen 1.7.1