Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagephp
titletest.php
<?php

require_once 'app/Mage.php';



ini_set('display_errors', 1);



umask(0);

Mage::app();



print 'Starttime:'. time();

print '<hr>';

$obj = Mage::getModel('marketingsoftware/observer');

$obj->processQueue();



print 'Endtime:'. time();

print '<hr>';

...

 

Content by Label
showLabelsfalse
max5
spacesCOPE
sortmodified
showSpacefalse
reversetrue
typepage
labelscopernica cronjob