Writing an autoloader will require the following: Viết một autoload sẽ đòi hỏi những thứ sau đây:
To be clear, we're replacing it with our autoloader. Hay nói đúng hơn, chúng ta đang thay thế nó bằng autoload của chúng ta.
When PHP attempts to load a class, our autoloader is going to need to do the following: Khi PHP cố gắng nạp một lớp, autoload của chúng ta sẽ cần phải làm như sau:
With all of that said, we're ready to actually write an autoloader. Với tất cả những điều đã nói, chúng ta đã sẵn sàng để thật sự viết một autoload.
We don't yet have an autoloader. mình không tài nào autoloader