MAX Lab Session Material: Creating Data Centric Applications using Flash Builder and PHP
The version of WAMP which was installed on the lab machines can be downloaded from here.
Finally, in case you have any queries please post them at the Adobe Labs Forums.
Other References
Tour De Flex
Flex Devnet
Flash Builder 4 Tutorials
Flash Builder 4 Beta 2 and Flex 4 Beta 2 training videos
Howto: Use createItem method of the generated sample PHP file
The generated sample PHP in FB has 5 methods/functions:
- getAllItems()
- getItem($itemID)
- createItem($item)
- updateItem($item)
- count()
- getItems_paged($startIndex, $numItems)
These methods help you easily use the client side data management functionalities of FB. Before we reach the final goal of using client side data management, we'll explore how these methods would be used conventionally.
My previous post explained how you can connect to the getAllItems() method of the generated file. This post I'll explain how to configure and use the createItem method.
Video - http://my.adobe.acrobat.com/p15003296/
Next post I'll cover delete and update.
Enjoyyy!!!