Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
Hey, http://www.doctrine-project.org/documentation/manual/1_1/en Use this for Doctrine reference =) Cheers, On Tue, Apr 28, 2009 at 9:02 PM, Ajai Khattri wrote: > On Tue, 28 Apr 2009, Guilherme Blanco wrote: > >> The usage of Doctrine will never be found on Symfony tutorials... >> you can

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Ajai Khattri
On Tue, 28 Apr 2009, Guilherme Blanco wrote: > The usage of Doctrine will never be found on Symfony tutorials... > you can probably find a couple of examples in the Doctrine manual. Some docs here: http://www.symfony-project.org/doctrine/1_2/en/ -- Aj. ___

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
uot;i am currently > working with doctrine" in my last email. > > nice to see some great people are on this mailing list!!! > > sincerely, > ~rob > > > -Original Message- > From: Guilherme Blanco > To: NYPHP Talk > Sent: Tue, 28 Apr 2009 2:16 pm > Subjec

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
The usage of Doctrine will never be found on Symfony tutorials... you can probably find a couple of examples in the Doctrine manual. On Tue, Apr 28, 2009 at 4:18 PM, Ajai Khattri wrote: > On Tue, 28 Apr 2009, Guilherme Blanco wrote: > >> Specially for people like you, Doctrine provide a couple of

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread y2rob
2009 2:16 pm Subject: Re: [nyphp-talk] ORM that uses more advanced MySQL features Specially for people like you, Doctrine provide a couple of CLI tasks that can do a lot of things. For example... you can define your models into an YAML file, and simply call: php ./doctrine.php generate-m

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Ajai Khattri
On Tue, 28 Apr 2009, Guilherme Blanco wrote: > Specially for people like you, Doctrine provide a couple of CLI tasks > that can do a lot of things. Im using symfony and I know a lot of these tasks are available through the symfony CLI tool. But Im new to Doctrine in symfony (still learning it).

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
sorry for going on the tangent > > -Original Message----- > From: Guilherme Blanco > To: NYPHP Talk > Sent: Tue, 28 Apr 2009 12:46 pm > Subject: Re: [nyphp-talk] ORM that uses more advanced MySQL features > > Doctrine_View is able to handle views in any DBMS. > > Also,

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread y2rob
ps - sorry for going on the tangent -Original Message- From: Guilherme Blanco To: NYPHP Talk Sent: Tue, 28 Apr 2009 12:46 pm Subject: Re: [nyphp-talk] ORM that uses more advanced MySQL features Doctrine_View is able to handle views in any DBMS. Also, you can manually map

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
Doctrine_View is able to handle views in any DBMS. Also, you can manually map the view if you want to work on updatable views, just like Oracle supports. Stored procedures works on the fly, just like a common function call. Doctrine does something like that: In case DQL can interpret it, apply th

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Marcelo Araujo
Since when, Guilherme? On Tue, Apr 28, 2009 at 1:31 PM, Guilherme Blanco wrote: > www.doctrine-project.org > > =) > > On Tue, Apr 28, 2009 at 1:08 PM, Ajai Khattri wrote: >> >> Does anyone know of an ORM that can use views and stored procedures in >> MySQL? > -- > Guilherme Blanco - Web Develope

Re: [nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Guilherme Blanco
www.doctrine-project.org =) On Tue, Apr 28, 2009 at 1:08 PM, Ajai Khattri wrote: > > Does anyone know of an ORM that can use views and stored procedures in > MySQL? > > > -- > Aj. > > ___ > New York PHP User Group Community Talk Mailing List > http://l

[nyphp-talk] ORM that uses more advanced MySQL features

2009-04-28 Thread Ajai Khattri
Does anyone know of an ORM that can use views and stored procedures in MySQL? -- Aj. ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php