Re: [jQuery] php frameworks

2006-12-05 Thread digital spaghetti
f you don't want to start from scratch but have the flexability to add your own functioanlity and have jQuery at the core, then Drupal is excellent It has really good open standards. There are lots of great core and 3rd party modules available for example in Core you have database functions, a

Re: [jQuery] php frameworks

2006-12-05 Thread SDisk SDisk
I'd recomened you CakePHP or CodeIgniter. Nowadays, I use CodeIgniter because is more easy than CakePHP but CakePHP has more posibilities like CakeAMFPHP for Flash communication between Flash and PHP. A Model-View-Controller framework, I think, is the best model for programming :) I use

Re: [jQuery] php frameworks

2006-12-05 Thread Fil
I would mention SPIP, which now includes jquery in it dev version (used at www.monde-diplomatique.fr) Of course it's ZE BEST software. You can trust me on this, as I'm one of its immodest developers ;) http://www.spip.net/ Unfortunately it's not well known in the English-speaking community.

Re: [jQuery] php frameworks

2006-12-05 Thread Juha Suni
One more vote for CakePHP. It has evolved rapidly and I can't see the pace slowing down. It's own ajax-helpers use the prototype library, but building your own to use jquery is a flash. -- Suni___ jQuery mailing list discuss@jquery.com

Re: [jQuery] php frameworks

2006-12-05 Thread MichaL Sanger
2006/12/5, bmsterling [EMAIL PROTECTED]: Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. If you use a php frame work can you post a url and why you like it? Take a look at Seagull

Re: [jQuery] php frameworks

2006-12-05 Thread Olivier Percebois-Garve
Cake +1 its just the most serious, advanced, elegant php framework. CI is easy to use, but less powerful. Not sure it can scale well. Symfony implies a lot of configuration and scales bad. On 12/5/06, MichaL Sanger [EMAIL PROTECTED] wrote: 2006/12/5, bmsterling [EMAIL PROTECTED]: Hey

Re: [jQuery] php frameworks

2006-12-05 Thread Philippe Auriol
Hello, SPIP+1 I've tried lots of CMS and SPIP is of course the best one for me. And it is jquery'sInside and the most customisable I know. At least, it is also a fantastic community which is present on freenode for irc just like jquery : irc://irc.freenode.net/spip Le 5 déc. 06 à 11:09,

Re: [jQuery] php frameworks

2006-12-05 Thread bmsterling
Thanks for all the great responses; truly did not think I would have this much to read in the morning. AHeimlich: I agree the zend framework looks pretty good; my question is, why did it take so long for zend to jump on the framework bandwagon. Brice Burgess, Will Jessup: I looked at symfony

Re: [jQuery] php frameworks

2006-12-05 Thread Felix Geisendörfer
Clodelio Delfino, Felix Geisendörfer, SDisk SDisk,Olivier percebois-Garve : CodeIgniter looks good, the videos make me want to buy. I am no supporter of CodeIgniter ; ). Jon Baer-2, Felix Geisendörfer, SDisk SDisk, Juha Suni, Olivier percebois-Garve : CakePhp looks a bit complitcated, IMO,

[jQuery] php frameworks

2006-12-04 Thread bmsterling
Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. If you use a php frame work can you post a url and why you like it? Thanks, Ben -- View this message in context:

Re: [jQuery] php frameworks

2006-12-04 Thread Aaron Heimlich
On 12/4/06, bmsterling [EMAIL PROTECTED] wrote: Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. The Zend Framework[1] is still being developed (0.6 is due sometime later this month), but IMO it

Re: [jQuery] php frameworks

2006-12-04 Thread Brice Burgess
Aaron Heimlich wrote: On 12/4/06, *bmsterling* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hey all, A partially non-jquery question, anyone use any php frameworks? I was looking at the zend framework, but not sure if it is any good. The Zend Framework[1] is still

Re: [jQuery] php frameworks

2006-12-04 Thread Clodelio Delfino
For me, i'd recommend CodeIgniter... http://www.codeigniter.com, this framework works in PHP4 and PHP5 and follows MVC pattern.It has an easy to follow Documentation, examples and responsive community. CI + JQuery... no more, no less... c,) Cheers cdelfino Aaron Heimlich wrote: On 12/4/06,

Re: [jQuery] php frameworks

2006-12-04 Thread Larry Garfield
I actually have to look into several frameworks at work very soon, so I'm interested in this subject as well. :-) Depending on what you're building, a CMS/framework hybrid like Drupal[1] could be useful. It's widely used, very flexible, and version 5 (now in beta 2 release) has adopted jQuery

Re: [jQuery] php frameworks

2006-12-04 Thread Felix Geisendörfer
CakePHP is what I'd recommend you. Besides being a part-time jQuery evangelist I truly belong to the church of CakePHP as well. Other then the Zend framework it is not only a loose collection of useful code, it is actually a very elegant organizational structure to put your code in. It was