[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Collin Allen
I've successfully used jQuery with Zend Framework and found it a nice fit. I made heavy use of their JSON encoder to get data back and forth between the server and client side. On Jan 7, 3:57 am, rics <[EMAIL PROTECTED]> wrote: > Hello, > > I wish to start usign some PHP framework soon and was w

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread rics
Nope. Just looking some framework that can help me develop faster and better. But I just learned JQuery and the things I can do with it are amazing. I don't want to stop using it just because I can't put it to work with the new framework. :D On Jan 7, 8:08 am, "Mike Schinkel" <[EMAIL PROTECTED]

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Bernd Matzner
I have used both CodeIgniter and Zend Framework with jQuery using progressive enhancement and ajax and can recommend both. CodeIgniter is nice for getting started using a MVC framework. ZF is more powerful and good to integrate in existing applications. There's a nice CodeIgniter tutorial at http

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Mike Schinkel
rics wrote: > I wish to start usign some PHP framework soon and was > wondering wich one works better with JQuery. I will use Zend > Framework or CakePHP. > Not decided yet. Are you looking for a framework for creating RESTful web services for use with jQuery, or something else? -Mike

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Yılmaz Uğurlu
I recommend Symfony [1] with "Unobtrusive JavaScript Plug-In" [2]. It dynamically generated javascript from your php code. [1] http://www.symfony-project.org/ [2] http://trac.symfony-project.com/wiki/sfUJSPlugin 2008/1/7, Eridius <[EMAIL PROTECTED]>: > > > > Well not sure if thier will be an com

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Olivier Percebois-Garve
hi I used jquery with cake. In cake 1.1 Prototype is used as javascript helper for AJAX, etc but you are free not to use it. I think there is a helper that has be made specifically for jquery, a port of phpQuery if I remember right. Personally I do not like much helpers to generate js code, so

[jQuery] Re: Using JQuery with PHP Frameworks

2008-01-07 Thread Eridius
Well not sure if thier will be an complications I would recommend using Codeigniter. rics wrote: > > > Hello, > > I wish to start usign some PHP framework soon and was wondering wich > one works better with JQuery. I will use Zend Framework or CakePHP. > Not decided yet. > > Do you have any