<?php namespace Acme\Services; class SQLiteConnection { public function __construct($filename) { } } ?>
info at phpclasses dot org