Login   Register  
PHP Classes
elePHPant
Icontem

List

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Matías montes  >  List  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: List
Base name: sl-sortedlist
Description: Manage double-linked lists of sorted elements
Related classes: , , , , , , ,
Version: -
PHP version: -
License: Freely Distributable
All time users: 598 users
All time rank: 4185
Week users: 1 user
Week rank: 2417
 

  Author  
Picture of Matías montes
Name: Matías montes <e-mail contact>
Packages: 3 Browse all classes by Matías montes Browse all classes by
Country: Argentina Argentina - PHP jobs in Argentina
Age: 27
All time rank: 97313 in Argentina Argentina
Week rank: 1223 Down14 in Argentina Argentina Down


  Detailed description  
This package can be used to manage double-linked listed of elements that are automatically sorted.

There is a class for managing the lists of elements of any type or class, and another for managing the list nodes of elements.

The list class provides means to add new list nodes in a position determined by the sorting criteria.

The sorting criteria can be customized passing the name of a callback function that performs the comparision between the elements of the list.

The code and the comments are in Spanish.

In Spanish:

Lista simplemente enlazada que mantiene el orden de los elementos que se le insertan.

Puede almacenar cualquier tipo de dato, incluso Objetos y arrays.

Para determinar el orden qeu se debe mantener utiliza una función definida por el usuario que se le indica a la clase al instanciarla.

  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Data types Modeling and manipulating data types View top rated classes


  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 folder image Files  
File Role Description
Plain text file class.Lista.php Class Main class file
Plain text file class.Nodo.php Class Node class. Used by main class
Plain text file Ejemplo1.php Example Simple example using Integers
Plain text file Ejemplo2.php Example Example using objects and chained lists

Download all files: sl-sortedlist.tar.gz sl-sortedlist.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.