Wednesday, April 13, 2011

Software Engineering in PHP


Part IV: Software Engineering
Software engineering is more than just programming. Like a civil engineer carefully designs and builds a skyscraper, a software engineer carefully designs and implements software systems. Even small PHP scripts may benefit from software engineering concepts. This section explores the issues involved in using PHP in a Web site.
Chapter 26 is about integrating PHP and HTML. You can use PHP just in key places or in generating every page of a site. This chapter helps you decide.
Chapter 27 discusses system specification and design. It develops an approach for designing a system with PHP, including a phase of careful requirements analysis. A survey is made of existing methods for designing with PHP.
Chapter 28 touches on issues of efficiency and debugging. It provides information to help measure performance, and it describes remote debugging.
Chapter 29 discusses implementing design patterns in PHP.

Chapter 26 PHP Integration with HTML- Simple Way to integrate PHP with HTML

 



Chapter 27 PHP Design in Software Engineering PHP Tutorial

 



Chapter 28 PHP Efficiency and Debugging in Software Engineering Model

 



Chapter 29 PHP Design Patterns in Software Engineering Model

 



By PHP with No comments

0 comments:

Post a Comment

    • Popular
    • Categories
    • Archives