⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changes.txt

📁 一款linux下的PHP编制器 十分实用
💻 TXT
字号:
06-May-01 - 3.5 multilingual version - you can now change all the displayed text 
            to your local language. 
            Limited ability to customise the format used for displaying and 
            entering dates (d/m/y, m/d/y, d.m.y etc). However, dates in filters
            must still be entered in MySQL format.
            Fixed some bugs introduced when support of column names containing
            special characters or reserved words was added (e.g. using 'Date' as
            a column name). Note - database and table names may not contain
            special characters or reserved words.
            Changed handling of 'Cancel' button - thanks Bret (mogul@gealtinous.com)

23-Apr-01 - 3.4 added 'More' button to 'Add' screen to make it easier to enter
            multiple records.

23-Apr-01 - 3.3 fixed bug which prevented 'Next' button working when filter had
            been activated (oops).

18-Apr-01 - 3.2 added ['select'] = 'M' to allow Multiple values to be selected in
            a drop-down list in a filter. The number of values displayed is set
            by $multiple (default = 4).

            NOTE - $multiple has been added to the call to PHPMyEdit, so this
            release is not compatible with calling programs produced by earlier
            releases of SETUP.PHP (sorry).

20-Mar-01 - 3.1 added ['options'] to provide full control over which fields appear
            on the List, Add, Change, and Delete screens. This replaces 'listview',
            which no longer works with this release - i.e. 
            ['options']='ACD' has the same effect as ['listview']=true.

27-Feb-01 - 3.0 PHPMyEdit converted to PHP classes by Pau Aliagas (pau@newtral.com).
            This new version will not work with calling programs created by older
            versions of SETUP.PHP - you will need to run SETUP.PHP again (sorry).
            Added $options='I'  - to display records from the table with the
            Initial sort suppressed (useful if you have a very large table with 
            no indexes).
+-+-+-+-+
14-Feb-01 - 2.3 added ['description'] option to ['values']. This considerably
            enhances PHPMyEdit's ability to handle multiple tables in a
            seamless manner. It also involved a lot of new code, so 2.3
            should be considered as more risky than the well-tested 2.2.

10-Feb-01 - 2.2 generate javascript to ensure user enters values for fields
            marked as 'required'. SETUP.PHP now marks 'not_null' fields as 
            'required' by default. By Yusuf Kursat Tuncel (kursat@ttnet.net.tr).
            PHPMyEdit.PHP now no longer requires 'sort_open_tag' to be set to
            false.

            NOTE - to use the filter functionality, you must now have 'F' in
            $OPTIONS in your calling program. This is set automatically by
            SETUP.PHP in version 2.2, BUT IS NOT BACKWARDS COMPATIBLE (sorry).

02-Feb-01 - 2.1 suppress display of selected fields from the list display but
            still allow editing with "listview" property. By Linas Jakucionis
            (linas@rl.lt).
12-Jan-01 - 2.0 added filter functionality based on an idea from Chris.
+-+-+-+-+
02-Jan-00 - 1.9 fixed minor bug in display of blank fields as textareas
21-Dec-00 - 1.8 clicking a second time on a column heading causes the sort order
            to be reversed - thanks to Paolo Petrini (paolo.petrini@gib.it).
            Support multi-line textareas - thanks (again) to Chris Navas.
19-Dec-00 - 1.7 removed restriction that key field must be numeric with $key_type
            parameter. Also fixed that not all browsers let you get away with 
            <input disabled...>.
17-Dec-00 - 1.6 split out php and php3 versions. 
            SETUP.PHP now prompts for the field to be used as a key. 
            PHPMyEdit can now populate drop down lists from a field in a table.
11-Dec-00 - 1.5 included a local version of an in_array function so PHP Version 3 users
            can use the program (thanks to ivo@ibuildings.nl for the code).
10-Dec-00 - 1.4 Added support for textareas to SETUP.PHP and PHPMyEdit. Merci beaucoup
            

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -