Re: [PHP] Re: Recommended ORM for PHP

2008-02-12 Thread Manuel Lemos
Hello, on 02/08/2008 11:51 AM Zoltán Németh said the following: >> Metabase also generates a separate class for installing or upgrading >> your database schema. If you change the definition of you objects, you >> just need to call that class to install, upgrade, downgrade your >> database schemas,

Re: [PHP] Re: Recommended ORM for PHP

2008-02-08 Thread Zoltán Németh
2008. 02. 8, péntek keltezéssel 11.38-kor Manuel Lemos ezt írta: > Hello, > > on 02/08/2008 06:15 AM Zoltán Németh said the following: > >> Another aspect is that Metastorage features what is called report > >> classes. These are classes that perform queries that you define and > >> generates SQL

Re: [PHP] Re: Recommended ORM for PHP

2008-02-08 Thread Manuel Lemos
Hello, on 02/08/2008 06:15 AM Zoltán Németh said the following: >> Another aspect is that Metastorage features what is called report >> classes. These are classes that perform queries that you define and >> generates SQL and PHP at compile time to retrieve data from the >> persistent objects for r

Re: [PHP] Re: Recommended ORM for PHP

2008-02-08 Thread Zoltán Németh
2008. 02. 7, csütörtök keltezéssel 13.15-kor Manuel Lemos ezt írta: > Hello > > on 02/07/2008 07:26 AM Zoltán Németh said the following: > >>> When creating a LAMP app, I always start by writing ORM myself. > >>> It's fun but it usually takes a long time. > >>> Besides, that always results in a t

Re: [PHP] Re: Recommended ORM for PHP

2008-02-07 Thread Manuel Lemos
Hello, on 02/07/2008 01:52 PM Nathan Nobbe said the following: >> What happens is that Propel relies on fat base classes that the >> generated persistent object classes need to inherit to do the actual >> Object-relational mapping. > > this is so that there is a customizable layer that will not b

Re: [PHP] Re: Recommended ORM for PHP

2008-02-07 Thread Manuel Lemos
Hello on 02/07/2008 07:26 AM Zoltán Németh said the following: >>> When creating a LAMP app, I always start by writing ORM myself. >>> It's fun but it usually takes a long time. >>> Besides, that always results in a toy-system, >>> I mean, that has not so many features, not so efficient non-bug-f

Re: [PHP] Re: Recommended ORM for PHP

2008-02-07 Thread Nathan Nobbe
On Feb 7, 2008 10:15 AM, Manuel Lemos <[EMAIL PROTECTED]> wrote: > What happens is that Propel relies on fat base classes that the > generated persistent object classes need to inherit to do the actual > Object-relational mapping. this is so that there is a customizable layer that will not be im

Re: [PHP] Re: Recommended ORM for PHP

2008-02-07 Thread Zoltán Németh
2008. 02. 6, szerda keltezéssel 18.50-kor Manuel Lemos ezt írta: > on 02/06/2008 11:10 AM js said the following: > > Hi list, > > > > When creating a LAMP app, I always start by writing ORM myself. > > It's fun but it usually takes a long time. > > Besides, that always results in a toy-system, >

[PHP] Re: Recommended ORM for PHP

2008-02-06 Thread Manuel Lemos
on 02/06/2008 11:10 AM js said the following: > Hi list, > > When creating a LAMP app, I always start by writing ORM myself. > It's fun but it usually takes a long time. > Besides, that always results in a toy-system, > I mean, that has not so many features, not so efficient non-bug-free. > > I