PHP code example of hmphu / magemulti
1. Go to this page and download the library: Download hmphu/magemulti library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hmphu / magemulti example snippets
Mage::run(MageMulti::getRunCode(), MageMulti::getRunType(), MageMulti::getRunOptions());
server {
listen 80;
server_name foostore.dev;
root /var/www;
location ~ .php$ {
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_param CLIENT_CODE foostore;
}
.....
}