2007-09-07

[PHP Classes] New class daily digest of 2007-09-06

New class daily digest of 2007-09-06


PHP Abstract: The podcast for PHP developers
PHP Abstract: The podcast for PHP developers

You are getting this message because you voluntarily subscribed to the PHP Classes site. To change your newsletter or alert messages delivery options, see the instructions at the bottom of this message.

2 new classes were added to "PHP Classes" repository.


    1. MultiCurl class library - This class support forum This class support forum

  • Short description:

  • Retrieve multiple pages simultaneously
  • Groups:

  • Networking
    HTTP
    PHP 5
    Advertisement
  • Supplied by:

  • Vadym
  • Detailed description:

  • This class can be used to retrieve multiple pages simultaneously from remote Web servers.

    It uses PHP Curl extension to establish one or more HTTP requests that may be executed in parallel.

    The class supports:

    - Only a limited number of requests are executed in parallel, so exceeding requests are delayed until prior requests are finished
    - Restrict the size of retrieved data to a given limit
    - Set common CURL options for all requests
    - Set separate CURL options for different requests when necessary
    - Use callback events for response result processing.

    2. Persistencia - This class support forum This class support forum

  • Short description:

  • Store and retrieve persistent objects in database
  • Groups:

  • PHP 5
    Databases
  • Supplied by:

  • juan duarte
  • Detailed description:

  • This class can be used to store and retrieve persistent objects in database table rows.

    It is a base class that provides functions for mapping objects of a sub-class to rows of a database table.

    Each sub-class is mapped to a database table with the same name. The class uses PHP 5 reflection support to retrieve public class variables and map them to database table fields with the same name.

    The code and comments are in Spanish.

    In Spanish:

    Esta clase provee los metodos esenciales para hacer persistente a un objeto de una clase que haya heredado la Clase base Object.

    Para la conexion a la base de datos requiere la creación de un objeto Conexión el cual pertenecera a una clase que implemente los metodos de la interfaz q viene con el paquete de persistencia.

If you are not interested in receiving any more messages like this one, send an empty message to unsubscribe-newclasses@phpclasses.org or go to the user options page and uncheck the respective e-mail delivery option. There you can also switch the message format between text and HTML. Note that there are several mailing lists. If you want to unsubscribe from all lists at once, send an empty message to unsubscribe-content@phpclasses.org .

For more information send a message to info at phpclasses dot org.
Copyright (c) Icontem 1999-2007 PHP Classes

沒有留言: