PHP Classes

Missing images and array casting

Recommend this page to a friend!

      RPG Ajax Creator  >  All threads  >  Missing images and array casting  >  (Un) Subscribe thread alerts  
Subject:Missing images and array casting
Summary:Missing images and array casting
Messages:2
Author:Eric Persson
Date:2006-05-02 07:26:29
Update:2006-05-03 11:24:57
 

  1. Missing images and array casting   Reply   Report abuse  
Picture of Eric Persson Eric Persson - 2006-05-02 07:26:29
s.png seems to be missing in the package, and I had to delete all the array casts in the code to get it working on php 5.0.4.
The documentation and all the code comments are in french, which is a bit bad for me.. ;)

Other than that, good idea, and nice work!

  2. Re: Missing images and array casting   Reply   Report abuse  
Picture of Johan Barbier Johan Barbier - 2006-05-03 11:24:57 - In reply to message 1 from Eric Persson
Hello,

thanks, first :-)

I will check right now for s.png, that's a possibility...it's hard enough to upload all of them one after the other ;-) I might have forgotten some. I will add it if so.

About the array casting, yep, right, this package requires PHP 5.1. But, as you found, the only modification to be done for php 5 < 5.1 is to remove the array casting in the methods arguments lists. It does not really matter anyway.