add Function tag::show_list
This commit is contained in:
parent
2a8d30727b
commit
9684246f4f
1 changed files with 3 additions and 0 deletions
|
|
@ -24,10 +24,13 @@ class Tag
|
|||
{
|
||||
function __construct($p_cn)
|
||||
{
|
||||
$this->cn=$p_cn;
|
||||
$this->data=new Tag_SQL($p_cn);
|
||||
}
|
||||
function show_list()
|
||||
{
|
||||
$ret=$this->data->seek(' order by t_tag');
|
||||
if ( $this->cn->count($ret) == 0) return "";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue