Файлы
Имя | Описание |
---|---|
comment.module modules/comment/comment.module | Позволяет пользователям комментировать опубликованное содержимое. |
comment.pages.inc modules/comment/comment.pages.inc | User page callbacks for the comment module. |
comment.tpl.php themes/garland/comment.tpl.php | |
comment.tpl.php themes/bluemarine/comment.tpl.php | |
comment.tpl.php themes/pushbutton/comment.tpl.php | |
comment.tpl.php modules/comment/comment.tpl.php | comment.tpl.php Default theme implementation for comments. |
common.inc includes/common.inc | Common functions that many Drupal modules will need to reference. |
contact.admin.inc modules/contact/contact.admin.inc | Admin page callbacks for the contact module. |
contact.install modules/contact/contact.install | |
contact.module modules/contact/contact.module | Enables the use of personal and site-wide contact forms. |
contact.pages.inc modules/contact/contact.pages.inc | User page callbacks for the contact module. |
content_types.inc modules/node/content_types.inc | Content type editing UI. |
COPYRIGHT.txt ./COPYRIGHT.txt | // $Id: COPYRIGHT.txt,v 1.2.2.1 2008/02/06 12:45:55 goba Exp $ |
core.php developer/hooks/core.php | Хуки, вызываемые ядром Друпала. |
cron.php ./cron.php | Handles incoming requests to fire off regularly-scheduled tasks (cron jobs). |
database.inc includes/database.inc | Wrapper for database interface code. |
database.mysql-common.inc includes/database.mysql-common.inc | Functions shared between mysql and mysqli database engines. |
database.mysql.inc includes/database.mysql.inc | Database interface code for MySQL database servers. |
database.mysqli.inc includes/database.mysqli.inc | Database interface code for MySQL database servers using the mysqli client libraries. mysqli is included in PHP 5 by default and allows developers to use the advanced features of MySQL 4.1.x, 5.0.x and beyond. |
database.pgsql.inc includes/database.pgsql.inc | Database interface code for PostgreSQL database servers. |
dblog.admin.inc modules/dblog/dblog.admin.inc | Administrative page callbacks for the dblog module. |
dblog.install modules/dblog/dblog.install | |
dblog.module modules/dblog/dblog.module | System monitoring and logging for administrators. |
default.profile profiles/default/default.profile | |
default.settings.php sites/default/default.settings.php | Специфичный для Друпал сайта конфигурационный файл. |
Drupal Programming from an Object-Oriented Perspective developer/topics/oop.html | Drupal often gets criticized by newcomers who believe that object-oriented programming (OOP) is always the best way to design software architecture, and since they do not see the word "class" in the Drupal code, it must be inferior to... |
example.profile developer/example.profile | |
example.profile ./example.profile | |
example_element.module developer/examples/example_element.module | This is an example demonstrating how a module can define custom form elements. |
file.inc includes/file.inc | API for handling file uploads and server file management. |
filter.admin.inc modules/filter/filter.admin.inc | Admin page callbacks for the filter module. |
filter.install modules/filter/filter.install | |
filter.module modules/filter/filter.module | Фреймворк для обработки содержимого фильтрами |
filter.pages.inc modules/filter/filter.pages.inc | User page callbacks for the filter module. |
filter_example.module developer/examples/filter_example.module | Этот пример показывает как модуль может быть использован для определения фильтра содержимого отправленного пользователем, который будет выполнен до отправки данных в браузер. |
form.inc includes/form.inc | |
Forms API Quickstart Guide developer/topics/forms_api.html | Warning - this page has only been partially updated for the Drupal 6.x API Until it has been fully updated, reference this page as well: Drupal 5.x to 6.x FormAPI changes |
forms_api_reference.html developer/topics/forms_api_reference.html | This document provides a programmer's reference to the Drupal Forms API. If you're interested in step-by-step documentation to help you write forms, please see the Forms API QuickStart guide. |
forum-icon.tpl.php modules/forum/forum-icon.tpl.php | forum-icon.tpl.php Display an appropriate icon for a forum post. |
forum-list.tpl.php modules/forum/forum-list.tpl.php | forum-list.tpl.php Default theme implementation to display a list of forums and containers. |
forum-submitted.tpl.php modules/forum/forum-submitted.tpl.php | forum-submitted.tpl.php Default theme implementation to format a simple string indicated when and by whom a topic was submitted. |
forum-topic-list.tpl.php modules/forum/forum-topic-list.tpl.php | forum-topic-list.tpl.php Theme implementation to display a list of forum topics. |
forum-topic-navigation.tpl.php modules/forum/forum-topic-navigation.tpl.php | forum-topic-navigation.tpl.php Default theme implementation to display the topic navigation string at the bottom of all forum topics. |
forum.admin.inc modules/forum/forum.admin.inc | Administrative page callbacks for the forum module. |
forum.install modules/forum/forum.install | |
forum.module modules/forum/forum.module | Enable threaded discussions about general topics. |
forum.pages.inc modules/forum/forum.pages.inc | User page callbacks for the forum module. |
forums.tpl.php modules/forum/forums.tpl.php | forums.tpl.php Default theme implementation to display a forum which may contain forum containers as well as forum topics. |
globals.php developer/globals.php | These are the global variables that Drupal uses. |
globals.php ./globals.php | Это глобальные переменные, которые использует Друпал. |