 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
The Bakery: 3.0 a peek into CakePHP's future
by Chris Cornutt July 06, 2012 @ 09:26:12
The Bakery (the CakePHP site) has posted a list of things to come in the 3.0 release of the popular PHP framework.
Since its creation, more than 7 years ago, CakePHP has grown with a life of its own. Its main goal has always been to empower developers with tools that are both easy to learn and use, leverage great libraries requiring low documentation and low dependencies too. We've had several big releases along these years and an ever growing community. Being one of the most popular frameworks out there and probably the first one (!) we have also gotten a lot of criticism from the developer community in general. We have, though, accepted it and learnt from our mistakes to keep building the best PHP framework there is.
Some of the coming improvements include:
- Drop support for 5.2.x and support 5.4+ only
- Use traits were possible and makes sense
- Model layer rewrite
- Improve Router
- Improve bootstrapping process to allow more developer control and better performance
You can find more about the current features of the framework on it's main project site.
voice your opinion now!
cakephp framework future roadmap plan
Joomla Blogger: Update Joomla 1.6 Release Plan
by Chris Cornutt September 04, 2009 @ 10:34:04
On the Joomla Blogger site there's an update on the release plan for the upcoming 1.6 version of the popular content management system:
When Joomla 1.6 Alpha was released a few months ago, the original plan was to release the beta version six weeks after that, in August. However, the time came and no beta arrived. So what happened, and what's the status of Joomla 1.6 as of now? Hannes Papenberg from the Joomla 1.6 Release Team has done a write-up on the current status. He explains why Joomla 1.6 beta 1 was delayed and outlines some of the features we will be seeing.
Topics discussed include the access control functionality, the project's involvement with the Google Summer of Code and some of the other features currently in development. Hannes hints at a beta release of the 1.6 version in around two to three weeks.
voice your opinion now!
joomle cms release plan
Matrin Rusev's Blog: Building a PHP Framework - Lessons Learned
by Chris Cornutt February 26, 2009 @ 12:02:32
If you're thinking of trying your hand at creating your own PHP framework, you might want to check out this post from Matrin Rusev about some of the lessons he learned (the hard way) about framework construction.
After using Codeigniter, CakePHP and Zend Framework for a while I decided to build my own framework. I wanted to include some features that I couldn't find the way I like them in none of the projects I tested. These are some lessons I learned the hard way. I hope you'd find some useful tips for your software projects.
The post looks a a few different topics - doing good planning before development starts, using third-party libraries, planning out the syntax the components inside of your framework will use, how to handle debugging and two tools you can use to benchmark the end result.
voice your opinion now!
build framework custom lesson plan thirdparty library syntax debug benchmark
Matthew Weier O'Phinney's Blog: Model Infrastructure
by Chris Cornutt December 31, 2008 @ 11:19:36
Continuing his series looking at models in Zend Framework applications, Matthew Weier O'Phinney has posted this new tutorial focusing on model infrastructure - figuring out what your models are really for and how to write to that.
The Model is a complex subject. However, it is often boiled down to either a single model class or a full object relational mapping (ORM). [...] When you think in these terms, you start breaking your system into discrete pieces that you need to manipulate, as well as consider how each piece relates to the others. This type of exercise also helps you stop thinking of your model in terms of database tables; instead, your database becomes the container in which data is persisted from one use of your model to the next. Your model instead is an object that can do things with either incoming or stored data -- or even completely autonomously.
He notes that he is a fan of the domain model method and uses this method as he works through the different topics of building out your most useful model:
- asking "What are you modeling?"
- setting up the "gateway" into your domain model
- working with value objects/record sets
All of this along with plenty of code to illustrate his points...
voice your opinion now!
zendframework model infrastructure domain plan orm
Marco Tabini's Blog: The master conference (evil) plan
by Chris Cornutt May 26, 2008 @ 13:58:16
In the wake of this year's php|tek conference, Marco Tabini has unveiled his secrets to the "master conference evil plan" that he and the php|architect crew have been putting in to action for their conferences:
For the past four years, I have put a lot of work into executing a strategic plan that is tangentially connected with our conferences. [...] Instead [of trying to force interaction], I decided to try and slowly steer things in a direction that would have made our conferences closer to a family reunion than a dry business meetup.
He mentions the steps in his "evil plan" (for conference domination?) - community participation, setting the right atmosphere for the exchange of ideas, the oh-so-secret choosing of the speakers and their leadership by example through participation with the speakers and other conference goers.
voice your opinion now!
master conference evil plan community involve reunion phptek2008
Tim Koschuetzki's Blog: New Poll (Using CakePHP)
by Chris Cornutt November 01, 2007 @ 08:00:35
Tim Koschuetzki has started up a new poll on his site asking its visitors questions involving CakePHP:
The new poll asks you if you are using the CakePHP Framework already or if you plan on using it. For those of you who don't know it yet - it's in my opinion th framework to go these days. The easy and intuitive MVC architecture and the components in it make php development really easy and fun.
So far there haven't been any votes (it's still pretty new) so get on over and voice your opinion now.
CakePHP is one of the more popular and powerful PHP frameworks out there and it has a loyal following of dedicated users and developers on its team. It's definitely worth checking out if you're still perusing the market for a framework to go with.
voice your opinion now!
cakephp framework poll using plan cakephp framework poll using plan
Zend Developer Zone: PHPSecInfo New release (0.1.2), new plans
by Chris Cornutt December 27, 2006 @ 11:37:00
In a new article on the Zend Developer Zone, Ed Finkler talks a bit about the newly released version of the PHPSecInfo package (version 0.1.2) and what some of the future plans for it are.
New release, new plans! First off, a new build of PHPSecInfo is out. Version 0.1.2, build 20061218. Per usual, get your new version from http://phpsec.org/projects/phpsecinfo/.
New features include:
- Code is now licensed under 'New BSD' license. See LICENSE
- fix bug in post_max_size check where upload_max_size value was being checked
- Now providing an md5 hash for releases
And some of the plans for the future include more detailed test results, a web-based "glossary" of howtos on fixing problems, and more tests for more cases.
If you'd like to contribute tests or other resources to the project, head over to its homepage and let them know.
voice your opinion now!
phpsecinfo release feature future plan phpsecorg phpsecinfo release feature future plan phpsecorg
Dhani's Blog: Creating Guest Book with PHP
by Chris Cornutt June 22, 2006 @ 06:00:12
From Dhani's blog today, there's this new tutorial (part 1) showing you how to create a guest book for your site with PHP's help.
Proper development on any kind of project requires you to stop and evaluate the project before development begins (hopefully long before, but that's not always the case).
Having said that, let's figure out what we want the guestbook to do. What's the guestbook for? In this case, it's simply to let users view other visitor's comments and to add their own. The guestbook is not a stand alone application - well it is, but it exists in the context of the web site
There's a few considerations mentioned before the code comes along (broken up into the business and technical sections). With the plan in place, Dhani shows the database layout chosen, the reasoning behind it, and the actual SQL you'll need to create it.
voice your opinion now!
gusetbook site evaluate project plan business technical gusetbook site evaluate project plan business technical
|
Community Events
Don't see your event here? Let us know!
|