Xataface
2.0alpha2
Xataface Application Framework
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
tables
lesson_plans
lesson_plans.php
Go to the documentation of this file.
1
<?php
2
3
class
tables_lesson_plans
{
4
5
function
created__toString
($value){
return
$value[
'month'
].
'/'
.$value[
'day'
].
'/'
.$value[
'year'
];}
6
function
modified__toString
($value){
return
$this->
created__toString
($value); }
7
8
}
Generated on Fri Mar 22 2013 09:40:34 for Xataface by
1.8.1.2