News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

PHPBuilder.com.au:
Executing queries with phpMyAdmin
0 comments :: posted Friday May 02, 2008 @ 11:18:36
voice your opinion now!

PHPBuilder.com.au continues their look at using phpMyAdmin in this new part of the series today. This new article focuses on using the interface to make queries against the data in your tables.

The previous article gave you an overview of the phpMyAdmin interface and functionality. It's now time to dive in further and learn how to construct and execute queries.

They show (complete with screenshots) how to use the GUI to build the different parts of your query - a simple SELECT statement with a join pulling together the customer information and their addresses.

tagged with: phpmyadmin screenshot tutorial build query


Raphael Stolt's Blog:
Hooking a Growl publisher plugin into Xinc
0 comments :: posted Friday April 18, 2008 @ 12:59:47
voice your opinion now!

Raphael Stolt, with some time on his hands, set up a local copy of Xinc, the "shiny new Continuous Integration(CI) server" as hosted on the Google code site and spent some time working with it:

Since then the idea of building a Growl publisher plugin for Xinc was traveling my mind repeatedly, so the following post will break this circle and show a possible approach to build such a plugin, which can be used to notify the build result for continuously integrated projects and thereby provide an on-point/immediate feedback.

He includes the plugin class (ready for cut&paste) as well as the task definition and how to hook it all in to the Xinc build system. There's also a little example of it in action - a happy/sad indicator showing if the build failed or was a success, right there on the desktop.

tagged with: xinc continuous integration server grown notification macbook build

Matthew Turland's Blog:
Custom building php on windows and linux
0 comments :: posted Friday March 21, 2008 @ 10:48:09
voice your opinion now!

A while back Mathew Turland posted a guide for getting a custom version of PHP compiled on a Windows machine.

At the encouragement of Elizabeth Smith, I went through the process (not-so-recently as of this blog entry) of compiling PHP on Windows.

He gives his "laundry list" of things to download/have access to and the link to Elizabeth's tutorial handy. Matthew found a few differences in his compile - an issue with IPv6 support and a pathing problem with the scripts trying to find libmysql.dll. He also throws in his instructions on getting aspell support compiled in.

tagged with: custom build windows linux aspell elizabethsmith

DevShed:
A Quick Overview of the XML DOM Extension in PHP 5
0 comments :: posted Tuesday February 26, 2008 @ 12:26:00
voice your opinion now!

DevShed has started up a new tutorial series today with part one of their overview of the DOM extension that's included with PHP5:

Simply put, the DOM XML extension, as its name suggests, will permit you to work on XML documents by way of the DOM API. [...] In this article series I'll be discussing some of its most relevant methods and properties and accompanying all of these explanations with concise and instructive hands-on examples.

They look at using the DOM to create new documents, modify documents by adding additional nodes and converting over a SimpleXML document to be manipulated.

tagged with: dom extension tutorial php5 build modify simplexml


pecl releases zend PHP5 application security conference book release framework zendframework package code database mysql developer ajax cakephp job PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework