Re: Web Service cakePHP

2010-02-17 Thread ivan
You can give me tutorial about REST cakePHP? please help me this
tutorial.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-17 Thread ivan
You have the best tutorial about REST cakePHP? please give me this
tutorial or recommendation tutorial about this.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-16 Thread ivan
what with REST cakePHP, we can send many data (array)? What easy to
implementation is it?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-16 Thread ivan
What you have the best recommendation tutorial about make REST with
cakePHP? please give me simple helper but the best helper. At now i
make final task in my university. Thanks before. God Bless You all.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-16 Thread Chad Smith
I agree with cronet,

It's revolutionary for a PHP Framework to have an API built into it
natively.  Look at the others out there Symfony, CodeIgniter, Zend ...
do they have a built-in already configured REST API for the data?  Not
that I know of.

So it doesn't support SOAP.  With The Easy API : http://theeasyapi.com
we found that most people don't like SOAP.  They greatly prefer a REST
interface that's using POST, or GET for most of the heavy lifting.
Take a look at this industry staple in the API world  :
http://www.programmableweb.com/apis ... notice that 70% prefer the
REST architecture opposed to just a mere 19% who prefer SOAP.  That
should really hit home right there.  There is no advantage to using
SOAP in my opinion.

Take care, and what is your application?  The Easy API is always on
the lookout for strong stable API's to add in.
Chad

On Feb 16, 3:46 am, cronet  wrote:
> you could add soap support simply by loading a soap class (e.g.
> nusoap) as vendor...
> It's much simpler using the built in rest functions... but that
> depends on what webservice you want to create or use.
>
> On 15 Feb., 10:43, ivan  wrote:
>
> > What cakePHP support REST only? What cakePHP support SOAP? and What
> > you have more teory about webservice in cakePHP? thanks before.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-16 Thread cronet
you could add soap support simply by loading a soap class (e.g.
nusoap) as vendor...
It's much simpler using the built in rest functions... but that
depends on what webservice you want to create or use.

On 15 Feb., 10:43, ivan  wrote:
> What cakePHP support REST only? What cakePHP support SOAP? and What
> you have more teory about webservice in cakePHP? thanks before.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-15 Thread ivan
What cakePHP support REST only? What cakePHP support SOAP? and What
you have more teory about webservice in cakePHP? thanks before.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-14 Thread Chad Smith
Ivan,

You can check out CakePHP's REST implementation: 
http://book.cakephp.org/view/476/REST

REST is by far the most common way of having an API be built.  It's
not how http://theeasyapi.com was done because we needed more security
than that but it's a way of having it be done.

Take care,
Chad

On Feb 12, 10:34 pm, ivan  wrote:
> I need a complete theory as WebService cakephp cakephp full theory
> itself. Please give me solution. thanks before you help me. God Bless
> You.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-13 Thread ivan
I need a complete theory as WebService cakephp cakephp full theory
itself. Please give me solution. thanks before you help me. God Bless
You.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-13 Thread ivan
What you have link web (URL), where i can see and know teory about
webservice in cakePHP? In goole many tutorial but not teory for this
topic. I will references this topic to my final task in my university.
I very hope you can help me. I'm confuse so searching this topic. In
my final task i will make application web bible and have webservice
the bible.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Web Service cakePHP

2010-02-12 Thread Chad Smith
Ivan,

I know there are a lot of Web Services out there that are using cake.
Mostly because Cake offers a lot of flexibility with the ability of
creating subdomains and using the bootstrap file to grab the subdomain
and pass the $_GET['url'] with the name of the account being the
subdomain.

I've setup a major service named The Easy API, you can find it at
http://theeasyapi.com what we do is provide an API that interfaces and
standardizes other API's together into one commonly accessible API.
Another one I setup is County Criminal at http://www.countycriminal.com
where it offers an API in the backend and also uses a lot of sub-
domain rewriting but is all done with cake.

Web services have a lot of advantages, the main one being the ability
to update your code without having to send program updates.  It also
allows you to have control over security and new features.  Web
services are really powerful because it doesn't rely on the person who
is using the web service's server.  Most the time when you get new
software the software has to ensure it will work on whatever machine
it's going on.  Not true with Web Services, since the modern web
services operate without dependencies on the remote server.

Take care and hope I answered your question,
Chad

On Feb 10, 11:52 pm, ivan  wrote:
> Please give me teory to webservice cakePHP. How webservice CakePHP
> work? What the advantages of using webservice in cakePHP?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Web Service cakePHP

2010-02-10 Thread ivan
Please give me teory to webservice cakePHP. How webservice CakePHP
work? What the advantages of using webservice in cakePHP?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en