| 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. |
| This newsletter is always available online and upto date at: http://www.phpclasses.org/newsletter/ . |
|---|
Latest PHP jobs
Senior PHP Developer with systems administration (2 days ago)


Featured jobPosted on: 2008-11-03 City: London, London,
United KingdomPHP Engineers Needed (South bay, CA) (8 days ago)


Featured jobPosted on: 2008-10-28 City: Campbell , CA,
United StatesPHP Developer (8 days ago)


Featured jobPosted on: 2008-10-28 City: Cambridge, Cambridgeshire,
United KingdomPHP/MAGENTO DEVELOPER (8 days ago)


Featured jobPosted on: 2008-10-28 City: Cambridge, Cambridgeshire,
United KingdomAssociate Software Engineer - Web (2 days ago)
Posted on: 2008-11-03 City: Baltimore, MD,
United StatesVolunteer Needed for Programming CMS kids site (2 days ago)
Posted on: 2008-11-03 City: Algarve,
Portugal
May work remotely from another countryProgramador PHP (7 days ago)
Posted on: 2008-10-29 City: San Isidro, Buenos Aires,
ArgentinaPHP MySQL programmer (7 days ago)
Posted on: 2008-10-29 City: Trichy,
IndiaJunior developer (14 days ago)
Posted on: 2008-10-22 City: Kyalami, Johannesburg, Gauteng,
South AfricaPHP Programmer (15 days ago)
Posted on: 2008-10-21 City: Santo Domingo,
Dominican RepublicAnalista Programador PHP (15 days ago)
Posted on: 2008-10-21 City: São Paulo, São Paulo,
BrazilFreelance PHP MySQL Developers (16 days ago)
Posted on: 2008-10-20 City: Gold Coast, Queensland,
AustraliaWeb Application Engineer - PHP, CSS, JavaScript, (20 days ago)
Posted on: 2008-10-16 City: Needham (Moving to Boston soon),
United StatesPHP programmer and designer wanted (23 days ago)
Posted on: 2008-10-13 City: Arusha,
TanzaniaTechnical Project and Agile Development Manager (26 days ago)
Posted on: 2008-10-10 City: Oxford, Oxfordshire,
United KingdomPHP Freelance (28 days ago)
Posted on: 2008-10-08 City: London, London,
United KingdomMass Mailer Script (29 days ago)
Posted on: 2008-10-07 City: Riffa, Central,
BahrainSenior Developer (30 days ago)
Posted on: 2008-10-06 City: Dhaka, Dhaka,
Bangladesh
Latest PHP specialists forum threads
| Subject | Updated on |
|---|---|
| variable scope in fcns How to access variables next level up in function calls | 2008-11-04 |
| Namespaces introduction will change PHP drastically Please get involved in these matters, it will affect us all | 2008-10-29 |
Latest PHP Classes blog posts
PHP Object-Relational Mapping: ORM or ROM? (27 days ago)
Posted on: 2008-10-09 Summary: This article talks about what is Object-Relational Mapping (ORM). It also talks about PHP ORM solutions that can make you more productive by allowing the development of your PHP database driven sites progress faster.
Top friends of the site
For more information on how to become a friend of the site look here. |
| Rank | Friend | Referrals |
|---|---|---|
| 1 | Cesar D. Rodas | 31 |
| 2 | Alexander Skakunov | 25 |
| 3 | solomongaby | 23 |
| 4 | Khaled Al-Shamaa | 20 |
| 5 | lixlpixel | 20 |
| 6 | Protung Dragos | 16 |
| 7 | Olaf Lederer | 16 |
| 8 | Horst Nogajski | 14 |
| 9 | Richard Munroe | 12 |
| 10 | Eric Sizemore | 9 |
Latest regional PHP User Group submissions
PHP Mumbai (16 days ago)
Country:
IndiaLocation: Mumbai Responsible: amjad <email contact> Front Range PHP Users Group (19 days ago)
Country:
United StatesLocation: Colorado Springs, CO Responsible: Cal Jacobson <email contact> PHP Medan (20 days ago)
Country:
IndonesiaLocation: Medan-Sumatera Utara Responsible: Jesri HT PURBA <email contact>
Browse all PHP User Groups by country
| If you make part of a regional PHP User Group not listed here, submit your user group. |
|---|
Innovation award results
Congratulations to Alex Fourth!
| Rank | Class | Author | Score | Points | Prize |
|---|---|---|---|---|---|
| 1 | Binary search Search for data in files using binary search | Alex Fourth | 21.43% | 9 | |
| 2 | Synchronize DB Synchronize two MySQL databases | Cristian Vrinceanu | 19.64% | 8 | |
| 3 | debugTools Display PHP execution information in a page | Andreas Christodoulou | 14.29% | 7 | |
| 4 | MemNestedSet Manage a nested set of elements stored in arrays | Alan H. Lake | 12.50% | 6 | |
| 5 | Intelligent Censor Replace rude words by acceptable alternatives | sk89q | 10.71% | 5 | |
| 6 | Relink Rewrite URLs based on mod_rewrite configuration | Benjamin Falk | 7.14% | 4 | |
| 7 | Curl Auto Site Form Post Class Submit forms using values retrieved from a page | mustafa yontar | 5.36% | 3 | |
| 7 | Check backup Manage backup copies of files | zengwenjie | 5.36% | 3 | |
| 9 | Price Comparison Shopping by DataFeedFile.com Generate price comparison site with DataFeedFile | Andrew Nurcahya | 3.57% | 1 |
Nominees to win the award of October of 2008
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Latest blog trackback links
Latest support forum threads
Latest package entries
Paypal Class

