ラベル

Server (108) work (77) Idea (68) Car (31) PC (29) DAW (28) other (19) MakingWEBsite (18) 趣味 (18) health (13) CentOS (11) drupal (11) (9) android (4) スマホ (4) communication (3) drupal7 (3) hint (3) meno (3) モバイル (3) 歯医者 (3) 第二種電気工事士 (3) 英語 (3) PC Server (2) drupal8 (2) ms access (2) uwp C# (2) めし (2) 整備 (2) 音楽 (2) MIDI (1) diy (1) 会計 (1) 動画再生 (1) 生活 (1) 郵便 (1) 食べ物 (1)

2014年1月15日水曜日

Drupalのモジュール作成。

Drupalのモジュール、モジュール名「custom」モジュールの作成。

まず、custom/custom.infoを作る。

sites/all/modules/custom/custom.info

-------------------------------------
name = custom
description = カスタムモジュール。
core = 7.x
package = Custom Module
-------------------------------------

次にcustom/custom.moduleを作る。
sites/all/modules/custom/custom.module

------------------------------------
<?php

/**
 * @file
 * カスタムモジュール。
 */
------------------------------------

0 件のコメント:

コメントを投稿