private function reloadBlog()
 {
     //    echo 'BLOG: '.$this->APP_BLOG;
     //    echo 'MENU: '.$this->APP_MENU;
     //    echo 'PAGE: '.$this->APP_PAGE;
     //    echo 'ENTR: '.$this->APP_ENTRY;
     //    echo 'IDS:'.$this->IDS;
     $this->TREE = AppBlogsMenuPeer::getOptionsMenus($this->APP_BLOG, $this->APP_MENU, false, $this->IDS);
     $this->MENUS_ARRAY = AppBlogsMenuPeer::getOptionsMenus($this->APP_BLOG, $this->APP_MENU, true, $this->IDS);
     $this->PAGES_ARRAY = AppBlogsPagesPeer::getOptionsPages($this->APP_BLOG, $this->APP_MENU, $this->APP_PAGE, $this->IDS);
     $this->ENTRIES_ARRAY = AppBlogsEntriesPeer::getOptionsEntries($this->APP_PAGE, $this->APP_ENTRY, $this->IDS);
     $this->FORMS_ARRAY = AppBlogsFormsPeer::getOptionsForms($this->APP_BLOG, $this->APP_FORM, $this->IDS);
 }