blob: 3edafc5d1dbc8d9c377980a6ffe81da80e0f97af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
o msg_time() �ϡ�Utils �ء�
o set_article_file_path() / get_article_file_path() ?
o set_article_html_file_path() / get_article_html_file_path() ?
# need month database to determine subdir for the html file
$db->{ _filename }->{ $id } = $self->html_filename($id);
$db->{ _filepath }->{ $id } = $dst;
|