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
/
dependent_category.php
blob
993bbbc59244f5524a4195b7d3c56701948e4a72
1
<
?php
2
class
DependentCategory
extends
ActiveRecord
3
{
4
var
$act_as
=
array
(
"tree"
=>
array
(
"dependent"
=>
true
));
5
var
$table_name
=
"categories"
;
6
}
7
?
>