Created
December 29, 2016 07:20
-
-
Save magemore/31a5a902e5409fd2630eed41db4e3bd5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
run = require('./run-php.js') | |
run [ | |
'$ci->load->library(\'shop_catalog\')' | |
'$r=$ids=explode(\',\',$ci->shop_catalog->getRefineFromTopMenuCategory(1))' | |
], (data) -> | |
console.log data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment