Đang chuẩn bị liên kết để tải về tài liệu:
PHP Object-Oriented Solutions phần 10

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Điều này đặt các cột mà bạn muốn sử dụng cho các nút và, cũng như bảng mà từ đó họ được rút ra. Nếu bạn đang sử dụng cơ sở dữ liệu của riêng bạn, thay thế tên của các cột và bảng biểu với những người mà bạn muốn sử dụng. Cũng lưu ý rằng tôi đã nhận xét ra các dòng hiển thị tập tin XML được tạo ra. | Simpo PDF Merge and Split Unregistered Version - http www.simpopdf.com PHP OBJECT-ORIENTED SOLUTIONS This sets the columns that you want to use for the title and description nodes as well as the table from which they are to be drawn. If you are using your own database substitute the names of the columns and tables with the ones you want to use. Note also that I have commented out the line that displays XML file created. This is because I want to display only the _sql property. 8. Save generate_rss.php and load it into a browser or use generate_rss_02.php . You should see the SQL query displayed onscreen as shown in Figure 9-5. Make sure that the column names and aliases are correct. Figure 9-5. The SQL query uses aliases to give each column the right name for use in the RSS feed. 9. Change the arguments to the setTable method by adding 0 as the second argument like this xml- setTable blog 0 10. Save the page and test it again. This time the LIMIT clause should be omitted. 11. Change the second argument to a number other than 15 and test the page again. The LIMIT clause should be restored but with the new number. If anything goes wrong you can compare your class definition so far with RssFeed_02.php in the ch9_exercises folder. Don t remove the echo command at the end of the buildSQL method just yet. You need it for testing other parts of the class. Now that you have seen how the SQL query is built you can turn your attention to setting the pubDate and link elements. First pubDate . Creating the pubDate element The pubDate element needs to be formatted in the RFC 822 format like this Sat 26 Apr 2008 10 06 59 0100 The 0100 at the end is the time zone offset from UTC Universal Coordinated Time . Getting this information from MySQL is complicated but the PHP DateTime class can normally do the job for you if provided with the date and time in the same format without the time zone offset. So the setter method for the pubDate nodes needs to wrap the name 338 Simpo PDF .

TÀI LIỆU LIÊN QUAN
Đã 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.