Xataface 2.0
Xataface Application Framework
tables/lesson_plans/lesson_plans.php
Go to the documentation of this file.
00001 <?php
00002 
00003 class tables_lesson_plans {
00004 
00005         function created__toString($value){ return $value['month'].'/'.$value['day'].'/'.$value['year'];}
00006         function modified__toString($value){ return $this->created__toString($value); }
00007 
00008 }
 All Data Structures Namespaces Files Functions Variables Enumerations