| [ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
| Remonter | ||
| auth/ | ||
| compat/ | ||
| dbg/ | ||
| dbi/ | ||
| engines/ | ||
| export/ | ||
| import/ | ||
| tcpdf/ | ||
| transformations/ | ||
| Config.class.php [source] [1029 lignes] | ||
| PMA_List.class.php [source] [154 lignes] | hold the PMA_List base class | |
| PMA_List_Database.class.php [source] [519 lignes] | holds the PMA_List_Database class | |
| Table.class.php [source] [1013 lignes] | ||
| Theme.class.php [source] [301 lignes] | ||
| Theme_Manager.class.php [source] [386 lignes] | ||
| blowfish.php [source] [566 lignes] | The Cipher_blowfish:: class implements the Cipher interface enryption data using the Blowfish algorithm. | |
| bookmark.lib.php [source] [222 lignes] | Set of functions used with the bookmark feature | |
| charset_conversion.lib.php [source] [325 lignes] | Charset conversion functions. | |
| check_user_privileges.lib.php [source] [170 lignes] | ||
| cleanup.lib.php [source] [52 lignes] | Functions for cleanup of user input. | |
| common.lib.php [source] [3301 lignes] | Misc stuff and functions used by almost all the scripts. Among other things, it contains the advanced authentication work. | |
| config.default.php [source] [869 lignes] | phpMyAdmin default configuration, you can copy values from here to your config.inc.php All directives are explained in Documentation.html | |
| database_interface.lib.php [source] [1245 lignes] | Common Option Constants For DBI Functions | |
| db_common.inc.php [source] [63 lignes] | Gets some core libraries | |
| db_info.inc.php [source] [140 lignes] | ||
| db_links.inc.php [source] [133 lignes] | Gets the relation settings | |
| db_table_exists.lib.php [source] [88 lignes] | Ensure the database and the table exist (else move to the "parent" script) and display headers | |
| display_create_database.lib.php [source] [35 lignes] | ||
| display_create_table.lib.php [source] [126 lignes] | ||
| display_export.lib.php [source] [263 lignes] | ||
| display_import.lib.php [source] [183 lignes] | ||
| display_select_lang.lib.php [source] [118 lignes] | ||
| display_tbl.lib.php [source] [2031 lignes] | Set of functions used to display the records returned by a sql query | |
| display_tbl_links.lib.php [source] [51 lignes] | ||
| file_listing.php [source] [89 lignes] | ||
| footer.inc.php [source] [170 lignes] | WARNING: This script has to be included at the very end of your code because it will stop the script execution! always use $GLOBALS, as this script is also included by functions | |
| get_foreign.lib.php [source] [75 lignes] | Gets foreign keys in preparation for a drop-down selector Thanks to | |
| grab_globals.lib.php [source] [122 lignes] | This library grabs the names and values of the variables sent or posted to a script in the $_* arrays and sets simple globals variables from them. It does the same work for the $PHP_SELF, $HTTP_ACCEPT_LANGUAGE and $HTTP_AUTHORIZATION variables. loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+ | |
| header.inc.php [source] [269 lignes] | Gets a core script and starts output buffering work | |
| header_http.inc.php [source] [21 lignes] | Sends http headers | |
| header_meta_style.inc.php [source] [40 lignes] | Sends the beginning of the html page then returns to the calling script | |
| header_printview.inc.php [source] [73 lignes] | Gets a core script and starts output buffering work | |
| iconv_wrapper.lib.php [source] [77 lignes] | ||
| import.lib.php [source] [283 lignes] | ||
| information_schema_relations.lib.php [source] [129 lignes] | ||
| ip_allow_deny.lib.php [source] [190 lignes] | This library is used with the server IP allow/deny host authentication feature | |
| js_escape.lib.php [source] [64 lignes] | Javascript escaping functions. | |
| kanji-encoding.lib.php [source] [149 lignes] | Set of functions for kanji-encoding convert (available only with japanese language) PHP4 configure requirements: --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex | |
| language.lib.php [source] [15 lignes] | phpMyAdmin Language Loading File | |
| mcrypt.lib.php [source] [89 lignes] | Initialization | |
| mult_submits.inc.php [source] [432 lignes] | Prepares the work and runs some other scripts if required | |
| mysql_charsets.lib.php [source] [388 lignes] | ||
| navigation_header.inc.php [source] [98 lignes] | displays the pma logo, links and db and server selection in left frame | |
| ob.lib.php [source] [130 lignes] | Output buffer functions for phpMyAdmin Copyright 2001 Jeremy Brand | |
| opendocument.lib.php [source] [97 lignes] | Simple interface for creating OASIS OpenDocument files. | |
| parse_analyze.lib.php [source] [50 lignes] | ||
| plugin_interface.lib.php [source] [370 lignes] | Generic plugin interface. | |
| relation.lib.php [source] [929 lignes] | Set of functions used with the relation and pdf feature | |
| relation_cleanup.lib.php [source] [141 lignes] | Set of functions used for cleaning up phpMyAdmin tables | |
| sanitizing.lib.php [source] [70 lignes] | ||
| select_lang.lib.php [source] [377 lignes] | phpMyAdmin Language Loading File | |
| select_server.lib.php [source] [112 lignes] | ||
| server_common.inc.php [source] [59 lignes] | Gets some core libraries | |
| server_links.inc.php [source] [92 lignes] | Counts amount of navigation tabs | |
| session.inc.php [source] [152 lignes] | session handling | |
| sql_query_form.lib.php [source] [561 lignes] | functions for displaying the sql query form | |
| sqlparser.data.php [source] [1213 lignes] | ||
| sqlparser.lib.php [source] [2435 lignes] | Minimum inclusion? (i.e. for the stylesheet builder) | |
| sqlvalidator.class.php [source] [411 lignes] | PHP interface to MimerSQL Validator | |
| sqlvalidator.lib.php [source] [95 lignes] | SQL Validator interface for phpMyAdmin Copyright 2002 Robin Johnson | |
| storage_engines.lib.php [source] [339 lignes] | Library for extracting information about the available storage engines | |
| string.lib.php [source] [384 lignes] | ||
| tbl_common.php [source] [42 lignes] | Gets some core libraries | |
| tbl_indexes.lib.php [source] [258 lignes] | function library for handling table indexes | |
| tbl_info.inc.php [source] [105 lignes] | extracts table properties from create statement | |
| tbl_links.inc.php [source] [135 lignes] | Prepares links | |
| tbl_properties.inc.php [source] [716 lignes] | needs to be finished | |
| tbl_replace_fields.inc.php [source] [223 lignes] | handle field values (possibly uploaded from a file) garvin: original if-clause checked, whether input was stored in a possible fields_upload_XX var. Now check, if the field is set. If it is empty or a malicious file, do not alter fields contents. If an empty or invalid file is specified, the binary data gets deleter. Maybe a nice new text-variable is appropriate to document this behaviour. | |
| transformations.lib.php [source] [222 lignes] | ||
| unzip.lib.php [source] [492 lignes] | ZIP file unpack classes. Contributed to the phpMyAdmin project. | |
| url_generating.lib.php [source] [224 lignes] | URL/hidden inputs generating. | |
| zip.lib.php [source] [188 lignes] |
| Généré le : Mon Nov 26 15:18:20 2007 | par Balluche grâce à PHPXref 0.7 |
|