Are nested classes possible in PHP 5? I try to do something like this:

class Database {
    class XmlAdapter {
    }
}

and I get a syntax error from Eclipse PDT, "Expecting: 'function'"

What am I doing wrong?


-- 
Nathan Lane
Home, http://www.nathandelane.com
Blog, http://nathandelane.blogspot.com

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to