Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   Give me your best answer (http://siteownersforums.com/showthread.php?t=141211)

thomosmax 05-07-2014 06:16 PM

Give me your best answer
 
What is difference between ruby on rails and PHP and which one is better for my website?

deadmix 05-21-2014 08:40 AM

The talk is not what is best of your site, the thing is what environment you prefer to Develop your website : Ruby ir Rails !

koyal 06-05-2014 10:53 PM

PHP Function

function say_hello($name) {
$out = "Hello $name";
return $out;
}
Ruby Function

def say_hello(name)
out = "Hello ${name}"
return out
end


All times are GMT -7. The time now is 06:10 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.