Wednesday, November 4, 2009

[PHP Classes] Weekly newsletter of Wednesday - 2009-11-04

PHP Classes
Icontem

Weekly newsletter of Wednesday - 2009-11-04

Advertisement

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.

Advertisement


This newsletter is always available online and upto date at: http://www.phpclasses.org/newsletter/ .


Contents


  • Latest PHP Classes blog posts

  • Get early access to the new site features (6 days ago)

    Posted on: 2009-10-29
    Summary: The PHPClasses site is launching a new initiative to let every user know in advance about new features that are being implemented.

    This article explains how you can keep up with latest features and even influence their implementation.
  • Improved site search for every user (15 days ago)

    Posted on: 2009-10-20
    Summary: The site search pages have been improved, so every site user can benefit of a better way to search the site content.

    The internal search engine, that until now was only available to premium subscribers, has been made available to all users.

    Among other benefits, the search results will appear split in different tabs according to the section of the site that they belong, thus making it easier to find the kind of content you are looking for.

    This article explains which are all the benefits that every user will have access from now on.
  • Submit your site redesign proposal for the contest (23 days ago)

    Posted on: 2009-10-12
    Summary: The PHPClasses site is accepting new site redesign proposals now.

    In this phase, candidates may create design themes using a visual editor. Then they can submit the design theme proposal when they are done.

    This article gives more detail of how the visual editor and the proposal system work.
  • New approach to generate PDF using PHP with Zend Framework (29 days ago)

    Posted on: 2009-10-06
    Summary: LiveDocx is a Zend Framework package that implements a new approach to generate PDF documents in PHP.

    It combines structured data passed by a PHP script with a template created in a word processor. It is the same concept as mail merge.

    The resulting document can be saved as a PDF, as well in other formats such as DOCX, DOC or RTF file.

Contents


Top friends of the site

Friends of the PHP Classes site is a initiative to provide recognition to the users that contribute to the growth of the site community.

For more information on how to become a friend of the site look here.

Rank Friend Referrals
1 O. Lederer 32
2 Protung Dragos 25
3 Cesar D. Rodas 24
4 Alexander Skakunov 16
5 solomongaby 14
6 Roberto Aleman 14
7 lixlpixel 9
8 Richard Munroe 8
9 Horst Nogajski 7
10 Chip Chapin 6

Contents



Browse all PHP User Groups by country

If you make part of a regional PHP User Group not listed here, submit your user group.

Contents


Innovation award results

Innovation Award Winners Congratulations to Thales Jacobi!


Rank Class Author Score Points Prize
1 XML Debugger
Parse XML documents and locate all errors
Thales Jacobi Brazil 40.00% 6 One copy of the Zend Studio
2 Multi Threading, Daemon (Windows service)
Create Windows service to run daemons
Manooj Kumar Dhar Luxembourg 20.00% 5
3 Google Analytics Cookie Parser
Retrieve and parse Google Analytics cookies
Joao Correia Portugal 13.33% 4
4 BMP_Loader
Read and write BMP images in pure PHP
Dzsoni Voker Slovak Republic 11.11% 3
5 Super Proxy
Create object to access private members
Mathias Krieck Germany 8.89% 2
6 PHP Mud Names
Generate random names for Multi-User Dungeon games
Ludovic Bellière Belgium 6.67% 1

Nominees to win the award of October of 2009

Class: SUIT Framework Picture of Brandon Evans
Description: Template engine with configurable syntax
Author: Brandon Evans
Age: 17
Country: United States United States

Class: Bot recognizer and dispatcher Picture of Alexander Selifonov
Description: Recognize and handle Web robot by IP or user agent
Author: Alexander Selifonov
Age: 47
Country: Russian Federation Russian Federation

Class: Animated PNG Creator Picture of Dzsoni Voker
Description: Create PNG format animations from a list of images
Author: Dzsoni Voker
Age: ???
Country: Slovak Republic Slovak Republic

Class: Gravatar RPC Picture of Wouter van Vliet
Description: Send requests to the Gravatar API about images
Author: Wouter van Vliet
Age: 27
Country: Denmark Denmark

Class: MyBox Picture of Roberto Aleman
Description: Calculate volumetric weight of a package
Author: Roberto Aleman
Age: 35
Country: Venezuela Venezuela

Class: Text to Timestamp Picture of Martin
Description: Convert English expressions into time values
Author: Martin
Age: 26
Country: Denmark Denmark

Class: Email 2 SMS Picture of Utsav Handa
Description: Send SMS by e-mail to many carriers
Author: Utsav Handa
Age: 25
Country: India India

Class: EmbeVi Picture of Comanici Paul
Description: Embed remote videos and audio in HTML pages
Author: Comanici Paul
Age: 25
Country: Romania Romania

Class: PHP MSSQL Dump Picture of Jonathan Hilgeman
Description: Dump a Microsoft SQL server database
Author: Jonathan Hilgeman
Age: ???
Country: United States United States

Vote

Contents


Latest support forum threads

