[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 experience with one of them? How can I use JQuery with
 them? Any article or tutorial I can read?
 
 Thanks,
 rics
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Using-JQuery-with-PHP-Frameworks-tp14664189s27240p14665274.html
Sent from the jQuery General Discussion mailing list archive at Nabble.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 I have 
preferred to use
the Head helper that simply allows you to inject your code in the 
head part of the

html from any view.

Olivier


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 experience with one of them? How can I use JQuery with
them? Any article or tutorial I can read?

Thanks,
rics



  




[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 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 experience with one of them? How can I use JQuery with
  them? Any article or tutorial I can read?
 
  Thanks,
  rics
 
 
 
 

 --
 View this message in context:
 http://www.nabble.com/Using-JQuery-with-PHP-Frameworks-tp14664189s27240p14665274.html
 Sent from the jQuery General Discussion mailing list archive at Nabble.com
 .




-- 
Yılmaz Uğurlu ~ jabber : [EMAIL PROTECTED]  ~ http://www.2nci.com ~ İzmir


[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 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] wrote:
 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 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 wondering wich
 one works better with JQuery. I will use Zend Framework or CakePHP.
 Not decided yet.

 Do you have any experience with one of them? How can I use JQuery with
 them? Any article or tutorial I can read?

 Thanks,
 rics