Author: azizny Date: 2008-11-04 (1 day ago) Groups: PHP 5, E-Commerce Description: This class can be used to create buttons and process Paypal payments.
It can generate HTML for forms or links to insert in Web pages of sites that need to accept payments via Paypal like: buy now buttons, subscriptions, add to Paypal shopping cart or internal shopping cart, gift certificates and donations.
It can also handle Paypal payment notifications via IPN.
The class supports testing payments using the Paypal sandbox.Secure Cookie

Author: Aikar Date: 2008-11-04 (1 day ago) Groups: HTTP, Cryptography, Security Description: This class can be used to store and retrieve data in encrypted cookies.
It can create a cookie and store data in the cookie encrypting it using a given key.
The class can also do the opposite, i.e. retrieve data from a cookie decrypting it with the same key.
Cookies may also be deleted with this class.SQL Parse Convert to Tree Array

Author: François NEUMANN-RYSTOW Date: 2008-11-03 (2 days ago) Groups: Databases, Text processing Description: This class can be used to build a tree to represent an SQL query.
It takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.
Currently it supports only SELECT, INSERT, UPDATE, DELETE queries.Zencart Bridge

Author: Felix Manea Date: 2008-11-03 (2 days ago) Groups: PHP 5, E-Commerce Description: This class can manage users of a Zencart shopping cart application installation.
It connects to a MySQL database used by a Zencart installation and can perform several types of operations to manipulate Zencart user records. Currently it can:
- Add or delete users
- Start or end a logged user session
- Change user password and other options
- Add or remove user addresses
- Get the identifier of an user with a given e-mail address
There is also an session handler available in order to make your application have the same session with zencart.PHP Online Users

Author: Moazam Nabi Date: 2008-11-02 (3 days ago) Groups: User Management Description: This class can be used to keep track of the users visiting a site.
It starts a session for each new user visiting a site and stores the user session identifier in a MySQL database.
The class can update the last visit time and remove user records that have not visited the site since a given time limit.httpAuth

Author: Zsolt Munoz Date: 2008-11-02 (3 days ago) Groups: HTTP, User Management Description: This class can be used to authenticate users in several ways.
It can take the user name and password of a given user and verifies whether the user exists and the password is correct.
The class supports several methods to verify the user authentication, like:
CSV file, MySQL database, ODBC database, LDAP server and text file.PHP Obfuscator

Author: Er. Rochak Chauhan Date: 2008-11-01 (4 days ago) Groups: PHP 5, Code Generation Description: This class can be used to obfuscate PHP scripts.
It takes a given PHP script and generates another script that includes just one statement that decoded and evaluates the original script code encoded using the base64 algorithm.
The generates script is saved to a file with a given name.Yahoo Quotes

Author: Andreas Vollenklee Date: 2008-11-01 (4 days ago) Groups: Web services, Finances Description: This class can be used to retrieve stock quotes from Yahoo Finance.
It accesses the Yahoo Finance site server and retrieves data for a given stock symbol.
The class can retrieve either stock data for today or for a given range of dates.mydb

Author: iman ebrahimi tajadpd Date: 2008-10-31 (5 days ago) Groups: Databases Description: This class is a simple MySQL database access wrapper. It can:
- Connect to a given MySQL database server
- Execute arbitrary SQL queries
- Retrieve query result rows into arrays
- Retrieve all the query results into a single bi-dimensional array
- Execute a query and retrieve a range of the result rows into a single bi-dimensional arrayImage dynamic resizer

Author: andrei tataranu Date: 2008-10-31 (5 days ago) Groups: PHP 5, Graphics Description: This class can be used to resize an image keeping the aspect ratio.
It can load an image from a given file or use a previously computed image.
The class can resize the image to a given width or height keeping the original aspect ratio.
If the original aspect ratio differs from the desired size aspect ratio, the resulting image can either be cropped or filled with a given background color.XML Currency Reader

Author: Cristian Navalici Date: 2008-10-30 (6 days ago) Groups: XML, PHP 5, Finances Description: This package can be used to retrieve currency exchange data from XML files.
There is a base class that can retrieve and parse a currency file in XML format.
There is a sub-class that extends the base class to retrieve currency data specifically from XML files provided by the National Bank of Romania.Mailto

Author: Debugged Interactive Designs Date: 2008-10-30 (6 days ago) Groups: HTML, Email Description: This class can be used to obfuscate e-mail links using the ROT13 algorithm.
It takes an e-mail address and an anchor text and generates HTML tags for obfuscated e-mail links using ROT13.
The generated HTML has Javascript code that decodes ROT13 encoded e-mail link tags.autoload2

Author: Thomas Shone Date: 2008-10-29 (7 days ago) Groups: PHP 5, Language Description: This class can be used to automatically load classes from a given directory.
It uses PHP 5 auto-load support to load classes from a configurable directory.
The class traverses the directory for class script files with extensions usually associated to class files and loads the class file that match the requested class name.
It also keeps a log variable with all the classes loaded this way.Keyword Highlight in HTML contents

Author: Kunjesh janakkumar Sukhadia Date: 2008-10-29 (7 days ago) Groups: HTML, PHP 5, Web services Description: This class can be used to retrieve remote pages and highlight keywords in the pages.
It can retrieve a page from a given remote site.
The class can search and highlight given keywords in the retrieved page changing the background color of the sections where the keywords appear.
| 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-2008 | PHP Classes |





![Picture of Sergey [YS.PRO] Picture of Sergey [YS.PRO]](http://files.phpclasses.org/picture/user/503684.jpg)


No comments:
Post a Comment