Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
In FlashDevelop or Flash Builder create a new Flex 4 project and add the Flextrine client side [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
Once we have defined the entities in the entities directory of the Flextrine server component it is very simple to create the appropriate database schema.
Creating [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
Now that Flextrine has been configured we need to create our entities. Entities are the objects that [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
Before using Flextrine you need to do some groundwork to get your project ready.
Download the latest version [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
UPDATED [...]
As we approach the official release date I have made available another version of Flextrine. This release adds no new functionality but upgrades various elements of the codebase to be compatible with the trunk of Doctrine 2. If you are running against 2.0.0BETA2 this upgrade will have no effect, but if you are running against [...]
Flextrine 0.5.1 has been released. The main thing that has been added is proper support for type mapping and Flextrine now supports all column types, including ‘date’ and ‘datetime’. It also has some bug fixes.
You can pick it up at www.flextrine.com
Annoyingly the NaN (not a number) value of Number objects in AS3 is often quite hard to translate into a server-side equivalent and ends up breaking AMFPHP, and apparently BlazeDS too.
Here is a simple modification that will make AMFPHP turn NaN into a PHP null value on de-serialization. Unfortunately on the return journey – trying [...]
My open source ORM project Flextrine has been chosen as one of 20 projects to present at this years Flash on the Beach, in Brighton this September. I get three hectic minutes to showcase Flextrine and try and demonstrate what it can do
If you find yourself at Flash on the Beach this year [...]
I have released the first public version of Flextrine. Its actually pretty feature rich, and I will be focusing mainly on bug fixes and stability as reports start to come back from the community leading up to the main release on 1st September.
Major features that have made it into 0.5:
Entities and the entity manager
Single and [...]