Skip to content
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

將 autoload 機制改為合乎 PSR-4 標準 #59

Open
yookoala opened this issue Dec 13, 2014 · 0 comments
Open

將 autoload 機制改為合乎 PSR-4 標準 #59

yookoala opened this issue Dec 13, 2014 · 0 comments

Comments

@yookoala
Copy link

許多主要的 PHP framework (如 Symfony2、Drupal 8、CakePHP)都已經改為遵從 PHP Standard Recommendations, PSR 標準。使用同一個代碼標準,可以增進重用原碼的機會,對 PHP 業界,或者對 pixframework 本身都有好處。

個人覺得比較重要的是 PSR-1PSR-4,而 PSR-4 比較影響代碼的重用性。

目前 pixframework 的 autoloader(即 Pix_Loader)用「_」作為檔案匣分層的標誌,但在 PSR-4 標準下,同樣的事情應該用 namespace 處理,而「_」變成沒有任何意義。

namespace 語法在 PHP 5.3.0 引入,目前主要的寄存平台均已有支持。如果關注 backward compatibility 問題,建議將 PSR-4 當成一個主要版本更新(如果你們用這一套方法看待的話)。

詳細的 PSR-4 說明文檔(包含示範 autoloader)︰
http://www.php-fig.org/psr/psr-4/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant