[Solar-talk] new to solar
Andreas Ravnestad
andreas.ravnestad at gmail.com
Fri Nov 3 15:47:08 PST 2006
s_m_t at libero.it wrote:
>I'm new to solar, and love it by the first sight,
>but I'm missing how the M in MVC is implemented and how
> it works... can you give me a little clue and point me to the right docs?
>a simple application to inspect is also useful.
>solar seems to miss some kind of automated code generator for new
>projects and "scaffolding" stuff, please let me know if I'm right and the
> roadmap for such features, if any.
>tnks
Hi!
I'm new to this list, and let me apologize for starting a new thread
with this reply (couldn't see another way to send you a public answer).
Anyway, the way I see it you are as of now pretty free to use any kind
of database abstraction method for Solar you'd like, including ORM's.
Personally, I prefer DB_DataObject (a PEAR-lib) for its versatility, and
DB_DataObject_FormBuilder for the scaffolding. Check it out:
http://pear.php.net/packages.php?catpid=7&catname=Database
Both of these should work just great with Solar. It's not fully
automated, but at least you'll understand 100% what's going on :)
-Andreas
More information about the solar-talk
mailing list