Quantcast
Channel: FlashApe » php
Browsing latest articles
Browse All 10 View Live

Client.Error.DeliveryInDoubt

Finally getting back into using Flex again, and was trying out the Remote Object tutorial here. Everything went fine for the Hello World tutorial, but I kept getting 'Client.Error.DeliveryInDoubt'...

View Article



IMagick – ImageMagick extension for PHP

If you're spending a decent amount of time manipulating images in php using GD or command-line ImageMagick, you should check out the Imagick php extension. Imagick provides an object-oriented interface...

View Article

AMFEXT doesn’t handle incoming arraycollections

Ran into an issue today with AMFPHP trying to send an ArrayCollection...it kept choking when trying to decode the collection. I knew this was already possible, but forgot I had installed the php...

View Article

Sending Negative Integers through AMFPHP

There is a weird bug in AMFPHP regarding sending negative integers. If you try and send a number such as -87, it shows up as 4294967209 in php. I did some digging and found on the amfphp forums that it...

View Article

Flex + AMFPHP: Mapping Value Objects

Update: Added code samples to end of post. One of the issues I see a lot of with people using AMFPHP is how to properly map VO classes between Flex and php. It used to stress me out too, until I...

View Article


Cool MySQL increment/decrement value tip

I needed to adjust a value in a column in a database table by 1, for all rows. I found out you can do it easily by doing this: PLAIN TEXT PHP: $sql = "UPDATE images SET displayIndex=displayIndex +1...

View Article

Nice Yum Repository

I'd love to hear if anyone has some other recommendations, but if you're using RHEL/CentOS and you want to upgrade your php/mysql installation using Yum, you should check out the utterramblings yum...

View Article

Propel DATETIME errors

If you use the PHP ORM framework Propel, you may have hit the error "DateTime::__construct(): Failed to parse time string (CURRENT_TIMESTAMP)" when generating your php classes if a column in your table...

View Article


Frameworks 2.0

Subititled: "The Rise of 'Burger King' frameworks....'have it your way'". I am loving the new trend I'm seeing in a lot of the frameworks (both client- and server-side) I've been checking out lately....

View Article


Sending an ArrayCollection – Flex to amfphp

Here are my tweaks to amfphp for sending an ArrayCollection from Flex to amfphp. May not be the cleanest or most proper but it works. From what I understand, there is an ArrayCollection class included...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images