Todo List
[line 24]
static void create( $data)
This takes a key'd array of data as input and inserts a new shoutbox entry, it returns the auto_inc id
static void get_object( $type, $object_id)
This takes a type and an ID and returns a created object
static void get_sticky( )
This returns all current sticky shoutbox items
static void get_top( $limit)
This returns the top user_shouts, shoutbox objects are always shown regardless and count against the total number of objects shown
static void update( $data)
This takes a key'd array of data as input and updates a shoutbox entry
shoutBox __construct( $shout_id)
This pulls the shoutbox information from the database and returns a constructed object, uses user_shout table
void delete( $shout_id)
this function deletes a specific shoutbox entry
void format( )
this function takes the object and reformats some values
void get_image( )
This returns an image tag if the type of object we're currently rolling with has an image assoicated with it