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
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 ?
Sachin S. Kewale
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. Mrz 2012 08:42:16 UTC+1 schrieb sachin:
REST is the best choice, don’t wanto mess your code using non standard
solutions
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs