Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘class’

30 Useful PHP Classes and Components

Friday, May 30th, 2008

PHP Impact collected nice collection of useful PHP classes and components for your PHP applications. In this post you would find tools for databases, security, images and much more.

Simplicity and extensibility are the main reasons why PHP became the favourite dynamic language of the Web. In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »

Understanding object orientated programming in PHP5

Thursday, May 29th, 2008

If you searching good way of understanding and learn object orientated programming in PHP5. Take a look on this interesting presentation.

Post tagged with: ,

Posted in Advanced, Beginners | No Comments »

Create XML document with PHP DOM

Thursday, May 15th, 2008

“XML is future of web” phrase that slowly but comes to be true. So every PHP developer should know how to create XML documets. One more article from Mind Tree about dynamic XML document creation with PHP DOM class show how to create XML documents in the easiest way.

When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. Examples of this include an XML order template based on user input in a Web form, or an XML representation of a server request or client response based on run-time parameters.

You would learn basics of XML and how to format XML documents. Useful code snippets for your future programming.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »