BIF3
[ class tree: BIF3 ] [ index: BIF3 ] [ all elements ]

Class: MyTitleBoxLink

Source Location: /Widgets/Text/MyTitleBoxLink.php

Class Overview

PEAR
   |
   --BifWidget
      |
      --MySQLList
         |
         --MyTitleBoxLink

TitleBoxLink in MySQL


Author(s):

Version:

  • $Revision: 1.4 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
TitleBoxLink in MySQL

MyTitleBoxLink is a box with a defined title and link. Needs SQL Table:

CREATE TABLE mytitleboxlink (
 title varchar(100) NOT NULL default '',
 href varchar(100) NOT NULL default '',
 descripcion varchar(255) NOT NULL,
 text varchar(255) NOT NULL,
 id int(4) NOT NULL auto_increment,
 habilitado tinyint(1) NOT NULL default '1',
 PRIMARY KEY  (id)
) TYPE=MyISAM;




Tags:

see:  MySQLList::MySQLList()
version:  $Revision: 1.4 $
author:  Sergio Cayuqueo <sergio@linuxv.com.ar>


[ Top ]


Class Methods


constructor MyTitleBoxLink [line 43]

MyTitleBoxLink MyTitleBoxLink( [mixed $attrs = array()])



[ Top ]

method parseRow [line 65]

void parseRow( mixed $row)



Overrides MySQLList::parseRow() (parent method not documented)

[ Top ]

method preChilds [line 47]

void preChilds( )



[ Top ]


Documentation generated on Wed, 10 Nov 2004 19:41:59 -0300 by phpDocumentor 1.2.3