wrapper class

Content with Style: Fulltext searches with Xapian and PHP

PHPDeveloper.org  Wed, 11/04/2009 - 08:19

New on the Content with Style blog today there's this tutorial looking at full-text searching combining Xapian and PHP to replace the slower full-text methods in something like a MySQL database.


 

Herbet's Blog: PHP with SQL on Google App Engine

PHPDeveloper.org  Thu, 06/11/2009 - 19:37

Herbert has submitted a link to his blog that talks about using PHP on the Google App Engine including a wrapper class, pQg.

Google is now supporting 2 languages for Google App Engine: Phyton and Java.

[...] Currently focusing on how to use 'normal' SQL in PHP scripts at Google App Engine.

Topics covered so far include:


 

Davey Shafik's Blog: Debugging PDO Prepared Statements

PHPDeveloper.org  Wed, 05/20/2009 - 08:35

In a recent post to his blog, Davey Shafik looks at solving something that has "always bugged him about using prepared statements" - getting the actual query it used back out.