News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Evert Pot's Blog:
Integrating with Zend's OpenID
August 19, 2008 @ 10:28:52

In a new blog post today Evert Pot shares some of his thoughts on integrating the Zend implementation of the OpenID protocol, Zend_OpenId, into his application.

The Zend Framework has a pretty good OpenID library. I was looking for a library written for PHP5 (strict), and this seemed like a good choice...

He mentions some of both sides of the argument - (the good) the flexibility of the library to work with different backend storage methods and (the bad) the requirements it has for the Zend Framework sessions system for authentication.

0 comments voice your opinion now!
zendframework openid integration flexible backend session requirement



PHPImpact Blog:
Scalable and Flexible Directory Structure for Web Applications
August 11, 2008 @ 11:17:30

In this new post on the PHP::Impact blog, Federico looks at some examples of directory setups for web apps that can help to make them both scalable and flexible.

Designing a modular and component-based directory structure for your Web applications can seem like an easy task. If your system is small, it may seem logical to go with the simplest design possible, but if there's anything more time consuming and complex than developing a new directory structure design, it's trying to redesign an existing system that wasn't developed with growth in mind.

He breaks it up into a few different topics that can be applied where needed to keep the application in check:

  • Consistency
  • Scalability and Flexibility
  • Single Application
  • Multi-application
  • Naming Conventions
  • Versioning
  • Proposed Structure
0 comments voice your opinion now!
scalable application flexible directory structure


Harry Roberts' Blog:
Flexible PHP Interfaces
June 11, 2008 @ 13:40:10

In an effort to breathe as much life into an old bit of software he was having to update, Harry Roberts worked up a list of things that he sees can make things a bit more "programmer friendly" when it comes to using classes, methods and interfaces in your code.

His list of four is:

  • Doc Comments
  • Flexible Parameters
  • Use method Entry contracts
  • Be Stateful and Refactor

The "Doc Comments" is pretty obvious, but some of the others need a bit more explaining. Being flexible with your parameters is more about requiring the least from a developer, "entry contracts" being the restrictions to let the developer know what you're expecting and refactoring commonly used functionality into a easy, single point of contact.

0 comments voice your opinion now!
flexible interface comments parameters entry contracts stateful refactor


SitePoint PHP Blog:
Last we checked, PHP IS a framework.
June 09, 2008 @ 09:33:27

According to Akash Mehta in this new post on the SitePoint PHP blog, all of the frameworks out there aren't really needed because "last we checked, PHP IS a framework".

Now, consider the "average" PHP frameworks. They help you handle request data, manage your output, control app flow - essentially, extending PHP's inbuilt functionality. They are, therefore, PHP frameworks on the PHP framework. PHP provides a vast array (pardon the pun) of functionality out of the box. But when you want to do things your way, it gets out of the way, and this is really important when building anything beyond a simple database frontend.

He suggests that PHP is a "half framework" on its own, providing quick an easy methods and functionality to build up applications. He gives an example of Twitter (and really, who isn't picking on them these days) and how it probably could have avoided a lot of the issues it is seeing if it had gone with something a bit more efficient and flexible.

Be sure to check out the comments for some other great opinions from the community.

0 comments voice your opinion now!
framework language twitter efficient flexible


Blogge:
Things You Must Know About CakePHP
July 23, 2007 @ 12:52:00

On the Blogge site, there's a listing of "must knows" that developers should understand about the CakePHP framework when working with it.

CakePHP is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.

Among those on the list of handy tips for using the framework are things like:

  • Static pages - Adjusting other data sent to the layout
  • Viewing the SQL queries that are running behind the scenes
  • Using bake.php
  • Complex model validation
  • Creating a model for a table that doesn't actually exist in the database
  • Inserting multiple rows in succession
1 comment voice your opinion now!
cakephp framework tip trick rapid development flexible cakephp framework tip trick rapid development flexible


International PHP Magazine:
Poll Which One of the Following Makes CodeIgniter the Best Framework?
May 29, 2007 @ 11:14:00

The International PHP Magazine has posted the results for this week's poll that asked which, of the options given, was what made the CodeIgniter framework the best.

There were only four options this time:

  • Saves Time and Code for Simple things
  • Based on MVC pattern
  • Easy to Extend
  • Flexibility to create own libraries and helpers

Coming in in a close race for second and first were the "flexibility" and "saves time" options (with the first beating the other by less than 2 percent).

Be sure to check out and cast your vote in their latest poll posted this week that asks "What's the best way to do QA in PHP?"

0 comments voice your opinion now!
poll codeigniter framework flexible qa poll codeigniter framework flexible qa


International PHP Magazine:
Poll Question Which Feature Is Not Suitable for phpDocumentor?
February 20, 2007 @ 10:45:00

The International PHP Magazine has posted the results of this past week's visitor poll asking "Which Feature Is Not Suitable for phpDocumentor?"

Of the choices, the "None" option got the most votes (33.3% in fact) followed at a large margin by "Fully customizable output with Smarty-based templates" and "Generates a todo list from @todo tags in source". The users have spoken and they think phpDocumentor is flexible enough to handle everything from outputting in HTML/PDF formats to having a web and command-line interface.

This week's poll question asks about something a little more common - which of the items in the list are your favorite PHP game (and yes, there's "All" and "None" options). Check it out and cast your vote today!

0 comments voice your opinion now!
phpdocumentor smarty template todo flexible game feature phpdocumentor smarty template todo flexible game feature


Richard Lord's Blog:
Why I like the Zend Framework
February 06, 2007 @ 08:10:00

Richard Lord has posted some thoughts about why he likes one of his latest explorations - the Zend Framework - on his blog today.

I've been researching the Zend Framework for PHP in relation to a project I'm working on and I have to say I'm now a fan of it. There's lots to like about it, and some to dislike about it too. But to me the best aspect of it is the flexibility it offers.

He also mentions other reasons for liking it, including the simplicity of working his current application/workflow into the Framework's methods. There is one hit he mentions that the Framework team could improve on - the documentation.

0 comments voice your opinion now!
zendframework application workflow flexible documentation zendframework application workflow flexible documentation


WebProNews.com:
In Praise Of PHP
June 13, 2006 @ 05:57:07

In this article on WebProNews, Andreas Roell praises PHP, nothing several strengths and its flexibility while the fact that it's kept its reliability over time.

PHP has been able to stand its ground as a consistently implemented server-side scripting language. PHP is a general-purpose scripting language that is ideally suited for web developers, and can be easily embedded into HTML.

He mentions the advantage it has of being Open Source as well as flexible enough to run on just about anything out there. PHP can be more cost-efficient than other solutions and, since it is Open Source, you're not left waiting for a company to release their next patch when they feel like it (fix it yourself!). And, of course, what would an article singing the praises of PHP be without a brief mention of its competitor, ASP.

0 comments voice your opinion now!
php praise open source cost-efficient asp flexible php praise open source cost-efficient asp flexible



Community Events











Don't see your event here?
Let us know!


application conference ajax database PEAR framework package job security code PHP5 cakephp zend releases book example developer zendframework mysql release

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework