repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
models
/
protected_person.php
blob
14187fbe5d075cf86c8520f2d1a9883087b2799c
1
<
?php
2
3
class
ProtectedPerson
extends
ActiveRecord
4
{
5
var
$_accessibleAttributes
=
array
(
'name'
,
'birthday'
);
6
}
7
8
?
>