 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Chris Hartjes' Blog: CakePHP Application Deployment RFC
by Chris Cornutt May 22, 2008 @ 13:46:37
In a recent blog post Chris Hartjes is asking the community (more specifically the CakePHP community) for their opinions on his thoughts for a deployment method for CakePHP apps.
While I really prefer to use tools like this for deployment, I understand that not everyone wants to mess with standalone programs and configuration files. I've been asked before about Cake-specific deployment techniques, so I figure the easiest way is to see about adding a task to the Cake console.
His idea consists of two new commands - "cake deploy config" and "cake deploy" to make it simple to set up and directly deploy applications without having to go to outside software.
voice your opinion now!
cakephp deployment application rfc command console
Ian Bicking's Blog: What PHP Deployment Gets Right
by Chris Cornutt January 12, 2008 @ 19:13:09
On his blog, Ian Bicking has posted some of his thoughts on a positive look at PHP - what he thinks PHP has done right.
With the recent talk on the blogosphere about deployment (and for Django, and lots of other posts too), people are thinking about PHP a bit more analytically. I think people mostly get it wrong.
He points out that PHP, in essence, is a CGI-style execution and, in being so, makes it more flexible. Both sides, web and command line, can work with the language equally well. He also mentions the developer/administrator split he sees in PHP's structure and how the language facilitates it.
voice your opinion now!
deployment right cgi developer administrator opinion deployment right cgi developer administrator opinion
SitePoint PHP Blog: The real difference between PHP and Python
by Chris Cornutt March 22, 2007 @ 09:06:00
In the latest post to the SitePoint PHP Blog, Harry Fuecks takes a look at what he considers the real difference between PHP and Python.
Posting in the full realization of the futility of doing so, there's some PHP bashing (as usual) happening on reddit at the moment: PHP vs Python - the real difference, brought on by this mildly amusing image. While I can accept the points - technically it's actually much harder in handle errors uniformly in PHP and the community is less rich in computer scientists than Python - the corresponding flame war on reddit manages to miss a different point, which is easiest expressed in code.
He gives two sample scripts and asks what the real differences are. He answers his own question by way of saying that what matters between the two is how they're deployed (when it comes to error reporting):
Because PHP "resets" after each request ( see here or for much more detail here ) it's actually not always necessary to handle errors explicitly'"assuming there's not something fundamentally "broke" about your code and it's some kind of runtime error (e.g. db is down), it's often enough to just ignore the problem and wait for the system to "right itself" - nothing is going to leave PHP in a state it can't recover from.
voice your opinion now!
difference python error handling reset deployment difference python error handling reset deployment
Jeff Moore's Blog: PHP as a Deployment Platform
by Chris Cornutt November 06, 2006 @ 14:38:00
In some of his latest comments, Jeff Moore talks about some of the statistics that have been floating about lately about PHP 5 adoption and PHP as a "deployment platform".
PHP has been incredibly successful as a deployment platform for web applications. However, PHP as a platform is far from homogenous. With many different versions installed and the vast configurability of php.ini, there can be a great deal of variation from PHP installation to PHP installation. PHP developers often ask what should I target?
In his opinion, the statistics about usage need to be taken with a grain of salt and, with a bit of digging, some of the differences between them (expose_php anyone?) can be found. He rounds out the post with a recommendation to all developers out there - since the barrier for moving to PHP 5 is so low these days, what's stopping you?
voice your opinion now!
deployment platform statistics php5 php4 adoption deployment platform statistics php5 php4 adoption
Lukas Smith's Blog: php|tek wrap up
by Chris Cornutt May 02, 2006 @ 07:14:43
Lukas Smith was one of the attendees of the just-past php|tek conference in Orlando, Florida and has posted his own wrap up of his experiences.
I spend the past week in florida. First visiting my parents and then spending time at php|tek where I was invited to give two talks. I was quite nervous about the first talk about "database schema deployment". My original intention was to create a working solution to handle scripting the necessary DDL and DML statements to manage schema updates. However while researching the topic I found that its even less trivial than I expected.
My second talk "beyond SQL" went fairly smooth, although I kind of suffered from the lack of a flip chart to draw on. I really need to sit down and draw some diagrams to include in my slides. The talk was essentially a stripped down version of my "fast, portable, SQL" talk. However I did not strip it down enough so I was short on time. I was talking to a mostly MySQL using crowd so I ended up giving a lot of MySQL specific advice.
Besides his talks, he also shares some of the experiences outside of his talks too, including perspectives on the hotel, the area, his participation in the panel discussion on PEAR and, of course, the goodies handed out.
voice your opinion now!
php phptek wrapup talks database schema deployment SQL php phptek wrapup talks database schema deployment SQL
|
Community Events
Don't see your event here? Let us know!
|