This topic is locked

Image Viewer

9/9/2009 5:38:55 PM
PHPRunner General questions
W
Wartech author

Is there a way to add an image viewer\gallery (includes zoom and color adjustment) to a query of images? If so, what image viewer would work with the codes that is generated from phprunner?

J
Jane 9/14/2009

Hi,
this task can be accomplished using custom code or script.

You can add it on the "View as" settings --> Custom dialog on the Visual Editor tab.
Unfortunately we don't have a ready to go solution for this.

W
Wartech author 9/14/2009

Hi Jane,
If I am trying to get the array of images from the results on that page... what is the syntax for it?

J
Jane 9/15/2009

I'm not sure that I understand your question.

Please clarify what 'trying to get the array of images from the results on that page' means.

W
Wartech author 9/15/2009

For instance, when I view a result page generated from PHP runner with images on each row from a table. Isn't the images is set on an array, that is how it is displayed? Can I call on that array for that field (images)?

J
Jane 9/16/2009

Hi,
all records from the database are in the $data array in the List page: After record processed event on the Events tab.

I recommend you to check all PHPRunner events and parameters here:

http://www.xlinesoft.com/phprunner/docs/page_life_cycle_overview.htm