<?PHP error_reporting(E_ALL); class Core { var Db; var Error; var PageComm; var Rss; var this->Error = new Error(// Deze aan het begin om meteen fouten af te vangen this->Db = new Db(this->Common = new Common(this->PageComm = new PageComm(this->Navigation = new Navigation(this->User = new User(this->Rss = new Rss(this->Content = new Content(this->Rating = new Rating(this->Search = new Search(// Als laatste de actions, nu kun je in alle classes functies uit andere classes gebruiken this->Actions = new Actions(
(C) A. Eliƫns 2/9/2007
You may not copy or print any of this material without explicit permission of the author or the publisher.