index
:
Blog
master
optimization
A simple blog system with Markdown support, written in PHP & MySQL.
Thomas Lange
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
namespace
/
ItemInterface.php
blob: 917db6a30adec35a70cb4d1b943fae69b763c4f6 (
plain
)
1
2
3
4
<
?php
interface
ItemInterface
{
public function
__construct
(
$param
,
\Database
$Database
);
}