TAILIEUCHUNG - Easy PHP Websites with the Zend Framework (phần 4)

Tham khảo sách 'easy php websites with the zend framework (phần 4)', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | CHAPTER 5 INTRODUCING THE ZEND FRAMEWORK 131 Listing 5-11. Registration E-mail in Production Mode Dear Jason Welcome to the GameNomad community To confirm your e-mail address click on the following URL http gamers verify key zs7lquz958qknj1hqq70gcg89egqsdf1 Questions Comments Contact us at support@ Thank you The GameNomad Team We can create these e-mail variations by passing configuration variables into a template Listing 5-12 . Listing 5-12. The Registration E-mail Template Dear firstName Welcome to the GameNomad community To confirm your e-mail address click on the following URL this- config- website- url gamers verify key registrationKey Questions Comments Contact us at this- config- email- support Thank you The GameNomad Team The Zend Framework will be able to identify which set of configuration variables should be passed based on the value of APPLICATION_ENVIRONMENT defined in the file defined APPLICATION_ENVIRONMENT or define APPLICATION_ENVIRONMENT development Also in the file you ll need to execute two other commands config new Zend_Config_Ini home webadmin html application APPLICATION_ENVIRONMENT Zend_Registry set config config The first line identifies the location of the file and identifies the defined application environment. The second line uses the Zend_Registry component to register the config variable within the website s registry meaning it can later be retrieved using the following command this- config Zend_Registry get config You ll need to ensure this command executes prior to retrieving the configuration variables from the Download at 132 CHAPTER 5 INTRODUCING THE ZEND FRAMEWORK file. Of course the easiest way is to simply call the command directly prior to referencing one or more configuration variables however as you ll likely need to do so for multiple actions within a controller later in this chapter I ll show you an easy way to .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.