TAILIEUCHUNG - A Programmer’s Introduction to PHP 4.0 phần 8

Di chuyển trở đi, giả sử rằng bạn muốn để chèn một hàng dữ liệu mới vào bảng sản phẩm (như vậy, một sản phẩm mới, kể từ khi nó được giả định rằng mỗi sản phẩm là duy nhất). Một lệnh chèn mẫu là: | Templates will be substituted into the file contents taking the place of the corresponding variable name. GLOBAL string What exactly is to be replaced in the file contents needle this- opening_escape. string. this- closing_escape Perform the string replacement. this- files file_id str_replace needle needle string string this- files file_id haystack increment x x endwhile endif end file_parser Function print_file Purpose Print out the file contents specified by input parameter file_Id function print_file file_id print out the contents pointed to by file_id print this- files file_id END Expanding the Template Class Of course this template class is rather limited although it does the trick nicely for projects that need to be created in a hurry. The nice thing about using an object-oriented implementation strategy is that you can easily add functionality without worrying about potentially breaking existing code. For example suppose you wanted to create a method that retrieved values from a database for later template substitution. Although slightly more complicated than the file_parser method which just substitutes globally-accessible variable values an SQL-based file parser can be written with just a few lines and encapsulated in its own method. In fact I create one of these parsers in the address book project at the conclusion of this chapter. 309 Chapter 12 Several modifications could be made to this template class the first likely being the consolidation of register_file and register_variables . This would automatically add the variables in each registered file. Of course you will also want to insert error-checking functionality to ensure that invalid file and variable names are not registered. You are also likely to begin thinking about how this system could be enhanced. Consider the following enhancement questions. How would you create a method that worked with entire arrays Included Files I think that you ll find it easier than it first seems. As

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.