PEAR Manual
Prev
Chapter 4. Coding Standards
Next
Class Definitions
Class declarations have their opening brace on a new line:
class Foo_Bar { //... code goes here }
Prev
Home
Next
Function Calls
Up
Function Definitions