index
:
Blog
master
optimization
A simple blog system with Markdown support, written in PHP & MySQL.
Thomas Lange
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
namespace
/
Post
/
Factory.php
blob: 4ad8ac83c99ffa562a5b2b0f0514d83ff054da57 (
plain
)
1
2
3
4
5
<
?php
namespace
Post
;
class
Factory
extends
\ItemFactory
{}
?
>