shagaConfigurator

Original post provide by PHP Classes: Latest entries
Package: shagaConfigurator
Summary: Get application options from configuration files
Groups: Configuration, PHP 5
Author: Arthur Tumanyan
Description: This class can get application options from configuration files.

It can read options from a configuration file named shaga.cfg.example defined in a custom format.

The configuration options are read into a bi-dimensional associative array class variable according to the options sections and names.

Previous Articles:
Ldap_class
Package: ldap_class Summary: Retrieve user information from an LDAP server Groups: Databases, Networking Author: Aleck Description: This class can be used to access data in LDAP server. It can connect to an LDAP server authenticating with a given account. The class can perform LDAP queries to obtain information about a given user.
The Front Page Has Changed
The news on the front page of php.net has changed, the conference announcements are now located on their own page. The idea is to keep php.net specific news clear and also opens the door for additional news entries, like for RC releases.
Review: Build Your Own Website The Right Way Using HTML & CSS
"A review of the SitePoint book "Build your own website the right way using HTML & CSS" "
Text Helper Class
Package: Text Helper Class Summary: Perform several types of text processing operation Groups: Databases, HTML, PHP 5 Author: Chris Lam Description: This class can be used to perform several types of text processing operations. It can: - Capitalize the first letter of all words of string - Count the number of non-whitespace characters, words, sentences in a string - Encode strings for displaying as HTML, in URLs, escaping quotes, as hexadecimal, as Javascript strings, and obfuscate e-mail addresses - Exclude given words from a string - Highlight PHP code - Indent strings - Limit the length of a string in number or words or characters - Strip consecutive whitespace characters - Word wrap strings
Lista Paginacao Class
O banco de dados usado é o MySQL. Esta classe exibe a listagem de forma agradavél formatada por arquivos CSS e Javascript. Ao passar o mouse sobre uma linha esta muda de cor ficando diferente da demais linhas.
More Articles:
Community News: Zend Framework 1.0.0 Released
Here's some of the release announcement: Many thanks to the scores of PHP developers who have worked for many months to make this product milestone possible. Zend Framework has followed a mission to provide classes that are extremely simple, yet powerful and extensible.
IPhone Security Concern
Press 4 to go to Personal Options. Press 2 to go to Administrative Options. Press 1 to go to Password. Press 2 to turn your password On. Thanks for the reminder, Nitesh! Posted Mon, 02 Jul 2007 03:11:06 GMT in Chris Shiflett's Blog
Brute Force
It traverses a given text string and find all characters that match a given pattern of characters. The strings of consecutive characters that match the pattern are passed to a given callback function for arbitrary processing. The patterns of characters to match can be given as an array of characters strings, or a string that specifies that the match of characters in lower case, upper case, numeric, alphanumeric with lower or upper case, or all characters.
Multi-thread Simulation
When the thread request script ends, the return values of the called function is returned as a serialized string. The calling script can execute other tasks while the thread script runs. The results may be collected later when the thread script ends.
Zend Framework 1.0.0 Version Finale
Le but du framework est d'accélérer et de faciliter ces développements. Voici une liste non exhaustive de ses fonctionnalités : Implémentation de l'architecture Modèle Vue Contrôleur (MVC). Classe d'abstraction de base de données. Module de génération de documents PDF.

Leave a Reply