|
Posted by Phillip Oertel on 10/24/05 18:04
hi,
"rails" is written in the ruby programming language. which has nothing
to do with php. ruby and php are different programming languages that
are used on the server-side of the web. normally you decide on one of them!
ajax in contrast is a way of updating the web browser content without
reloading the currently displayed page; to acheive that, both a client
side and a server-side language are involved.
the client side will be written in javascript (using the xmlhttprequest
object), on the server-side you are free to use any language you want,
php, ruby, java, python, perl, asp, ...
if you want to use php and ajax, maybe check out phpontrax or cakephp.
they are clones of ruby on rails.
phil
---
Jacob Friis Saxberg schrieb:
> Hello again.
>
> Is it possible to use Php, Rails and ajax via some open source system?
> How do you do it?
>
> The most important for me is to use Php and ajax.
>
> Thanks,
> Jacob
Navigation:
[Reply to this message]
|