~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/lib/helioviewer/ImageSeries.php

  • Committer: V. Keith Hughitt
  • Date: 2009-05-29 18:04:54 UTC
  • Revision ID: hughitt1@kore-20090529180454-1q1r4pxa3nw881os
nightly build 2009-05-29: fixed uri field performance issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *       from the database. To get from a javascript Date object to a Unix timestamp, simply
7
7
 *       use "date.getTime() * 1000." (getTime returns the number of miliseconds)
8
8
 */
9
 
require('CompositeImage.php');
10
 
require('DbConnection.php');
 
9
require_once('CompositeImage.php');
 
10
require_once('DbConnection.php');
11
11
require_once('lib/phpvideotoolkit/config.php');
12
12
require_once('lib/phpvideotoolkit/phpvideotoolkit.php5.php');
13
13
 
14
 
 
15
14
class ImageSeries {
16
15
        private $images = array();
17
16
        private $maxFrames;