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
/
model
/
templates
/
model.tpl
blob
0ac14f0e8ba2d8ce2b8f6271226f3750dcd30846
1
<?php echo '<?php'?>
2
3
4
class <?php echo $class_name?> extends ActiveRecord
5
{
6
7
}
8
9
?>