Where can I find online PHP code snippets (e.g. a tutorial) for performing various CRUD operations on a flex-object “record”?
Bonus points if the tutorial also addresses how to “join” 2 flex-objects and query the result.
Thanks in advance.
@boatful, Did you have a chance to read the docs on Flex Objects and try the demo using ‘Contacts’?
Bonus points if the tutorial also addresses how to “join” 2 flex-objects and query the result.
You’re using RDMS terminology, but Flex Objects is not some kind of relational database…
Let’s focus on PHP/CRUD syntax.
- How (in php) does one lookup a single item/record in a flex collection and then a) update or b) delete that item/record?
- How (in php) does one create a unique/new item in a flex collection?
The PayPal IPN listener I’m building needs these capabilities and I’m looking for PHP code snippets to point the way.
Thanks.
@boatful, Let’s focus on my previous question first:
Did you have a chance to read the docs on Flex Objects and the demo using ‘Contacts’?
And I would like to add: Did you have a chance to search this forum?
The PayPal IPN listener I’m building needs these capabilities
Does this really need to be implemented in Flex? Do you have (tens of) thousands of objects to manage?