b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/photo-gallery/frontend/controllers/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/photo-gallery/frontend/controllers/BWGControllerShare.php

<?php

class BWGControllerShare {

  public function __construct() {
  }

  public function execute() {
    $this->display();
  }

  public function display() {
    require_once BWG()->plugin_dir . "/frontend/models/BWGModelShare.php";
    $model = new BWGModelShare();

    require_once BWG()->plugin_dir . "/frontend/views/BWGViewShare.php";
    $view = new BWGViewShare($model);

    $view->display();
  }
}

Copyright © 2019 by b0y-101