Hi Folks,

I've posted working code to http://www.crowefun.com/flexcrud

You can think of this as either:
a) A full working demo of Cairngorm/amfphp
or
b) A full template generator to build your base code.

It is based on:
* Adobe Flex 2
* Cairngorm
* AMFPHP (version 1.9+)
* PHP Doctrine – Database ORM (database abstraction layer)
* DaoFlex ActionScript models – I liked how they tied events to
each data change
* XPanel logging target from Farata Systems

Simply enter your database information, create the example database
(just create database, PHP Doctrine creates all the tables) and try it
out.

Note: The UnitTest's (both the PHP side and the Flex/amfphp side are
fully working here. Please LMK if you have an issue.




--- In [email protected], "dorkie dork from dorktown"
<[EMAIL PROTECTED]> wrote:
>
> it sounds very useful to me. the link doesn't seem to work for me.
> 
> On 2/24/07, Mike Crowe <[EMAIL PROTECTED]> wrote:
> >
> > Hi folks,
> >
> > I'm in the process of releasing my system generation utility via
> > riaforge.  Essentially, I'm using about 15 templates to generate >
> > 100 files.
> >
> > From a 10000' perspective, I have created a generic template based
> > system that generates:
> >
> >   * Cairngorm commands:  Get, GetAll, Save, Delete
> >   * Cairngorm events:  GetSuccess, GetFailure, etc.
> >   * Cairngorm control file
> >   * amfphp Remote Delegate
> >   * amfphp ViewObject for both Actionscript and PHP
> >   * amfphp Service dispatcher
> >   * amfphp DTO file to save ViewObject to database
> >   * Unit test structures for testing both PHP->Database and Flex-
> > >PHP->Database operations for all tables.
> >   * etc.
> >
> > I based the database on PHP Doctrine, which handles all my database
> > interaction in a very clean manner.
> >
> > Here's the help I need.  To me, I think this will be very helpful to
> > somebody *starting* a new project.  It will generate all the core
> > tables, events, commands, and directories for a basic system.
> > However, I need some review from the Flex community to tell me if
> > I'm way off base on this.  If it isn't useful, please be honest and
> > provide that feedback.
> >
> > Here's the initial wiki documenting the core.  I'll shoot to release
> > the full code tomorrow:
> >
> > http://www.your-solutions.us/doku.php/start
> >
> > TIA
> > Mike
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> > Yahoo! Groups Links
> >
> >
> >
> >
>


Reply via email to