PHP Classes

Packages of Ronald Zeus

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Ronald Zeus (2)  >  Mission progress status  >  Reputation  
Picture of Ronald Zeus
Name: Ronald Zeus <contact>
Classes: 2
Country: The Netherlands The Netherlands
Age: 52
All time rank: 38810 in The Netherlands The Netherlands
Week rank: 195 Up4 in The Netherlands The Netherlands Up
All time users: 7136
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image clsCookie  
Pass values between pages using encrypted cookies
This class is meant to pass multiple values between pages using encrypted cookies.

It can:

- Create a cookie object in memory
- Load the values of a cookie sent back by the browser into the cookie object in memory
- Assign multiple values to the cookie object in memory. Multiple cookie values are sent to the browser at once with names with array syntax.
- Cookie values can be removed from the cookie object in memory and from the browser
- Encryption with Blowfish-CBC algorithm can be used to encrypt all the cookie values sent to the browser. A secret server side encryption key can be used for different cookies objects.
- Assigning values to the cookie object in memory can be done just by creating up a new object property and assign a value to it, taking advantage of PHP5 dynamic object variable assignment __get and __set methods

  Files folder image clsImage  
Image manipulation with PHP 4 and PHP 5 support
This is an image manipulation class with PHP 4 and PHP 5 specific support that based on the GD Library.

This class can:

- Load and save images in the JPEG, GIF and PNG formats
- Generate HTML tags to present the manipulated images
- Resize an image with arbitrary dimensions, or to a given width or height or size scale percentage, preserving the original aspect ratio.
- Crop the image
- Write text labels over the image


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z