News Feed
Sections
News Archive


Community Events






feed this:

Padraic Brady's Blog:
ZF Blog Tutorial Addendum #1 Base URL, Magic Quotes, Database Schema & UTF-8
0 comments :: posted Thursday May 29, 2008 @ 16:12:03
voice your opinion now!

Padraic Brady has an addendum he's posted to his "making a blogging application with the Zend Framework" series dealing with a few random issues from along the way.

The interesting thing about live publishing of a long tutorial series is that it's not flawless. In fact it's the opposite. [...] To cover all these I'll occasionally highlight the more important ones both in notes to new entries, or where they slip past me, in Addendum entries like this one.

There's four sections in this update - one dealing with the referencing of base URLs, another worrying about magic_quotes settings, an updated database schema for the project and the final about removing non-english characters in the title URLs.

tagged with: addendum base url magicquotes database schema utf8


IBM developerWorks:
Use an XML database in PHP and Java applications
0 comments :: posted Thursday April 03, 2008 @ 09:33:36
voice your opinion now!

The IBM developerWorks site has posted a tutorial (you'll need to log in) showing how to use native XML databases to speed up development time for your applications.

Native XML databases have grown in popularity along with XML, because data is stored as native XML, rather than through tables in a traditional database. Using a native XML database means that a change to the schema requires minimal changes to your code and no change to the database. PHP and Java developers can benefit greatly from using native XML databases

IT talks about how to connect to the database (in this case DB2), grab the XML data via a query and how to insert information back in via a web-based form. There's also an example showing how to make a "search" on the data and how to change the schema of the database on the fly as well.

tagged with: xml database application tutorial db2 modify schema


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

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