文件名称:Magento-Shell:漂亮的 Magento shell 脚本
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-20 06:16:25
PHP
Magento 外壳 天哪颜色 为您的 Magento 脚本添加一些样式。 用法 扩展shell/local/abstract.php类并将您的逻辑放在run()方法中,就像您通常使用 Magento shell 脚本一样。 输出 而不是echo ing,使用$this->log对象。 您可以使用Zend_Log的级别之一输出消息 <?php class Zend_Log { const EMERG = 0; // Emergency: system is unusable const ALERT = 1; // Alert: action must be taken immediately const CRIT = 2; // Critical: critical conditions const ERR = 3; //
【文件预览】:
Magento-Shell-master
----composer.json(303B)
----.travis.yml(284B)
----.scrutinizer.yml(2KB)
----modman(118B)
----phpcs.xml(1KB)
----src()
--------shell()
--------lib()
----.gitignore(5B)
----README.md(3KB)