' . $d['username'] . '  ' . date('F j Y h:i', strtotime($d['created_at'])) . '

' . $d['content'] . '

'; } private function display(array $comments, $level = 0) { foreach ($comments as $info) { echo ''; } if (isset($this->reload) && $this->reload == false) { } } private function field() { echo '
'; } public function init() { } public function run() { echo '
'; $this->display($this->comments); echo '
'; $this->field(); } }