Subject Posted on Class
A very useful class.
Package rating comment
2009-11-04 Large Database Backup
Oddness in IE
class works fine in FireFox fails in IE7/8
2009-11-03 MsDoc Generator
Testing SMPP class
Test the connection
2009-11-02 SMPP Class
gmail mime parser
mime parser problem with gmail
2009-11-02 POP3 e-mail client
nice classes.
Package rating comment
2009-11-02 Forms generation and validation
Problem and request
A small problem and request
2009-11-01 PHP Tree Graph Ext
Not support ukrainian or russian language
How can I use translate from russian to english ?
2009-10-31 Google Translate Tool
for average or advance user.
Package rating comment
2009-10-30 AJAX Paginator
New version
I have revised this class with some improvements
2009-10-30 Automatic Keyword Generator
Undefined function
Call to undefined method SSH2_Connect::SSH_to_Connect()
2009-10-29 Connect to SSH

Contents


  • Latest package entries

  • SQL Query Generator

    Picture of syed abdul baqi
    Author: syed abdul baqi
    Date: 2009-11-03 (1 day ago)
    Groups: PHP 5, Databases
    Description: This class can be used to generate SQL queries from lists of parameters.

    It takes as parameters the name of a table, fields, field values, conditions, etc..

    The class can return strings with SQL statements to execute SELECT, INSERT, UPDATE and DELETE queries.
  • Multi Singleton

    Picture of Sebastian Potasiak
    Author: Sebastian Potasiak
    Date: 2009-11-03 (1 day ago)
    Groups: PHP 5, Design Patterns
    Description: This class implements the singleton design pattern.

    It provides an interface that has a constructor function that once called stored objects of each singleton class in static array class variable.

    This way the objects of a singleton class are only instantiated once.
  • PHP parallel programming

    Picture of akash
    Author: akash
    Date: 2009-11-02 (2 days ago)
    Groups: PHP 5, Language
    Description: This package can be used to run multiple parallel scripts using a C++ program.

    It can start parallel scripts that may run synchronously or asynchronously using the compiled C++ program to run PHP command line program.

    It can control the execution of parallel scripts and retrieve their output.
  • CSS Dispatcher

    Picture of Israel Viana
    Author: Israel Viana
    Date: 2009-11-02 (2 days ago)
    Groups: PHP 5
    Description: This package can be used to compose CSS style sheets from multiple templates.

    It can process one or more CSS templates that are actually PHP scripts.

    The templates are processed by assigning PHP variables with template variable values and then the template script is executed and its output captured to get the final result.

    A CSS template maybe evaluated conditionally depending on the type of browser accessing the current script.

    The main class assembles the output of all CSS templates and may optimize them before outputting by removing needless white spaces.
  • HN_htusers

    Picture of Horst Nogajski
    Author: Horst Nogajski
    Date: 2009-11-01 (3 days ago)
    Groups: User Management, Configuration
    Description: This class can be used to manage Apache user and group authentication files.

    It can manage Apache .htaccess and .htgroup files to define users, groups and passwords for authentication. Optionally it can manage extra information for users, stored in a third file.

    It uses Apache-style MD5-crypt passwords to be portable between win and *nix platforms.

    The class provide a forms based user interface to manage the authorization files definitions of users and groups.

    It can also perform HTTP basic authentication for users defined in the configuration files directly from PHP instead of having it done by Apache.

    This class is based on prior work by Jarno Elonen and Sarah King.
  • MySQLi access

    Picture of Julie Duvillier
    Author: Julie Duvillier
    Date: 2009-10-31 (4 days ago)
    Groups: PHP 5, Databases
    Description: This package can be used to access MySQL databases using MySQLi.

    The main class extends the MySQLi class : establish connection, execute SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and get the fields of a table.
    Exceptions of the class are handled by MySQLi_exception_class which extends the class Exception.

    Other auxiliary classes deal with query results and prepare query statements.
  • Simple XML Generator

    Picture of Marcos Timm Rossow
    Author: Marcos Timm Rossow
    Date: 2009-10-30 (5 days ago)
    Groups: XML, PHP 5, Data types
    Description: This class can be used to create XML documents from arrays using SimpleXML PHP extension.

    The generated document and be displayed as the current script output.

    It takes an associative array and traverses it recursively to add tags and data to the XML document.

    The code and comments are in Portuguese.

    In Portuguese:
    Simples classe que gera um arquivo XML a partir de um Array Associativo
  • Executing multiple SQL statements stored in files

    Picture of Boris Tetrev
    Author: Boris Tetrev
    Date: 2009-10-29 (6 days ago)
    Groups: PHP 5, Databases, Files and Folders
    Description: This class can be used to execute MySQL queries read from files.

    It can scan a given directory to retrieve the list of files it contains.

    The class can read the file contents an execute the SQL statements contain in each line of the files.
  • Secure SMTP client

    Picture of wooptoo
    Author: wooptoo
    Date: 2009-10-28 (7 days ago)
    Groups: Email, Networking, PHP 5
    Description: This class can be used to send messages via SMTP server with authentication.

    It can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method.

    It can send send a message with a given subject from a given address to a given recipient.

Contents


Contents


If you are not interested in receiving any more messages like this one, send an empty message to unsubscribe-newsletter@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-2009 PHP Classes

No comments: