mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 03:03:57 +02:00
Use language independent permalinks for php.net urls
@see http://php.net/urlhowto.php
This commit is contained in:
@@ -67,8 +67,8 @@ Exception which is vague, or creating a custom Exception just for that, you coul
|
||||
* [Nesting Exceptions In PHP][nesting-exceptions-in-php]
|
||||
* [Exception Best Practices in PHP 5.3][exception-best-practices53]
|
||||
|
||||
[exceptions]: http://php.net/manual/en/language.exceptions.php
|
||||
[splexe]: http://php.net/manual/en/spl.exceptions.php
|
||||
[exceptions]: http://php.net/language.exceptions
|
||||
[splexe]: http://php.net/spl.exceptions
|
||||
[splext]: /#standard_php_library
|
||||
[exception-best-practices53]: http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3
|
||||
[nesting-exceptions-in-php]: http://www.brandonsavage.net/exceptional-php-nesting-exceptions-in-php/
|
||||
|
Reference in New Issue
Block a user