<?php namespace org; abstract class AbstractController { function __construct() { var_dump(__CLASS__); } }
info at phpclasses dot org