google-code-prettifyの導入

| コメント(1) | トラックバック(0)
これからソースコードを貼り付けていく上でシンタックスハイライトが
無いと嫌なので導入。

あなたのソースコードを彩る、Syntax Highlighterまとめ

上記の中から以下を選択。

google-code-prettify - Google製コードハイライト表示JavaScriptライブラリ

上記のサイトを参考にして導入してみた。

試しにPHPマニュアルのオブジェクト定数のところのソースコードを張ってみる

結果はこちら!!!

class MyClass
{
    const constant = 'constant value';

    function showConstant() {
        echo  self::constant . "\n";
    }
}

echo MyClass::constant . "\n";

$classname = "MyClass";
echo $classname::constant . "\n"; // PHP 5.3.0 以降で対応

$class = new MyClass();
$class->showConstant();

echo $class::constant."\n"; // PHP 5.3.0 以降で対応

きれいに表示できました。

トラックバック(0)

トラックバックURL: http://www.mogumagu.com/mt/mt-tb.cgi/4

コメント(1)

She felt that he was secure, that he was by her face, she undoubtedly felt that he liked her, that they studied each other, but she was nevertheless rather unable of giving anything similar to a reason for just what had passed.

2012年1月

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

ウェブページ

このブログ記事について

このページは、モグマグが2010年2月24日 00:02に書いたブログ記事です。

ひとつ前のブログ記事は「MT5 でブログ作成!」です。

次のブログ記事は「SoftwareDesign総集編買った。」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

Powered by Movable Type 5.01