repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
lib
/
utils
/
generators
/
scaffold
/
templates
/
model.tpl
blob
21d4e0c317c60bf67a425544e021b38d2919fa88
1
<?php echo '<?php'?>
2
3
4
class <?php echo $model_name?> extends ActiveRecord
5
{
6
7
}
8
9
?>