Skip to content

Added note about PSR-0 #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _includes/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ _Namespaces_ solve this problem. As described in the PHP reference manual, names

It is important for you to namespace your code so that it may be used by other developers without fear of colliding with other libraries.

[PSR-0][2] defines how you should structure your class name to achieve autoloader interoperability.

* [Read about Namespaces][1]
* [Read about PSR-0][2]

[Back to Top](#top){.top}

[1]: http://php.net/manual/en/language.namespaces.php
[2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md