Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
3k views

Packages in PHP?

Is it possible to create packages of related class and have the same protected and private fields which are visible only to classes from the same package? Basically, the same type of packages as what ...
0
votes
4answers
459 views

Other packages with Xdebug-like features (informative PHP errors, formatted var_dump()s, etc.)?

When Xdebug is installed/enabled, standard PHP errors (when set to display in the browser) are replaced with more informative messages that include stack traces for each. Also, I've noticed that it ...