<?php class AboutModel { public function getData() { // Fetch data for the Home page return "Welcome to the About Page"; } }
info at phpclasses dot org