Hello,
I have been programming in PHP for several years. During this time I have mainly relied on the basics with mostly procedural stuff. A splash of OO here and there but very few classes, patterns, or frameworks that I would consider elegant or efficient.
My question is, what resource do you suggest that I use in order to get to the advanced stages of PHP development? A resource that would help me churn out elegant, organized, efficient, scalable webpages using PHP?
I would prefer not to have to spend weeks learning the nuances of three or four different PHP frameworks. What I would like is a guide to creating a simple yet powerful MVC app in PHP without reinventing the wheel. Any suggestions?
Thanks.
Efficient, professional, and fast PHP code
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Efficient, professional, and fast PHP code
Well ... you are going to have to spend weeks/months/years learning the nuances of something ... looking at good programmer's code would probably be the best something. And there is nothing wrong with reinventing the wheel ... as long as it is a really good wheel.lath wrote:I would prefer not to have to spend weeks learning the nuances of three or four different PHP frameworks. What I would like is a guide to creating a simple yet powerful MVC app in PHP without reinventing the wheel. Any suggestions?
(#10850)
I'm pretty much in the same boat. I'm good with procedural code, but I want to learn more about OOP and best practices.
I've been looking into vanilla forums. What attracted me to them is their utter simplicity and lack of pretense. I like clean, simple solutions and vanilla is certainly simple - and highly extensible.
Maybe one or two of the old pros here can have a look at the code and tell us if they think it's a sound platform.
Thanks!
I've been looking into vanilla forums. What attracted me to them is their utter simplicity and lack of pretense. I like clean, simple solutions and vanilla is certainly simple - and highly extensible.
Maybe one or two of the old pros here can have a look at the code and tell us if they think it's a sound platform.
Thanks!
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
I got a bunch of good ideas from the Zend Framework, and SwiftMailer is very well done and is a very good example of OOP, in my opinion. There are a lot of open source projects you'll want to avoid, mostly ones that are translated from a different language to PHP. They usually end up sloppy (similar to literal translation).
Many thanks!
I'm already looking at SwiftMailer. It seems like a great resource to examine!
EDIT: By the way, I'm really enjoying Volectricity... Some great info there. Thanks!
I'm already looking at SwiftMailer. It seems like a great resource to examine!
EDIT: By the way, I'm really enjoying Volectricity... Some great info there. Thanks!