コード例 #1
0
<div class="b b-3 c7-1 c7" id="i7-1-1">
    <h1>
        <?php 
echo $task->getTitle();
?>
        <i class="fa fa-minus min"></i>
        <i class="fa fa-plus max vh"></i>
    </h1>

    <div class="bc-1">
        <span><?php 
echo $task->getCreated()->format('Y-m-d H:i:s');
?>
</span>
        <span><?php 
echo $task->getDue()->format('Y-m-d H:i:s');
?>
</span>
        <span><?php 
echo $task->getDone()->format('Y-m-d H:i:s');
?>
</span> <span><?php 
echo $task->getStatus();
?>
</span>
        <span><?php 
echo $task->getCreator();
?>
</span>
        <?php 
echo $task->getDescription();