TAILIEUCHUNG - apress pro php and jquery 2010 phần 7

Để giữ mã này quản lý, bạn sẽ tạo ra một phương pháp tư nhân mới được gọi là _adminEntryOptions () trong lớp Lịch sẽ tạo ra các đánh dấu cho biểu mẫu. Để bây giờ, hình thức này chỉ đơn giản là sẽ trả lại đánh dấu biểu mẫu để hiển thị các nút Edit. | CHAPTER 6 PASSWORD PROTECTION SENSITIVE ACTIONS AND AREAS input type hidden name token value _SESSION token input type hidden name action value user_logout div form ADMIN_OPTIONS else return ADMIN_OPTIONS a href Log In a ADMIN_OPTIONS private function _adminEntryOptions id . After saving the changes reload http localhost while logged out to see the administrative options replaced with a simple Log In link see Figure 6-9 . 225 CHAPTER 6 PASSWORD PROTECTION SENSITIVE ACTIONS AND AREAS Figure 6-9. While a user is logged out only a Log In link is displayed Modifying the Event Options Method Next you want add code to prevent the editing and deletion of events by unauthorized users you do this by modifying _adminEventOptions in the Calendar class with the following bold code php class Calendar extends DB_Connect private _useDate private _m private _y 226 CHAPTER 6 PASSWORD PROTECTION SENSITIVE ACTIONS AND AREAS private _daysInMonth private _startDay public function construct dbo NULL useDate NULL . public function buildCalendar . public function displayForm . public function processForm . public function confirmDelete id . private function _loadEventData id NULL . private function _createEventObj . private function _loadEventById id . private function _adminGeneralOptions . private function _adminEntryOptions id . . . if isset _SESSION user return ADMIN_OPTIONS div class admin-options form action method post p input type submit name edit_event vaiue Edit This Event input type hidden name event_id value id p form form action method post p input type submit name delete_event vaiue Delete This Event input type hidden name event_id value id p form div -- end .admin-options -- ADMIN_OPTIONS else return NULL .

TÀI LIỆU MỚI ĐĂNG
Đã 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.