|
-
 | The members of several PHP user groups have gathered to organize a large PHP event in São Paulo on October 18, 19.
This event will present talks of Andrei Zmievski (Smarty, PHP-GTK, PHP 6 Unicode), César Rodas (PHP Programming Innovation Award 2007, Google Summer of Code, WordPress), as well Manuel Lemos (PHPClasses) and other regular speakers of the Brazilian PHP scene.
In Portuguese:
Devido a desentendimentos com a empresa organizadora, inúmeros membros de grupos de usuários de PHP do Brasil não apoiam mais o evento anteriormente conhecido por PHP Conference Brasil.
Em vez disso, essas pessoas se organizaram independentemente e criaram um novo evento para promover o PHP devidamente no Brasil chamado CONAPHP - Congresso Nacional de PHP. Este evento vai decorrer em São Paulo em 18 e 19 de Outubro dentro de um evento maior de software livre CONISLI 2008. São esperados pelo menos 1500 congressistas.
O CONAPHP vai contar com palestrantes internacionais reputados como Andrei Zmievski (Smarty, PHP-GTK, PHP 6 Unicode) e César Rodas (PHP Programming Innovation Award 2007, Google Summer of Code, WordPress), e Manuel Lemos (PHPClasses) para além dos habituais nomes da cena de PHP Brasileira.
Já se espera que o CONAPHP será mais um evento de PHP bastante concorrido. Se você estiver interessado em participar como congressista, vá já inscrever-se para aproveitar o preço baixo de inscrição. Os interessados em palestrar também devem já propôr as suas palestras no site do evento antes que termine o prazo. |
These initiatives are announced here just for the information of the PHP Classes site users. These announcements are not sponsored by the organization of the initiatives.
If you take part of the organization of a global or regional initiative that may be of the interest of the PHP Classes site users, feel free to contact this site so your initiative may also be announced here at no expense to your initiative organization. |
Contents
-
| 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. |
Contents
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. |
Contents
Contents
Congratulations to Marius Zadara!
|
Nominees to win the award of September of 2008
| Class: |
Intelligent Censor |
 |
|
Description: |
Replace rude words by acceptable alternatives |
|
Author: |
sk89q |
|
Age: |
19 |
|
Country: |
United States |
|
| Class: |
MemNestedSet |
 |
|
Description: |
Manage a nested set of elements stored in arrays |
|
Author: |
Alan H. Lake |
|
Age: |
67 |
|
Country: |
Finland |
|
| Class: |
Synchronize DB |
 |
|
Description: |
Synchronize two MySQL databases |
|
Author: |
Cristian Vrinceanu |
|
Age: |
31 |
|
Country: |
Romania |
|
| Class: |
Binary search |
 |
|
Description: |
Search for data in files using binary search |
|
Author: |
Alex Fourth |
|
Age: |
26 |
|
Country: |
Ukraine |
|
| Class: |
Price Comparison Shopping by DataFeedFile.com |
 |
|
Description: |
Generate price comparison site with DataFeedFile |
|
Author: |
Andrew Nurcahya |
|
Age: |
32 |
|
Country: |
United States |
|
| Class: |
Relink |
 |
|
Description: |
Rewrite URLs based on mod_rewrite configuration |
|
Author: |
Benjamin Falk |
|
Age: |
18 |
|
Country: |
Austria |
|
| Class: |
debugTools |
 |
|
Description: |
Display PHP execution information in a page |
|
Author: |
Andreas Christodoulou |
|
Age: |
26 |
|
Country: |
Cyprus |
|
| Class: |
Curl Auto Site Form Post Class |
 |
|
Description: |
Submit forms using values retrieved from a page |
|
Author: |
mustafa yontar |
|
Age: |
28 |
|
Country: |
Turkey |
|
| Class: |
Check backup |
 |
|
Description: |
Manage backup copies of files |
|
Author: |
zengwenjie |
|
Age: |
29 |
|
Country: |
China |
|
|
|
Contents
Contents
Contents
-
 |
| Author: |
martin barker |
| Date: |
2008-10-09 (1 day ago) |
| Groups: |
PHP 5, Databases, User Management |
| Description: |
This class can be used to manage accounts of users of multiple sites.
It can perform operations to manage user accounts like creating accounts and authenticating an user account with a given password.
The user account data is stored in a MySQL database. |
|
-
 |
| Author: |
Gustav Eklundh |
| Date: |
2008-10-08 (2 days ago) |
| Groups: |
Algorithms, PHP 5, Data types |
| Description: |
This class can be used to sort array data using several types of sorting algorithms.
It can take an array of numbers and sort it using different algorithms.
Currently it supports: bubble sort, bidirectional bubble sort, heap sort, quick sort, gnome sort, strand sort, merge sort, bogo sort, Jsort, insertion sort and CombSort. |
|
-
 |
