Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

Web DevCon 2011

Posted on : 30-09-2011 | By : admin | In : PHP Basics, php news

0

The Web DevCon 2011, the conference for web developers, will take place from 17th – 18th of October 2011 in the InterContinental in Hamburg (Germany). Web DevCon features trends, solutions and know-how for web developers: From web technology and web architecture to programming languages such as php, java and ruby as well as web frameworks and development tools. The event is aimed at web programmers, web designer, webmaster, software developers, agencies and project managers from advertising- and media agencies

Continue reading here:
Web DevCon 2011

dbORM

Posted on : 30-09-2011 | By : admin | In : PHP Classes

0

This class can generate classes to access MySQL tables as objects.

Here is the original post:
dbORM

SCache simple data caching class

Posted on : 29-09-2011 | By : admin | In : PHP Classes

0

This class can cache content data strings in files. It can write arbitrary data from given content strings in cache files located in a given directory. The class can also retrieve data from cache files if they already exist and they were not created before than a period longer than the expiry time.

View original post here:
SCache simple data caching class

PHP Handyman

Posted on : 28-09-2011 | By : admin | In : PHP Classes

0

This class can dynamically add functions to an object. It can register a global function to an object of the class which is called when a function with the same name is called on that object. The class can also register other classes which will be called when functions of the object are called for which there is a function with the same name in the registered classes.

Read more:
PHP Handyman

Geo Tools

Posted on : 27-09-2011 | By : admin | In : PHP Classes

0

This class can perform several types of calculations with geographic coordinates. It can take the longitude and latitude of two points in the Earth globe and perform calculations like the surface distance between those two points using the Havesine formula, the initial bearing angle. The class can also mirror a bearing angle over the x or the y axis, or calculate of coordinates of a location that is at the distance of another location with a given bearing angle

Read the original post:
Geo Tools

PHP 5.4 beta1 released

Posted on : 26-09-2011 | By : admin | In : PHP Basics, php news

0

The PHP development team is proud to announce the first beta release of PHP 5.4. PHP 5.4 includes new language features and removes several legacy (deprecated) behaviors

Originally posted here:
PHP 5.4 beta1 released

RetinaPost antispam and engagement

Posted on : 25-09-2011 | By : admin | In : PHP Classes

0

This class implements CAPTCHA validation using RetinaPost service. It generates HTML to display challenge that they must respond to demonstrate they are real human users using the RetinaPost service.

Follow this link:
RetinaPost antispam and engagement

Oracle Connection Manager

Posted on : 23-09-2011 | By : admin | In : PHP Classes

0

This class can establish connections with Oracle databases. It takes as parameters the user name, password and the connection server, port, SID and the connection description

Read more here:
Oracle Connection Manager

Mini HTML Helper

Posted on : 22-09-2011 | By : admin | In : PHP Classes

0

This class can display links with CSS based tooltips. It can generate HTML for a link with a given text using CSS to make a tooltip show when the user drags the mouse over the link. The class can use custom HTML for the link and the tooltip, as well show an icon image near the link

Follow this link:
Mini HTML Helper

User Roles

Posted on : 21-09-2011 | By : admin | In : PHP Classes

0

This class can manage the roles of users stored as bit masks. It can load a PHP file that returns an array which defines the names of the roles that users may have.

See the original post:
User Roles