I need cronjob to rename pdf file attached with artical

Author Message

Jignesh Sailor

Friday 06 May 2011 4:51:34 am

I am new to ezpublish,I need to rename the pdf file of the artical after 7 days for this i need to write cronjob ,Pls help me out to write cronjob for this

Quoc Huy Nguyen Dinh

Monday 09 May 2011 3:40:56 am

Hi

Can't help you write it all but here are some pointers:

  • the workflow script will fetch objects of certain class that had been modified more than 7 days ago
  • for each of the object you will get the datamap ( $datamap = $object->dataMap() )
  • modify the attribute
  • and store it.

Maybe this can help:

http://share.ez.no/forums/developer/solved-modify-update-objects-from-php

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.