Re: CakePHP versus Symfony ?

2007-03-03 Thread snowdog
For me the most important is that Cake is much easier to use on shared server (doesn't need shell access), most of my websites for small/ medium companies are located on shared host. And of course has LESS configuration files... On 2 Mar, 19:39, surfivor [EMAIL PROTECTED] wrote: Could anyone

Re: CakePHP versus Symfony ?

2007-03-03 Thread [EMAIL PROTECTED]
Symfony currently has a better datalayer then cake . It uses propel, a ORM solution. with cake we still work with (unconvenient) data- arrays iirc the cake 2.0 release will contain an object-based datalayer (written by the cake team) On Mar 3, 9:11 am, snowdog [EMAIL PROTECTED] wrote: For me

Re: CakePHP versus Symfony ?

2007-03-03 Thread Dr. Tarique Sani
On 3/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Symfony currently has a better datalayer then cake . It uses propel, a ORM solution. with cake we still work with (unconvenient) data- arrays Depends on how you look at it - there are situations where the data[ ] is a convinient thing

Re: CakePHP versus Symfony ?

2007-03-03 Thread John David Anderson (_psychic_)
On Mar 3, 2007, at 2:52 AM, [EMAIL PROTECTED] wrote: Symfony currently has a better datalayer then cake . It uses propel, a ORM solution. with cake we still work with (unconvenient) data- arrays Choice 1: Objects with XML files you have to maintain Choice 2: Arrays, and a hot poker in my

Re: CakePHP versus Symfony ?

2007-03-03 Thread surfivor
On Mar 2, 2:02 pm, Christian Winther [cwi.dk] [EMAIL PROTECTED] wrote: Did you even bother to search the group or google before asking ?. I spent well over an hour on the internet trying to research cakePHP, Symfony, CodeIgniter, Radicore etc. I installed CodeIgniter and got a simple

Re: CakePHP versus Symfony ?

2007-03-03 Thread nate
Hi surfivor, thanks for asking; it's important that this discussion comes up from time to time, as the state of affairs in both frameworks continue to change. In a presentation I gave a few months ago, I compared Cake to a couple other popular frameworks out there. For me, Symfony can pretty

Re: CakePHP versus Symfony ?

2007-03-03 Thread CraZyLeGs
cakePHP works in php4 and php5. On Mar 3, 3:13 pm, nate [EMAIL PROTECTED] wrote: Hi surfivor, thanks for asking; it's important that this discussion comes up from time to time, as the state of affairs in both frameworks continue to change. In a presentation I gave a few months ago, I

Re: CakePHP versus Symfony ?

2007-03-03 Thread jonathan.snook
On Mar 3, 4:52 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Symfony currently has a better datalayer t2hen cake . It uses propel, a ORM solution. with cake we still work with (unconvenient) data- arrays iirc the cake 2.0 release will contain an object-based datalayer (written by the cake

RE: CakePHP versus Symfony ?

2007-03-03 Thread Mariano Iglesias
jonathan.snook Enviado el: Sábado, 03 de Marzo de 2007 04:15 p.m. Para: Cake PHP Asunto: Re: CakePHP versus Symfony ? Well, depends on what you consider better. As nate's example points out, Propel is extremely verbose, especially for handling conditionals (aka: criteria). I prefer Cake's approach

Re: CakePHP versus Symfony ?

2007-03-02 Thread hydra12
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of surfivor Sent: 2. marts 2007 19:39 To: Cake PHP Subject: CakePHP versus Symfony ? Could anyone point me to some significant differences between CakePHP and Symfony ? Also I am familiar with Ruby on Rails, so any similarities

Re: CakePHP versus Symfony ?

2007-03-02 Thread Michael Rubanov
Pear dependency :| On 3/2/07, surfivor [EMAIL PROTECTED] wrote: Could anyone point me to some significant differences between CakePHP and Symfony ? Also I am familiar with Ruby on Rails, so any similarities or differences there might also be usefull. -- Best Regards, Michael

Re: CakePHP versus Symfony ?

2007-03-02 Thread Mech7
From what i read you only need PEAR on your development server.Also the documentation seems to be a bit better with symfony, they have a book that is also availalbe online for free and a tutorial where the build a real world application: http://askeet.com/ Personally i never got PEAR cli working

RE: CakePHP versus Symfony ?

2007-03-02 Thread Mariano Iglesias
PROTECTED] En nombre de Michael Rubanov Enviado el: Viernes, 02 de Marzo de 2007 03:55 p.m. Para: cake-php@googlegroups.com Asunto: Re: CakePHP versus Symfony ? Could anyone point me to some significant differences between CakePHP and Symfony ? Also I am familiar with Ruby on Rails, so any

RE: CakePHP versus Symfony ?

2007-03-02 Thread Mariano Iglesias
: CakePHP versus Symfony ? Could anyone point me to some significant differences between CakePHP and Symfony ? Also I am familiar with Ruby on Rails, so any similarities or differences there might also be usefull. --~--~-~--~~~---~--~~ You received this message

RE: CakePHP versus Symfony ?

2007-03-02 Thread Mariano Iglesias
-Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Dr. Tarique Sani Enviado el: Sábado, 03 de Marzo de 2007 01:13 a.m. Para: cake-php@googlegroups.com Asunto: Re: CakePHP versus Symfony ? CakePHP apps run without any modifications in Joomla and Drupal