|
|
|
|
|
by BenWhit
4970 days ago
|
|
Thanks! That's good to know about Apache. I haven't even had a chance to look into it thoroughly. Maybe I'll dive into it this weekend :) So if I want to get up and running quickly my best bet would be to grab a linode with a LAMP stack? |
|
Lastly, if you happen to decide to learn PHP instead of Ruby, I'd highly recommend starting out "the right way" with a framework like Symfony2 (http://symfony.com/) or Flow3 (http://flow.typo3.org/) that uses namespaces, good OOP techniques, ORM, and encourages / will teach good programming techniques. Also, have a look at composer (http://getcomposer.org/) - which is the modern PHP equivalent of Ruby Gems.