| Author: |
João Romão |
| Date: |
2008-10-08 (2 days ago) |
| Groups: |
PHP 5, Databases, User Management |
| Description: |
This class is a session handler that can store and retrieve session data from a MySQL database table.
It registers the class as a PHP session handler so all operations to access to session data invoke the class functions.
The class creates a new record on a given MySQL table when the session is start. Subsequent accesses to the same session data make the class retrieve, update or delete the respective table record.
The class can handle sessions with or without using cookies. The session name and lifetime may be changed.
If necessary the class can also create the MySQL database table to create to store the session data. |
|
-
![Picture of Sergey [YS.PRO] Picture of Sergey [YS.PRO]](http://files.phpclasses.org/picture/user/503684.jpg) |
| Author: |
Sergey [YS.PRO] |
| Date: |
2008-10-07 (3 days ago) |
| Groups: |
PHP 5, Web services |
| Description: |
This class can be used to get site ranking information from the Alexa site.
It can access an Alexa site page and parse it to retrieve the ranking information of a given site domain. |
|
-
 |
| Author: |
Simon Paarlberg |
| Date: |
2008-10-07 (3 days ago) |
| Groups: |
PHP 5, Web services |
| Description: |
This class can be used send and get private data of a pastebin site user.
It can send code to a private pastebin of a given poster.
The class can also retrieve the list of posted codes by a given poster, as well get the code of a specific post. |
|
-
 |
| Author: |
mohit mohit |
| Date: |
2008-10-06 (4 days ago) |
| Groups: |
HTML, PHP 5 |
| Description: |
This class can be used to show links or form select inputs to browse listings split in multiple pages.
It takes the total number of entries in a listing and the limit of entries to display per page and displays HTML links or form select inputs to go to other pages of a listing.
The current page number is retrieved from a request variable. |
|
-
 |
| Author: |
Felipe Ribeiro |
| Date: |
2008-10-06 (4 days ago) |
| Groups: |
Algorithms, PHP 5, Text processing |
| Description: |
This class can be used to suggest the correct spelling of text similar to Google "Did you mean" but based on a pure PHP implementation of Peter Norvig correct spelling suggestion algorithm.
It takes a given word and returns a suggestion of the probable correct spelling of the word.
The class can build a dictionary with correctly spelled words from a training text document. The dictionary can be stored in a cache file by serializing the dictionary array.
A sample training text document can be obtained from Peter Norvig site. |
|
-
 |
| Author: |
martin barker |
| Date: |
2008-10-05 (5 days ago) |
| Groups: |
PHP 5, Databases |
| Description: |
This class can be used to execute SQL queries stored database.
It can store SQL queries in a database so it can execute them later given just the query identifier.
The class can execute queries and retrieve results in several different types of SQL database. Currently it supports MySQL, Microsoft SQL server, Mini-SQL and PostgreSQL.
It can also convert some MySQL specific queries to run under PostgreSQL. |
|
-
 |
| Author: |
Alex B. Snet |
| Date: |
2008-10-05 (5 days ago) |
| Groups: |
PHP 5, Unix, Language |
| Description: |
This class can be used to create parallel processes with the PHP CLI program.
It can start parallel processes by running the PHP CLI program in the background for each new process.
The new process is set to run a given PHP script. Variable values are passed to the new process using temporary files. |
|
-
 |
| Author: |
Zsolt Munoz |
| Date: |
2008-10-04 (6 days ago) |
| Groups: |
PHP 5, Logging, Windows |
| Description: |
This class can be used to log events using the Kiwi logger component.
It creates an instance of the Kiwi logger component and sets it to connect to a given log servers.
The class can compose and send messages about the events to be logged and send them to the log server.
It requires Klog_COM from the Kiwi Syslog site, as well as the files MSWINSCK.OCX and MSVBVM60.DLL . |
|
-
 |
| Author: |
Mathieu Lagana |
| Date: |
2008-10-04 (6 days ago) |
| Groups: |
HTML, PHP 5, Time and Date |
| Description: |
This class can be used to display calendars to pick dates for form inputs.
It can generate HTML and Javascript to display an icon that when clicked will display a calendar to let the user choose a date.
The chosen date is used to fill a given text input in a given date format.
The text for the week days and month names is configurable.
Hightlight current selected date
Output is w3c compliant |
|
-
 |
| Author: |
azizny |
| Date: |
2008-10-03 (7 days ago) |
| Groups: |
HTTP, PHP 5, Geography |
| Description: |
This class can get the country and other information of the current user browser accessing the server.
It can determine the IP address and the browser user agent from the current HTTP request variables to determine several types of information:
- Browser name
- User Operating System
- Determine the user country using a GeoIP database stored in a MySQL database
- Search terms and search engine when the user came from search engine pages
- Get User Language
- Check if Flash and JavaScript are enabled
- Check user speed accessing the site |
|
-
 |
| Author: |
Ashraf Gheith |
| Date: |
2008-10-03 (7 days ago) |
| Groups: |
PHP 5, Geography |
| Description: |
This class can be used to get the province of a city of the Netherlands.
It can determine the code of a province of a given Netherlands city.
The class can also return the name of a province given its code. |
|
Contents
|