notes) >= 1) {
foreach ($this->notes as $note) {
echo "
"; echo "sorry, nothing here";
echo "
";
echo "
";
}
} else {
echo ""; echo $note['year_posted'] . "/"; echo $note['month_posted'] . "/"; echo $note['day_posted'] . "/"; echo ""; echo $note['title'] . "
"; echo $note['text']; echo ""; echo "