Jun 142009
 

It seems godaddy supports PHP only so I’m thinking of stop learning Python for now even it has better framework. There are some widely used PHP framework that I can take to deploy to godaddy, which is more convenience.

Currently I’m comparing Zend, CakePHP, and Symfony. I guess I won’t try Zend as it sound like too old, and does not support application generation. People mentioned CakePHP lack os real model support, while Symfony is sort of too complicated to start with.

I will focus on CakePHP and Symfony, I get a feeling that I will stick with CakePHP without any reason, but sure I will do serious research on Symfony as well.

Again, I will post my findings here.

  4 Responses to “Back to PHP”

  1. Performance wise of view, CakePHP sucks, but people also mentioned Symfony is using other PHP components (such for its ORM etc), so it could cause some more issues as TurboGears (this is why lots of people chose Django).

    I’m doing some tests now to see which one fits me more, I care both development time and production performance … I know, I’m picky.

  2. I’m actually close to getting django setup on godaddy shared hosting. Its up and running but my only problem is that the python bindings for sqlite/mysql aren’t installed so there is no way for django to communicate with a database. Pretty pointless, I’ll post how i got it to display the test page if i ever get their tech support to yum install python-sqlite2

  3. I don’t think Python is in godaddy’s first class supporting list, thinking of it’s running 2.4 now (guess they need that for yum), I don’t think you can have a useable python environment there.

    I’m sticking on symfony now, not that bad.

  4. Hang’s right, Avoid Godaddy for you django needs.

    They just recently started to offer ssh access so I attempted to get django running by installing flup and django locally in my home directory (using –prefix flag on the setup.py). It worked great and hooked up with FastCGI and displayed the “It Worked/Welcome to Django” page but trying to build something you obviously need a database and when i selected mysql and sqlite it would crash because both modules aren’t installed on godaddy’s linux shared hosting machines. All attempts to have their techs type “yum install python-sqlite2” have been met with “please upgrade to a VPS” from their representatives. How can they put on their site that they support python when it’s missing all modules/api’s to access databases?! USELESS!!

Sorry, the comment form is closed at this time.