Another released of Flextrine! Since 0.6.1 there have been a number of changes to the Flextrine core. The entity merging algorithm has been altered to take better advantage of Doctrine 2 merging giving us a hefty performance boost (thanks for Benjamin Eberlei at Doctrine for pointing this out), the requirement to use $_explicitType in Doctrine [...]
Android 2.2 got rolled out for my HTC Desire this afternoon, and I am both pleased and surprised to report that Flextrine runs on it without any problems!
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
I hope that this tutorial has given you some insight into the power of Flextrine. In fact there are many areas of Flextrine that we [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
Once an entity is in an EntityRepository (either because it was loaded from the database or it was persisted) it is known as a MANAGED [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
Deleting entities is very simple. Update the delete button MXML tag to call onDeleteClick() when clicked, and to only be enabled if there is a [...]
Introduction Setting up the server Creating the entities Creating the database schema Loading the entities Creating new entities Deleting entities Updating entities Conclusion
To add new entities to the repository we use the EntityManager.persist() method. Let’s link up the Add [...]
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 [...]