Class: bBlog

Source Location: /bblog/inc/bBlog.class.php ( Revision Log )

Class bBlog

Property Summary
mixed   $com_finalar  
mixed   $com_order_array  
mixed   $gzip  
mixed   $highestlevel  
mixed   $num_homepage_entries  
mixed   $search  
mixed   $smartyObj  
mixed   $template  
mixed   $templatepage  

[ Top ]
Method Summary
bBlog   bBlog()  
void   admin_logged_in()  
void   admin_logged_ip()  
void   admin_logout()  
void   cache_id()  
void   delete_post()  
void   display()  
void   edit_post()  
void   format_comment()  
void   get_archives()   ********************************************************************
void   get_comment()  
void   get_comments()  
void   get_modifiers()  
void   get_post()  
void   get_posts()   ********************************************************************
void   get_results()  
void   get_row()  
void   get_sections()  
void   get_username()  
void   get_var()  
void   makethread()  
void   make_post_query()  
void   modifiednow()  
void   new_post()  
void   prep_post()  
void   query()  
void   setmodifytime()  
void   standalone_message()  
void   template_message()  
void   userauth()  
void   _get_comment_permalink()  
void   _get_comment_trackback_url()  
void   _get_entry_permalink()  
void   _get_post_trackback_url()  
void   _get_rss_url()  
void   _get_section_id()  
void   _get_section_link()  
void   _get_section_rss_link()  

[ Top ]
Properties
mixed   $com_finalar [line 50]

[ Top ]
mixed   $com_order_array = array () [line 49]

[ Top ]
mixed   $gzip = false [line 51]

[ Top ]
mixed   $highestlevel = 0 [line 48]

[ Top ]
mixed   $num_homepage_entries = 20 [line 45]

[ Top ]
mixed   $search [line 43]

[ Top ]
mixed   $smartyObj [line 41]

[ Top ]
mixed   $template [line 44]

[ Top ]
mixed   $templatepage = "index.html" [line 46]

[ Top ]
Methods
Constructor bBlog  [line 55]

  bBlog bBlog( mixed &$aSmartyObj  )



[ Top ]
admin_logged_in  [line 575]

  void admin_logged_in( )



[ Top ]
admin_logged_ip  [line 590]

  void admin_logged_ip( )



[ Top ]
admin_logout  [line 570]

  void admin_logout( )



[ Top ]
cache_id  [line 1042]

  void cache_id( )



[ Top ]
delete_post  [line 482]

  void delete_post( mixed $postid  )



[ Top ]
display  [line 619]

  void display( mixed $page, [mixed $addfooter = true], [mixed $caching = true]  )



[ Top ]
edit_post  [line 501]

  void edit_post( mixed $params  )



[ Top ]
format_comment  [line 885]

  void format_comment( mixed $comment  )



[ Top ]
get_archives  [line 170]

  void get_archives( mixed $opts  )

********************************************************************

* get_archives * Get a list of archives from the db ********************************************************************



[ Top ]
get_comment  [line 859]

  void get_comment( mixed $postid, [mixed $replyto = FALSE], [mixed $raw = FALSE]  )



[ Top ]
get_comments  [line 820]

  void get_comments( mixed $postid, [mixed $replyto = FALSE]  )



[ Top ]
get_modifiers  [line 709]

  void get_modifiers( )



[ Top ]
get_post  [line 453]

  void get_post( mixed $postid, [mixed $draftok = FALSE], [mixed $raw = FALSE]  )



[ Top ]
get_posts  [line 258]

  void get_posts( [mixed $q = FALSE], [mixed $raw = FALSE], [mixed $search = FALSE]  )

********************************************************************

* get_entries * Gets blog entries from the db * array, $limit ex. " LIMIT 0,20 ", $order ex. " ORDER BY tstamp desc " * $sectionid ex = 1 * Return ********************************************************************



[ Top ]
get_results  [line 109]

  void get_results( mixed $query, [mixed $output = OBJECT]  )



[ Top ]
get_row  [line 112]

  void get_row( mixed $query, [mixed $output = OBJECT], [mixed $y = 0]  )



[ Top ]
get_sections  [line 680]

  void get_sections( )



[ Top ]
get_username  [line 585]

  void get_username( )



[ Top ]
get_var  [line 115]

  void get_var( mixed $query, [mixed $x = 0], [mixed $y = 0]  )



[ Top ]
makethread  [line 984]

  void makethread( mixed $parcat, mixed $table, mixed $level  )



[ Top ]
make_post_query  [line 392]

  void make_post_query( mixed $params  )



[ Top ]
modifiednow  [line 730]

  void modifiednow( )



[ Top ]
new_post  [line 124]

  void new_post( mixed $post  )



[ Top ]
prep_post  [line 305]

  void prep_post( mixed $post  )



[ Top ]
query  [line 106]

  void query( mixed $query  )



[ Top ]
setmodifytime  [line 720]

  void setmodifytime( mixed $timestamp  )



[ Top ]
standalone_message  [line 1000]

  void standalone_message( [mixed $message_title = FALSE], [mixed $message = FALSE], [mixed $meta_redirect = FALSE], [mixed $http_header = FALSE]  )



[ Top ]
template_message  [line 1022]

  void template_message( [mixed $message_title = FALSE], [mixed $message = FALSE], [mixed $meta_redirect = FALSE], [mixed $http_header = FALSE]  )



[ Top ]
userauth  [line 552]

  void userauth( mixed $user, mixed $pass, [mixed $setcookie = FALSE], [mixed $code = 'notused']  )



[ Top ]
_get_comment_permalink  [line 782]

  void _get_comment_permalink( mixed &$postid, mixed &$commentid  )



[ Top ]
_get_comment_trackback_url  [line 810]

  void _get_comment_trackback_url( mixed $postid, mixed $commentid  )



[ Top ]
_get_entry_permalink  [line 761]

  void _get_entry_permalink( mixed $postid, [mixed $fancy = true]  )



[ Top ]
_get_post_trackback_url  [line 802]

  void _get_post_trackback_url( mixed $postid  )



[ Top ]
_get_rss_url  [line 796]

  void _get_rss_url( [mixed $sectionid = FALSE]  )



[ Top ]
_get_section_id  [line 786]

  void _get_section_id( mixed $sectionname  )



[ Top ]
_get_section_link  [line 745]

  void _get_section_link( mixed $sectionid  )



[ Top ]
_get_section_rss_link  [line 755]

  void _get_section_rss_link( mixed $sectionid  )



[ Top ]