 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHPBuilder.com: Intro to PHP
by Chris Cornutt December 19, 2007 @ 12:01:00
On PHPBuilder.com today there's this new tutorial for those out there at the most basic level of PHP development looking to get up to speed on what PHP is and what makes it one of the most popular web scripting languages out there.
PHP (or Personal HomePage Tools) was created by Rasmus Lerdorf over three years ago to track visitors to his homepage. PHP has since evolved into a powerful server-side markup language with syntax that resembles a mix between Perl and C.
They cover all of the key questions - what is PHP, why use it and a simple explanation of a basic script (outputting the date) as well as links to other external resources where you can get more information.
voice your opinion now!
introduction language why use example code explain introduction language why use example code explain
Josh Sharp's Blog: Why you should be using a framework
by Chris Cornutt October 23, 2007 @ 17:52:00
Josh Sharp has posted a new article to his blog advocating something that there's still a lot of controversy around in the PHP community - frameworks (when to use them and when to not).
PHP's ease of use is also its downfall. Because there are less restrictions on the structure of the code you write, it's much easier to write bad code. But there is a solution: use a framework. [...] Of course, if you're not taken with any of the packages above you can also write your own framework, which I've done and will talk about in the next few posts. But for now, let's have a look at the common benefits of a framework.
He's broken it out to talk about the usual framework structure, MVC and how a framework can enforce good code standards. He also mentions some happy side benefits of their use including making for "pretty URLs" and the helpers that most of the frameworks come with.
voice your opinion now!
why use framework mvc codingstandards helper efficient why use framework mvc codingstandards helper efficient
Stefan Mischook's Blog: Why learn OOP in PHP - another take
by Chris Cornutt September 11, 2007 @ 10:14:00
Stefan Mischook has posted another take on why he thinks PHP developers should learn object-oriented programming:
For people new to OOP and are comfortable with 'classic' procedural php, you may be wondering why should you even bother to learn object oriented concepts...why go through the trouble?
He has several suggestions included in the post like:
- PHP is moving in an OOP direction [...] So, to really understand and use these frameworks properly, you need to understand object oriented PHP.
- Object oriented PHP really begins to shine as the project becomes more complex, and when you have more than one person doing the programming.
- OOP is the modern way of software development and all the major languages [...] it only makes sense (in terms of career,) to keep your skills up-to-date.
- OOP based PHP is much easier to maintain and update
He also suggests a method for developers to get started with OOP in PHP - how to plan out a project and think in objects rather than procedurally.
voice your opinion now!
object oriented programming why learn advantage object oriented programming why learn advantage
The Stubbles Blog: Why we develop Stubbles
by Chris Cornutt March 23, 2007 @ 08:29:00
On the Stubbles blog, there's a new post that answers a question they'd mentioned in a previous post about why they develop the Stubbles framework.
In an earlier entry I promised that we will explain why we develop Stubbles. Well, there is a short version of it and a long version.
Short version: for us.
Read on for the long version.
He (Franke Kleine) lists out the reasons in his long version, including:
- Release cycles and maintenance requirements
- Why "use your force to improve another framework" is not a valid point
- Do we really reinvent the wheel?
- More company influence
- To open source or to not open source
...each with their own justification. Even if some of them are a little weak ("other people started frameworks, why can't we?"), most are good reasons for them to create their own in-house framework that just happens to be released to the rest of the community. Their effort wasn't to create something for the greater good, but to make something that they (and anyone else that might find it useful) could use.
voice your opinion now!
stubblesframework why develop reason stubblesframework why develop reason
PowerHomeBix.com: Why PHP in the web applications?
by Chris Cornutt June 20, 2006 @ 06:08:29
On the PowerHomeBix.com site today, there's this new article from Comdev Software asking "Why PHP in the web applications?"
With the growing demand of PHP in the web applications, PHP modules have been introduced to cater for web design and web development needs in order to shorten the development process and eliminate writing PHP codes from scratch.
The article talks about the huge growth lately in the number of frameworks and "ready-made modules" that has happened lately. It mentions that these are growing because PHP's growing (and PHP's growing because...well, you get the idea). These modules can play an important part in an application and can cut down development time greatly - always good from a business standpoint.
voice your opinion now!
why use framework module popularity ready-made why use framework module popularity ready-made
Ligaya Turmelle's Blog: Why use PHP5?
by Chris Cornutt June 05, 2006 @ 05:53:27
On her blog today, Ligaya Turmelle brings up some comments made previously by Rasmus himself to answer the question "why use PHP5?" and encourage adoption of this powerful version.
Noticed an interesting thread on the PHP-general mailing list. The original thread was someone asking why should the world start adopting PHP5. Rasmus came back and answered the question with a list of benefits of making the change (using 5.1 not 5.0). Now I admit to not working with any of these, but many of them certainly look interesting enough for a second glance.
The items listed include:
- SimpleXML
- Improved DOM support
- the inclusion of xmlreader/xmlwriter
- SOAP functionality
- a native date/time mechanism
The PHP5 adoption rate is slowly on the rise as more and more development is done on it, but it's still surprising to me how much of the world is still back in PHP4-only land.
voice your opinion now!
php php5 why use rasmus reasons mailing list php php5 why use rasmus reasons mailing list
|
Community Events
Don't see your event here? Let us know!
|