Changeset 2429 for trunk/ws.php


Ignore:
Timestamp:
Jul 12, 2008, 2:30:27 AM (16 years ago)
Author:
rvelices
Message:
  • add to caddie on picture page done through ajax
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2413 r2429  
    4343  $service->addMethod('pwg.getVersion', 'ws_getVersion', null,
    4444      'retrieves the PWG version');
     45
     46  $service->addMethod('pwg.caddie.add', 'ws_caddie_add',
     47      array(
     48        'image_id'=> array( 'flags'=>WS_PARAM_FORCE_ARRAY ),
     49      ),
     50      'adds the elements to the caddie');
    4551
    4652  $service->addMethod('pwg.categories.getImages', 'ws_categories_getImages',
Note: See TracChangeset for help on using the changeset viewer.