 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Zend: Zend Further Expands Its Line of PHP Training Courses
by Chris Cornutt August 07, 2008 @ 08:42:20
According to a new press release from Zend, they've expanded their training course line to include a few more topics - migration from PHP4 to PHP5 and an in-depth look at their Zend Studio for Eclipse IDE.
These courses further expand the portfolio of Zend training courses, which include PHP from introduction to advanced levels, as well as courses about PHP Security, creation of Rich Internet Applications, and the use of major Zend products.
Here's the details:
- Migrating Your Web Applications from PHP v4 to v5 - This webinar guides you through the basics of planning a migration, as well as discussing some of the tools to make the process easier, such as unit testing and PHPDoc. The current class will be held September 9th and 11th and will cost about $300 USD.
- Zend Studio for Eclipse - The Zend Studio for Eclipse Course is designed to provide PHP programmers with a practical, in-depth knowledge of the next generation tool in the Zend Studio IDE family. The current class will start August 25th and will run through September 5th. Cost for the class is about $800 USD.
voice your opinion now!
expand training course zend migration php4 php5 zendstudio eclipse
Debuggable Blog: Crawl Google, they do the same to you
by Chris Cornutt June 11, 2008 @ 10:23:07
On the Debuggable blog, Felix Geisendorfer has posted some code (thought up by Marc Grabaniski) to go through Google and find the pages that they have indexed for your site. Their goal is to check and see if the migration of a site was successful.
Just get a list of all pages google has indexed from your site and then use that as your basis for checking if your migration worked or not. This is very convenient because you do not have to know all your own urls yourself, and you'll only get the relevant ones (if they are not in google they are unlikely to have traffic).
The code is included as well as an example usage. He also points out FixtureShell for more command-line CakePHP examples.
voice your opinion now!
crawl google migration success link cakephp framework
php|architect: MTA releases new Guide to PHP 5 Migration
by Chris Cornutt June 10, 2008 @ 14:34:28
MTA publishing (php|architect) has released another new book - Stefan Priebsch's "Guide to PHP 5 Migration":
Written by Stefan Priebsch, this is the only book you will need to help you through the rough spots when migrating your PHP apps from PHP4 to PHP5. Not only is this an extremely comprehensive and in-depth resource, it will show you virtually every pitfall you may encounter and will undoubtedly make your migration as smooth as possible.
The book covers things like the concepts surrounding migration, some strategies to follow and an outline of a recommended migration process (as well as some tools to help). You can find out more about this new book on its page on the php|architect website and order your own copy - $33 CAD for the print and PDF versions together and just $29 CAD for the PDF only.
voice your opinion now!
php5 migration mta publishing stefanpriebsch application
Zend Developer Zone: YAMMY! DB to YAML conversion shell for CakePHP migrations
by Chris Cornutt November 28, 2007 @ 07:57:00
There's a new article on the Zend Developer Zone today about the conversion of CakePHP information (via migrations) from a database over to a WAML format.
Today we will talk about migrations, yaml files and CakePHP and in particular I'll introduce you to the latest shell I've written for CakePHP: YAMMY! I've written YAMMY! a couple of weeks ago, but I just found the time to release it today. Anyway lets get into more details!
The author, Daniel Vecchiato, first explains what migrations are and how they relate to database tables (like revision control - sort of). A previous project made it possible to do migrations in CakePHP, but it lacked what he calls the "right food" to get it working as well as it could. That's where YAMMY! comes in - by answering a few simple questions, you can set up a YAML record of your database tables and make it simple to integrate into your application's development process.
voice your opinion now!
yammy database migration cakephp yaml yammy database migration cakephp yaml
Cody Caughlan's Blog: Database Migrations for PHP5
by Chris Cornutt September 10, 2007 @ 08:46:00
Cody Caughlan has created a project that brings one of the popular features of Ruby on Rails to the world of PHP5 - database migrations.
One of the cool things I like about Ruby on Rails is the use of "migrations" for maintaining your DB. Migrations have proven to be pretty handy in keeping a local database in sync with the work of other developers. [...] Because migrations are incremental and they are done in a structured manner, it is a great way of pushing out new DB changes to the production database servers.
His framework, Ruckusing Migrations, is a modular framework that makes use of some of the more advanced features of PHP5. It's portable (via an adapter interface) and uses a generic task interface (task files) to load functionality into the framework. There's also plenty of API hooks to allow for a developer to easily create their own custom operations.
Check out the project homepage for more information.
voice your opinion now!
database migration rubyonrails php5 framework database migration rubyonrails php5 framework
|
Community Events
Don't see your event here? Let us know!
|