Exemple #1
0
 public function __construct()
 {
     /**
      * Setup the real store
      */
     $this->getStore();
     /**
      * Set the blog ID
      * This is taken from Fishpig_Wordpress_Addon_Multisite
      */
     if ($blogId = (int) Mage::getStoreConfig('wordpress/mu/blog_id', $this->getStore()->getId())) {
         self::$_blogId = $blogId;
     }
     /**
      * Initialise the DB
      */
     $this->_initDb();
 }