repo.or.cz
/
activemongo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Fixed minor bugs
[activemongo.git]
/
test
/
Models.php
blob
f305232aca6a55d6be9aa0b48e5a860be45ee259
1
<
?php
2
3
class
Model1
extends
ActiveMongo
4
{
5
public
$a
;
6
public
$b
;
7
8
static
$validates_presence_of
=
array
(
9
'a'
10
);
11
12
}