PHP Developer's Network : Network Member Forums

Class: Persistent Array



  Search   All class groups   Latest entries   Top 10 charts   Newsletter   Blog   Forums   Help FAQ  
  Login   Register  
Recommend this page to a friend! Trackback URL: http://www.phpclasses.org/trackback/browse/package/4429.html
      Classes of Cesar D. Rodas  > 
Persistent Array
 >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Supplied by   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  
  • Supplied by:

  • Picture of Cesar D. Rodas
    Name: Cesar D. Rodas is available for providing paid consulting. Contact Cesar D. Rodas .
    Published packages: 30
    Country: Paraguay Paraguay - PHP professionals from Paraguay looking for PHP jobs
    Home page: http://www.thyphp.com/
    Age: 20
    All time rank: 46
    Week rank: 5

    Browse this author's classes

  • Innovation Award:

  • PHP Programming Innovation award nominee
    March 2008
    Number 6
    Arrays are a very popular data type used in PHP to store a variable number of information items.

    If you want to store information of arrays in a file or database so you can retrieve later, you can serialize the array and store it as a single data chunk.

    However, that is not a very efficient solution. If the array is large, it may take too much time to store and retrieve changes or look up for elements.

    This package takes advantage of the PHP 5 array iterator objects and implements a wrapper that stores and retrieve array elements in a flat file database managed by the DBM API.

    This way the array can be stored persistently in files and its elements can be accessed very quickly.

    Manuel Lemos
  • Groups:

  • Group folder image
    Classes using PHP 5 specific features
    View top rated classes
    Group folder image
    Database management, accessing and searching
    View top rated classes
    Group folder image
    Modeling and manipulating data types
    View top rated classes
  • Detailed description:

  • This class can be used to access flat file databases like arrays.

    The class extends the SPL ArrayObject class to be able to retrieve, add, update and delete entries in flat file database files using the DBM extension.

    It also provides an iterator class to be able to traverse the entries in a DBM file using the regular array access functions.
  • User ratings:

  • There are not enough user ratings to display for this class.
  • Applications that use this class:

  • No application links were specified for this class.
    Add link image If you know an application of this package, send a message to the author to add a link here.
  • Files:

  • File Role Description
    Plain text file parray.php Class
    Main class
    Plain text file test.php Test
    Testing
    Download all files: parray.tar.gz parray.zip
    NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site   Site map   Statistics   Site tips   Privacy policy   Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2008 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products