PHP Classes

php version

Recommend this page to a friend!

      image_jpg  >  All threads  >  php version  >  (Un) Subscribe thread alerts  
Subject:php version
Summary:what php version needed to class image_jpg work?
Messages:2
Author:Konstantin
Date:2008-08-02 00:08:38
Update:2008-08-02 15:46:27
 

  1. php version   Reply   Report abuse  
Picture of Konstantin Konstantin - 2008-08-02 00:08:38
1)
...
public function __construct($fileName = NULL)
...
will work in hph 4?

2) Can you show an example of class work?

  2. Re: php version   Reply   Report abuse  
Picture of Logan Bailey Logan Bailey - 2008-08-02 15:46:27 - In reply to message 1 from Konstantin
It works w/ php5, but if you remove the __construct and replace it with image it should work fine on php 4.
This link has all documentation and everything
logansbailey.com/scripts/image/

This link lets you sorta create javascript to the affect of the class and shows the php code required for the class.
logansbailey.com/scripts/image/samp ...