PHP/MySQL

How to Build an Address Book Application in Symfony, CakePHP, and Zend Framework

Building PHP Applications with Symfony, CakePHP, and Zend FrameworkThis chapter will take you through the process of designing and developing your first application: an online address book. This application will be built on top of a simple database, used for storing information about your contacts. Each entry consists of a few fields (first name, last name, address, phone number, e-mail address), and the basic functionality is to perform all create, read, update, and delete (CRUD) operations for each database entry.

Tags:

Lessons Learned from Beginning PHP 5.3

Earlier this summer Wrox came under a lot of heat from the PHP community for jumping the gun and prematurely releasing some PHP 6.0 books. There was a very articulate blog review pointing out what a bad move this was, given that PHP 6.0 isn't even in beta.

Tags:

Beginning PHP from Wrox and lessons learned

It's been an interesting couple of week for our PHP program.

Tags:
Syndicate content