ejecutar archivo de php en instalación de Magento
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#3
protected function _runSpider() { $command = '$(which php) ' . Mage::getBaseDir() . '/archivo.php > ' . Mage::getBaseDir() . '/var/log/out.log'); $result = exec($command); Mage::log($result); }