Top

PHP Code Snippets Tagged with class

  (3)  
Sort by 
A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You don't need to modify a thing in your application..
Tags: class  management  mysql  php  session  with 
+ 0 likes
1 comment(s)   |   Score: 6.0   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
A class providing some very useful methods to work with a mySQL database. For the manual and examples on how to use the class go to <a href="http://stefangabos.blogspot.com/2006/08/zebra-php-f..
Tags: class  database  layer  mysql  php 
+ 0 likes
0 comment(s)   |   Score: 6.5   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
A class providing a set of methods for doing basic transformation to an image like resizing, rotating and flipping. the class is very small (only about 18Kb in size but still heavily documented) and as..
Tags: basic  class  for  image  manipulation  php 
+ 0 likes
1 comment(s)   |   Score: 7.5   |   Language: PHP   |   Posted by stefangabos on Aug 10, 2006
Bottom