 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
NETTUTS.com: Getting Started With Cake PHP Part 2
by Chris Cornutt November 03, 2008 @ 10:28:34
NETTUTS has posted the second part of their series looking at the basics of CakePHP and how you can get started developing.
In our last CakePHP tutorial we looked at setting up the CakePHP framework and introduced some of the framework's basic concepts and terminology [...] In the next set of tutorials we will build the blog application incrementally so that the basic CakePHP development process is laid out clearly instead of briefly mentioned as in other similar tutorials. In this tutorial we start with a basic authoring authentication component for the example blog application.
He's broken it down into a few steps - defining the goal of the application, creating the models to interface with the database, making the views to output the results and making the controllers to bind it all together.
voice your opinion now!
cakephp framework series tutorial blog application view controller model
ProDevTips.com: PHP Doctrine - adding automatic, simple CRUD
by Chris Cornutt October 28, 2008 @ 11:14:27
The ProDevTips site continues their look at using Doctrine in PHP with this latest article in the series that adds in a simple, automatic CRUD system to the application.
I just found myself wishing for automatic CRUD, for quick and simple administrative tasks, as it turned out a very easy thing to add.
They create a model for their Company table and a new controller to handle the admin requests. Throw in some fetching functions, a bit of form handling and a bit of Smarty login and you have a simple admin form that automatically creates itself based on the columns in the table.
voice your opinion now!
doctrine crud simple tutorial controller model smarty
Eli White's Blog: Programming Certifications
by Chris Cornutt October 09, 2008 @ 08:43:30
Eli White has written up a new post about his opinions on certifications (and his habits relating them when it comes to resume reviews).
As it stands, I've shocked more than my share of people in the past when I've mentioned my stance on certifications for programmers. Specifically, when I have a pile of resumes in front of me, and I'm giving them an initial pass to sort them apart, I take any that mention their programming certifications, and sort them to the bottom.
He justification is that most of the certifications out there are pretty much useless and that, from his experience, those that list them on their resume are using it to appear more qualified.
So what is it that's so wrong with the certifications in the first place? Simply put, they prove nothing to me. They only prove that you could cram and pass a multiple choice test.
But, as he notes, programming is more about art than knowing the order of the arguments in str_replace. He illustrates his other point, "passing - yes but by how much?" with how the Zend Certified Engineer exam is handled. You get a pass or fail and you only know what you didn't do so well on if you fail.
voice your opinion now!
programming certification zce zend engineer pass fail
WebReference.com: Controllers Programming Application Logic - Part 2
by Chris Cornutt October 06, 2008 @ 10:26:18
WebReference.com has the second part of their CakePHP introductory series posted, this time focusing on the actions in the controllers.
They talk (briefly) about how the call to the page is passed off to the controller's action and how you can get more information into it via POSTed values.
There's also a look at redirection, from action to action in a controller (or even to another one) and a look at a very handy method of sharing functions between the child controllers - a "master" parent controller (in their case, AppController).
At the end, they throw in a bit about components - module and reusable bits of functionality that can be passed around from controller to controller, action to action.
This series of articles are excerpts from the Packt book CakePHP Application Development.
voice your opinion now!
cakephp framework programming controller action component redirect master
Redmond Developer News: What's Next for Microsoft and PHP?
by Chris Cornutt October 02, 2008 @ 09:32:54
This recent article on the Redmond Developer News site looks at a partnership one of their largest local businesses, Microsoft, has with Zend and the work they're doing with PHP. They ask "what's next" for these two companies and their future of Microsoft in the community.
Despite speculation that Microsoft would make an announcement around its Silverlight runtime environment at last month's fourth annual Zend/PHP Conference and Expo (ZendCon) in Santa Clara, Calif., the company kept a relatively low profile.
They do mention the collaboration that Zend and Microsoft have already done and note that going forward there will be more initiative to get Windows and PHP to work even better for desktop applications.
voice your opinion now!
microsoft zend zendcon08 desktop application silverlight
|
Community Events
Don't see your event here? Let us know!
|