Skip to content

Instantly share code, notes, and snippets.

View samplenull's full-sized avatar
🏠
Working from home

Denis Kazimirov samplenull

🏠
Working from home
View GitHub Profile
@samplenull
samplenull / Magento cron lister
Last active December 23, 2015 08:49 — forked from werdan/Magento cron lister
Magento cron lister
<?php
// shell/listAllCron.php
require_once 'abstract.php';
class Mage_Shell_CronLister extends Mage_Shell_Abstract
{
public function run()
{f
$cronJobs = Mage::app()->getConfig()->getNode('crontab/jobs');