What's the best way to extend classes in php 5.2.17? -


in php 5.3 can quite write say...

class controller extends \special\controller 

currently having work php 5.2.17, how extend classes version? know there aren't namespaces i'm curious possible version <5.3

class {     //... }  class b extends {     //... } 

namespaces don't change behaviour of extension, far know... difference classes in 1 namespace (the global one) , can't have same name.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -