help me ,please! send it mail to me :[EMAIL PROTECTED] function include :add 、edit、List 、search 、turn page upload image 、select ....
such as : http://localhost/admin/info http://localhost/admin/info/add http://localhost/admin/info/edit CREATE TABLE info_type ( info_type_id VARCHAR(24) NOT NULL DEFAULT '', info_type_name VARCHAR(120) DEFAULT '', belong_to VARCHAR(24) DEFAULT '', language_version VARCHAR(2) DEFAULT 'cn', type_order VARCHAR(8) DEFAULT '', PRIMARY KEY (info_type_id) ); CREATE TABLE info ( info_id VARCHAR(24) NOT NULL DEFAULT '', info_type_id VARCHAR(24) DEFAULT '', info_title VARCHAR(120) DEFAULT '', info_summary text DEFAULT '', images_url VARCHAR(120) DEFAULT '', file_url VARCHAR(120) DEFAULT '', is_publish VARCHAR(8) DEFAULT '1', publish_date DATE, PRIMARY KEY (info_id) ); help me ,please! send it mail to me :[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
