PHP5 comes with a complete reflection API that adds the ability to reverse-engineer classes, interfaces, functions and methods as well as extensions. Additionally, the reflection API also offers ways of retrieving doc comments for functions, classes and methods.
The reflection API is an...
The incredible new TerranTribune template features a lightning fast and clean news / magazine style design with one of the most versatile layouts we’ve ever assembled. An amazing 32 module positions allow for up to 7 columns of content as well as built in support for multiple standard advertising...
Rasmus Lerdorf is undoubtedly the most famous Greenlandic geek alive. Having created PHP as a bunch of hackish scripts to support his website in 1995, he turned it into a powerful, fully fledged language that's now used by millions around the world.
Linux Format magazine caught up with him...
This amazon script was originally developed by Uioreanu Calin in 2002, in this version we have adapted it for easier reading and editing, we always found the original version a great help but such a chore to find your way around with redundant files often getting in the way.
The Amazon Web...
Posted under Article, PHP on Monday, 21 September 2009 by rueben
The #debian IRC channel on freenode very often sees people who don’t know how to get PHP running with Apache. This is nearly always caused by missing packages – particularly the Apache mod_php module.
It is very simple to get a basic setup running – depending on the version of Apache and...
PHP and C# common encryption and decryption function class, Use of 3DES encryption and decryption:
PHP encryption and decryption functions:
C# encryption...
Very quickly, another thing that I typically like to do on my server boxes is allow root access to my Mysql database from remote computers. I don’t forward the port through my router and I use a very secure password (doesn’t everyone?). I don’t want to create a security risk, I just want to...
Posted under Article, PHP on Thursday, 3 September 2009 by rueben
Hi there peoples,
This is a currency converter, built with a combination of javascript and php, which uses an XML feed from http://www.ecb.int/ to get up to date exchange rates. I know the xml handling is not very elegant, but it is functional Additions/comments/corrections welcome...
Here are some very useful PHP class library, I believe than can help you better and faster development.
Chart Library
The following class library allows you to create complex charts and pictures. Of course, the need for GD library support.
pChart - a chart-drawing PHP library.
Libchart -...
This article is modeled . NET Delegates: AC # Bedtime Story realization of the function of
the Java code, schedule, there is no written text stories. See the original link.
Interfaces:
Events:
Work Events.
Life events (2 class).
Listener:
Event...
PHP array, associative array, object properties, function table, symbol table, and so on are used for the container to do HashTable.
PHP used the Hash is the most common DJBX33A (Daniel J. Bernstein, Times 33 with Addition), this feature has been widely used with a number of software projects,...
If a method can be static, declare it static. Speed improvement is by a factor of 4.
echo faster than print.
Use echo's multiple parameters instead of string concatenation.
Set the maxvalue for your for-loops before and not in the loop.
Unset your variables to free memory, especially...
A large number of PHP Open Source Applications to change the world, change the Internet, we conclude the following from the database to the shopping, blog and many other types of open-source PHP software for web developers reference.
Blog: WordPress
WordPress is to use PHP to develop a...
As a Java programmer, for JavaBean Perhaps you will be very familiar with; its role in the multi-layer system, the name has a different PO, VO, DTO, POJO, DO (Domain Object). However, it is a Class, put on some properties and their setter/getter methods. Although we now rarely to EJB 2.0 and...