Forums | MacLife

Wide is the new black

You are not logged in.

#1 2008-05-20 9:19 am

b_dubb
loch whatchamacallit
From: chapel hill, nc
Registered: 2002-11-19
Posts: 482
Website

MVC Frameworks - which one?

I've been reviewing some MVC frameworks for PHP/MySQL and have been somewhat overwhelmed by the number of them and what makes each one different.  I have one in particular that I like but was wondering if anyone had recommendations and why they preferred that particular framework. 

b


"The Fates lead he who will; he who won't, they drag." - Seneca

Offline

 

#2 2008-05-20 1:06 pm

PHUSMC
One thumbed gimpy
From: Kent, WA
Registered: 2006-05-14
Posts: 783
Website

Re: MVC Frameworks - which one?

Our instructor had us review MVC frameworks this quarter.  Cake PHP seemed to be quite popular.  I've never used a framework yet though.


MacBook Pro 15.4"
2.5GHz CPU, 250GB HDD, 512MB VRAM

Offline

 

#3 2008-05-29 5:51 pm

b_dubb
loch whatchamacallit
From: chapel hill, nc
Registered: 2002-11-19
Posts: 482
Website

Re: MVC Frameworks - which one?

i like CodeIgniter.  its easy to learn and (seemingly) powerful.


"The Fates lead he who will; he who won't, they drag." - Seneca

Offline

 

#4 2008-07-22 9:09 am

pepa007
Member
Registered: 2008-07-22
Posts: 1

Re: MVC Frameworks - which one?

Ruby on Rails of course! www.rubyonrails.com Ships with Tiger and Leopard (just need to update to latest version)

CodeIgniter is a RoR clone using PHP. PHP is much less elegant than Ruby, though. But if you can't live without PHP, this might be the way.

Django is said to be great as well; uses Python language

Offline

 

#5 2008-09-15 1:26 pm

b_dubb
loch whatchamacallit
From: chapel hill, nc
Registered: 2002-11-19
Posts: 482
Website

Re: MVC Frameworks - which one?

RubyOnRails is a great idea but poorly executed.  Ruby is a terrible language for programming as the server has to do heavy lifting.  A PHP site that was rebuilt using Ruby went from being hosted on a single machine to requiring a Mongrel cluster. 

I would advise people who are knew to development to stay from RoR as it is a fad.  Use CodeIgniter or CakePHP if you have access to the .htaccess file (probably not the case on a shared hosting server).  ZendPHP is good but requires someone really skilled. 

CodeIgniter is nice as its super flexible. 

Sorry to dis RoR but I just think its got the same problem as ColdFusion ... too much emphasis on making code friendly by making the server handle more work.

b


"The Fates lead he who will; he who won't, they drag." - Seneca

Offline

 

#6 2008-09-18 5:50 pm

D0g Cow
Member
Registered: 2008-09-18
Posts: 1

Re: MVC Frameworks - which one?

b_dubb wrote:

I would advise people who are knew to development to stay from RoR as it is a fad.  Use CodeIgniter or CakePHP if you have access to the .htaccess file (probably not the case on a shared hosting server).
b

If you're not on a shared hosting server, you wouldn't be using .htaccess files, anyway. It's preferable to put things in the httpd.conf

Anyway, another MVC I know of is Headlight.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson