.MODULE 파일 확장자
Drupal Module File
| 개발사 | Drupal |
| 인기도 |
3.8 | 13 투표 |
MODULE 파일이란 무엇인가요?
Module file used by Drupal, a content management system (CMS) for websites; contains source code written in PHP; used for adding functionality to the base Drupal installation, such as new page layouts, calendar popups, login forms, and developer tools.
추가 정보
MODULE files must have a corresponding .INFO file that tells Drupal about the module. The INFO file must have the same filename prefix as the MODULE file and must be located in the same directory. The files should be installed to the /modules/ directory, which is typically located at sites/mysite/modules/.
참고: While .PHP files include a closing ?> PHP tag when the source code has ended, MODULE files do not.