Сегодня: 08:06:2025 С добрым утром!

I live ExBB and CMS Limbo!  I live ExBB and CMS Limbo!
Логин :
Пароль :
Регистрация?  Забыли пароль? 
 


 Страниц (10): « 1 [2] 3 4 5 6 7 8 9 » В конец    

> Без описания

  Супермодератор
Отправлено: 19 марта 2017 — 09:56
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

DbPackages-sqlite.php - This file contains functions specifically designed to be utilized by packages. This file is used for SQLite databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_alter_table', 'Emulates the "ALTER TABLE" functionality for SQLite 2.x, which doesn\'t include this.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 09:58
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

DbSearch-mysql.php - Contains functions for handling various search-related functions.


db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 09:58
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

DbSearch-postgresql.php - Contains functions needed for handling search-related functionality in PostgreSQL.

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 09:58
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

DbSearch-sqlite.php - Contains functions for handling search-related functionality in SQLite

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:05
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

Display.php - This is perhaps the most important and probably most accessed files in all of SMF. This file controls topic, message, and attachment display.

approved_attach_sort', 'A function for sorting out attachments and putting unapproved attachments before approved ones in an array.
Display', 'This function loads the posts in a topic up so they can be displayed.
Download', 'This function downloads an attachment or avatar, and increments the downloads.
loadAttachmentContext', 'This function loads an attachment\'s contextual data including, most importantly, its size if it is an image.
prepareDisplayContext', 'This function actually gets and prepares the message context.
QuickInTopicModeration', 'This handles the in-topic quick moderation stuff.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:06
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

DumpDatabase.php - This file handles database backups.

DumpDatabase2', 'This function writes all of the database to standard output.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:06
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

Errors.php - This important file contains functions for handling and logging errors.

db_fatal_error', 'Loads Subs-Auth.php and calls show_db_error().
error_handler', 'A standard replacement for PHP\'s error handler.
fatal_error', 'Stops execution and displays an error message.
fatal_lang_error', 'Stops execution and displays an error message according to the specified key.
log_error', 'Logs an error, if error logging is enabled.
setup_fatal_error_context', 'Sets up the $context stuff for a fatal error.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:06
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

Groups.php - This file currently just shows group info, and allows certain privileged members to add/remove members.

GroupList', 'Lists all the groups.
GroupRequests', 'Show and manage all group requests.
Groups', 'Allows moderators and users to access the group-showing functions.
list_getGroupCount', 'Returns the total number of groups that you can see.
list_getGroupRequestCount', 'Finds out how many members have requested to join a particular group or specific groups.
list_getGroupRequests', 'Loads up the list of requests for the current group.
list_getGroups', 'Gets the group information for the list.
MembergroupMembers', 'Show a list of members that are part of a given membergroup.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:07
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

Help.php - This file handles the nifty little admin help popup boxes and the user help pages.

ShowAdminHelp', 'This function sets up the little admin help popup boxes.
ShowHelp', 'Handles the user help pages.
 
 Top

  Супермодератор
Отправлено: 19 марта 2017 — 10:32
ответить цитировать Post Id


 Покинул технарь
Профессионал
Сообщений: 1830
Регистрация: 12.2011

Karma.php - This file handles smiting and applauding.

ModifyKarma', 'This function smites or applauds as needed...
 
 Top
Страниц (10): « 1 [2] 3 4 5 6 7 8 9 » В конец
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0)
« SMF Community »


Все гости форума могут просматривать этот раздел.
Только зарегистрированные пользователи могут создавать новые темы в этом разделе.
Все гости форума могут отвечать на сообщения в этом разделе.
 


> Создание ответа в тему "Назначение файлов"
Имя: Гость   Вы зарегистрированы?
Помощь по ExBBCodes
С помощью кодов можно очень легко применять различные виды стилей к выделенному тексту.
Смайлики

smilie smilie smilie smilie smilie
smilie smilie smilie smilie smilie
smilie smilie smilie smilie smilie

все смайлики
Опции сообщения Вы хотите разрешить смайлики в этом сообщении?
   

> Темы, похожие на тему "Назначение файлов"
Темы Форум Информация о теме Обновление
Структура исходных файлов SMF
SMF Community Ответов: 0
Автор темы: NordWest
23 августа 2024 — 21:31
Автор: NordWest
Модификация языковых файлов
Limbo CMS Ответов: 1
Автор темы: технарь
6 мая 2013 — 06:18
Автор: технарь
Назначение файлов ядра Limbo
Что бы не забывать, где это правится...
Limbo CMS Ответов: 2
Автор темы: технарь
13 мая 2012 — 12:53
Автор: технарь
 


Powered by ExBB v1.1.180311