TwelvestoneBack End

Zend, Cake, Codeigniter or Rails?


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
cfoley
 
2009-11-18

thoughts?

Ive used Zend & Rails in the past. Unless youre floating in cash scalability can be an issue in Rails and Zend is a bitch to get going. Anyone used the other 2?

Stickman
 
2009-11-19

I used CI for a while but hated its PHP4-ness. In the end I settled on Kohana, which was originally a port of CI to PHP5 but now stands on its own.

I like it because it's well-structured, fairly lightweight/quick, and provides useful tools without getting in my way when I want to do things the way I want to.

Stinky
 
2009-11-20

Rails actually isn't that bad, you just have to know how to treat it.

NGinx on the front end serving files and delegating requests, HAProxy for load balancing and then Apache/Passenger instances running rails. It's a fucking hawt setup and doesn't really take that much juice to run. Almost any Rails performance problem can be solved with memecached.

the real me
 
2009-11-22

I've used codeigniter and, like stickman, switched to kohana. it's pretty decent if you are a php guy. if you don't have a preference i have to throw out a vote for django. it's lovely.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

Zend, Cake, Codeigniter or Rails?