TAILIEUCHUNG - Thiết kế mạng xã hội với PHP - 27

Tham khảo tài liệu 'thiết kế mạng xã hội với php - 27', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Statuses Other Media else invalid extention return false else not uploaded file return false The following getter method is used to return the name of the image we are working with Get the image name return String public function getName return this- name Finally we have our save method which again must detect the type of image to work out which function to use. Save changes to an image . after resize @param String location location of image @param String type type of the image @param int quality image quality 100 return void public function save location type quality 100 type type this- type type if type IMAGETYPE_JPEG imagejpeg this- image location quality elseif type IMAGETYPE_GIF 242 Download from Wow eBook Chapter 8 imagegif this- image location elseif type IMAGETYPE_PNG imagepng this- image location Using the image manager library to process the file upload Now that we have a simple centralized way of processing file uploads and resizing them we can process the image the user is trying to upload as their extended status. Process an image upload and set the image @param String postfield the _POST field the image was uploaded through return boolean public function processImage postfield require_once FRAMEWORK_PATH . lib images im new Imagemanager prefix time . _ if im- loadFromPost postfield this- registry- getSetting upload_path . statusimages prefix im- resizeScaleWidth 150 im- save this- registry- getSetting upload_path . statusimages . im- getName this- image im- getName return true else return false 243 Download from Wow eBook Statuses Other Media Saving the status This leaves us with the final method for saving the status. This calls the parent object s save method to create the record in the statuses table. Then it gets the ID and inserts a new record into the images table with this ID as the ID. Save the image status return void public function save save the parent object and thus the status .

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.