answersLogoWhite

0

Is PHP used at all with Ruby On Rails?

User Avatar

Mbud

Lvl 1
16y ago
Updated: 8/16/2019

Ruby On Rails is a completely different scripting engine. In ROR, most of the code is not necessary as the software automatically maps the database data, the script and the template together, as it uses the Model View Controller setup. To achieve the same thing in PHP you need to manually code it.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Year developed of ruby on rails?

Ruby on Rails was developed in 2003 as a code base solution for Basecamp by David Heinemeier Hansson. It was extracted and released as an open source code in 2004. Since then, RoR has been updated several times and is currently on version 5.1.2. Throughout all its changes, Ruby on Rails has held to three basic principles, 1. Ruby programming language, 2. Model-View-Controller Architecture, 3. Programmer Happiness.


All programs written for today's PCs are compiled as?

No, some of them are not compiled, but interpreted (languages perl, python, php, ruby etc,).


What does a PHP 5 ChangeLog do?

PHP is a scripting language this is used for web development. The PHP 5 ChangeLog is log which lists all of the fixed bugs on PHP Version 5. This can be found on the PHP website as a point of reference.


Is it possible to have a bilingual blog?

Technically, yes. Most (I cannot allege that "all") blog engines or programmes (that use PHP or RAILS) support multiple languages. The remaining question is: Who are your readers?


What programming language is used to develop facebook?

Different languages like Java, Python, PHP, C++ and Ruby building its stack that allows to all languages stated to interoperate.


Why all programmer used the php?

It is easy for coding and useful for many categories of websites.


How do you check the length of a string in PHP?

It is fairly simple to check the length of a string in PHP. All you need to do is use the function strlen(). Below is an example of how it is used. <?php $my_text = "Hello"; echo strlen($my_text); // outputs 5 ?>


Does TCS use php?

All big companies work in PHP. It is a growing technology.....


What are Perl PHP and Java Servlet's?

Perl, php and Java are all examples of programming languages.


How do you include a file in PHP?

To include a file in PHP all you need to do is use the include() function as I have shown you in the example below. <?php include("filename.php"); ?>


Is PHP a general purpose programming language?

I defiantly wouldn't call it General Purpose but if you are fluent in PHP then there is pretty much nothing you can't do in PHP (provided you understand HTML, CSS and JavaScript). I've used PHP for items which I could have made via programs such as Access and Visual Studios but PHP is more first hand and easier for me. One good point to programs in PHP is because they are Server-side it should work for all Users.


Describe all the features of PHP?

This is fairly hard to do. PHP has nearly endless possibilities.PHP can be an Object-Oriented or Function-Oriented programming language. Though PHP is mostly used for web design, it is possible to use PHP outside of the internet, but this is complicated.PHP can do almost anything from performing simple arithmetic calculations, to providing uses with information, user accounts, and more. You can edit pictures with PHP, look up IP addresses, and handle different strings. You can even pull and alter information of mySQL databases!I highly recommend PHP, but it cannot be used if you don't have PHP installed. PHP is a free software, and can be download from php.net. You can use PHP on the internet though, as long as it is installed on that particular web server. Most free hosting websites already have PHP installed.