hi all, can we integrate or call php function from rails application ? I have to integrate the my application with flipkart''s shopping cart api. is any one used such api for shopping cart ? thanks in advanced. -- Sachin S. Kewale -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
vierundsechzig-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org
2012-Mar-22 08:08 UTC
Re: integrating PHP and Ruby On Rails
check out if they have a REST-api and access this API using one of the numerous tools available like ActiveResource or HttpParty. If they don''t have a REST-API, talk them into adding one, there are also numerous php-Tools out there that will help you do that. You probably do not want to go down the road of calling php from rails directly, this is possible but very likely to get very messy. cheers Stefan Am Donnerstag, 22. März 2012 08:42:16 UTC+1 schrieb sachin:> > hi all, > can we integrate or call php function from rails application ? I have to > integrate the my application with flipkart''s shopping cart api. > is any one used such api for shopping cart ? > > thanks in advanced. > -- > Sachin S. Kewale >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/SPAb4JTxgfgJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
REST is the best choice, don''t wanto mess your code using non standard solutions On 22 mar, 04:42, sachin kewale <sachinkew...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > can we integrate or call php function from rails application ? I have to > integrate the my application with flipkart''s shopping cart api. > is any one used such api for shopping cart ? > > thanks in advanced. > -- > Sachin S. Kewale-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.