TAILIEUCHUNG - Beginning Zend Framework phần 2

.: in và bị ràng buộc tại Hoa Kỳ của Mỹ tên đăng kí nhãn hiệu có thể xuất hiện trong cuốn sách này. Thay vì sử dụng một biểu tượng thương hiệu với tất cả sự xuất hiện của một tên đã đăng ký nhãn hiệu,các cập nhật được thực hiện để removeAction () phương pháp chứa một mảng đa chiều có chứa các cặp giá trị key | CHAPTER 1 GETTING STARTED WITH ZEND FRAMEWORK Note By issuing the commands apachectl start apachectl stop or apachectl restart in both the Windows shell Run cmd and the Linux shell you can start stop or restart Apache. You can also click the Apache Monitor icon in the system tray and select Apache2 Stop or Apache2 Restart. Save the file and restart Apache by using the Apache Service Monitor. Bring up the Apache Service Monitor window and click Restart on the right side. You see a success message if everything went well. Let s test Apache and PHP now. Open a text file and type the following PHP code into it php phpinfo Save the file as and place it into the directory that Apache looks into by default to retrieve any content that is called from the browser APACHE_HOME htdocs . To view the page in a browser type http localhost which is translated from the URL to the physical location APACHE_HOME htdocs . If all went well you should now see your PHP script translated into a web page that looks like Figure 1-24. 24 Download at CHAPTER 1 GETTING STARTED WITH ZEND FRAMEWORK Figure 1-24. The page showing that PHP installed correctly Installing Zend Framework Similar to a security guard pushing a rowdy elbow-throwing crowd of 1 000 fans through a single entrance you also need to funnel every user through a single figurative door when they request any document on the http localhost web site. The door is the .htaccess file which enables you to redirect every user to the file used by Zend Framework which you later learn is responsible for directing users to specific functionality in the application. Without this redirection the application does not work. Out of the box the Apache web server has .htaccess support turned off so you need to turn it on. Open up your file and look for the following line LoadModule rewrite_module modules 25 Download at CHAPTER 1 GETTING STARTED .

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.