Wild Web Works Inc.

April 14, 2009

Using Value Objects in Postgres and Flex

Using VO records with the Postgres/PHP/Flex trio is the way to go. It guarantees that your objects come over in the correct format in direct correlation to what you have going on in all three programs. ZendAMF really likes VOs, too.

(more…)

April 2, 2009

Actionscript vs Postgres – Boolean Values

Actionscript does not send boolean values that Postgres can take. You need to work a little magic on the way over.

(more…)

April 1, 2009

Database Connection Class – Flex,PHP,Postgres

We reuse our database connection many times throughout our code.  The call is a bit complex and continually copying it was a waste of space.  We came up with a class. This is the DBConnection.as page in its entirety.

(more…)