Tagged Questions

0
votes
2answers
62 views

What is the best PHP ORM library ?

i want to build a PHP web application , but always faces the problem that i need to connect to database an deal with related objects so i'v tried codeigniter and it uses a special way to connect to …
2
votes
2answers
77 views

Is a Ruby 'Web App' designed differently than a PHP 'Web Site' ?

From my understanding, Ruby is a language that can be used to creat desktop applications. How does this get converted into a 'Web App' - and is a 'Web App' really any different than a Web Site with …