Mobile app version of vmapp.org
Login or Join
Shelley277

: PHP framework to use on GoDaddy host with no shell access I'm a Ruby-on-Rails developer but am trying to develop a site to run on a GoDaddy Economy hosting account. This means I don't have

@Shelley277

Posted in: #Php #RubyOnRails #WebHosting

I'm a Ruby-on-Rails developer but am trying to develop a site to run on a GoDaddy Economy hosting account. This means I don't have Ruby and Rails available so I've decided to go with PHP 5 since the economy hosting does provide that. So to ease development I want a PHP framework (ideally Rails-like like, say, Akelos) that I can install and configure on my GoDaddy site without having shell access to the hosting server.

Does anybody have any recommendations or experience with similar?

10.05% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelley277

5 Comments

Sorted by latest first Latest Oldest Best

 

@Looi9037786

Take a look at CodeIgniter, a PHP framework. No shell access required. It isn't as strict as RoR as far as I know and the documentation and community are excellent.

10% popularity Vote Up Vote Down


 

@Lengel546

Symfony is rails like (I believe it's essentially of php port of rails) and although I've not used GoDaddy for hosting before it seems others have had success hosting it there. gfaraj.wordpress.com/2008/04/25/deploying-a-symfony-project-on-godaddy-shared-hosting/

10% popularity Vote Up Vote Down


 

@Barnes591

You can use Zend Framework. It's a good framework, but not very like Rails. Otherwise, it don't need shell access.

10% popularity Vote Up Vote Down


 

@Kaufman445

If you are a Rails developer, your best choice would be to develop a Rails application. There are awesome web hosts out there like Site5 which will be happy to assist you with whatever Rails issues you have. You can check this page.

Also, they let you use SSH if you are still up for PHP.

To answer your question directly - use Yii framework. It has its own GUI and if you can code in PHP, you'll love it. I promise.

10% popularity Vote Up Vote Down


 

@Sims2060225

CakePHP is similar to RoR, but the bake utility is a console app. You could bake your code locally and upload it to your GoDaddy account though. However, you'll have to do all of your unit testing via the browser or do it locally if you want to test via the CLI. It's a bit less convenient, but that's the cost of choosing an economy hosting package.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme