MySQL table Fields added

TABLE NAME: bmc_blogs
added field : vip
tinyint,unsigned,not null,default 0
Usage: to show the Blog menu in customized order.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_cats
added field : vip
tinyint,unsigned,not null,default 0
Usage: to show the Category menu in customized order.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_trackbacks
added field : contents charsets
varchar(255),,null yes,null
varchar(100),,null yes,null
Usage: to receive the type of sending and detected charsets type to store.
Related scripts:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TABLE NAME: bmc_vars
changed field : v_val
from varchar(255),,not null
into text,,not null
Usage: to store more Pinging destinations to send.
Related scripts: root/trackback.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

以上、今日までの、TABLE変更箇所をまとめておいた。


RSSリーダーの雛がた

RSSリーダーのひながたを作ってみました。

http://blog.apjp.com/fjn/

アサヒネット、ニッケイネットなどのニュースタイトルが取得できました。
ARRAY中、DESCRIPTIONの取得も試みていますが、取れていない。

ARRAYの名前がわからないと取れないということか?
少し、調べてみる必要があります。





主なデザイン変更箇所

templates/nameOfTemplate/ 内で

メニューは
side_menu.php

ヘッダーは
header.php

フッターは
footer.php

本文は
post_summary.php

一つの記事を表示中は
main_post.php


ページ :  1