On 2/28/07, Graham Higgins <[EMAIL PROTECTED]> wrote:
> On 28 Feb 2007, at 07:01, Mike Orr wrote:
> > On Feb 27, 2007, at 12:58 PM, Christoph Haas wrote:
> >> AFAIK there is a plan to write a more complete handbook for Pylons at
> >> http://pylonshq.com/project/pylonshq/wiki/DocLayoutProposals
> >
> > I added a few things including an introduction/history, what are
> > sessions/templates, other deployment strategies (standalone
> > httpserver, mod_scgi + SWUP, mod_wsgi), and setting up a daemon.
>
> One observation: the section on CRUD might need prefacing by a
> section on ORM in order to provide a grounding referent.
You can edit the wiki page and add this. I tried to but I don't know
what exactly to put. Currently it contains:
# CRUD
* Common action layout for CRUD
* Using map.resource with the common layout
# Databases
* Setting up SQLAlchemy
* Configuring and using it with CRUD/Forms
I don't know what's intended to go in the CRUD section, so could
somebody add details? SQLAlchemy has four parts: install, connect,
SQL building, and ORM. How much of that belongs before CRUD and how
much after depends on... whatever the CRUD chapter says.
Introducing generic ORM and then CRUD and then SQLAlchemy's ORM sounds
a little convoluted. We need to point out that the database can be
used without ORM. Especially because some users (like me) understand
non-ORM access easier, and would throw up our hands trying to
understand ORM sessions and flushing et al.
--
Mike Orr <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---