Exemplo n.º 1
0
 /**
  * Checks if a blog exists
  */
 function existsBlog($name)
 {
     $this->_loadClass('BLOG', 'BLOG.php');
     return BLOG::exists($name);
 }