Skip to content

Commit

Permalink
Add todo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Feb 6, 2012
1 parent 9473627 commit 73afc6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/Lazy/ModelTest.php
Expand Up @@ -126,6 +126,8 @@ function testSqlite()
$ret = $author->delete();
ok( $ret->success );



/**
* Static CRUD Test
*/
Expand Down
1 change: 0 additions & 1 deletion tests/schema/AuthorBooks.php
Expand Up @@ -12,7 +12,6 @@ function schema()
->defaultBuilder( function() { return date('c'); } )
->timestamp();
}

}

class PublisherSchema extends SchemaDeclare
Expand Down
5 changes: 5 additions & 0 deletions todo.md
@@ -0,0 +1,5 @@
Todo
=====
* relationship.
* relationship data builder.
* validation support.

0 comments on commit 73afc6b

Please sign in to comment.