PHP Class DemoRegister, PDO4You

显示文件 Open project: giovanniramos/pdo4you Class Usage Examples

Public Methods

Method Description
__construct ( ) Main method
getMessage ( ) Displays a message
getTotalOfRecords ( ) Displays the total number of records
showRecords ( ) Displays the records

Method Details

__construct() public method

Main method
public __construct ( )

getMessage() public method

Displays a message
public getMessage ( )

getTotalOfRecords() public method

Displays the total number of records
public getTotalOfRecords ( )

showRecords() public method

Displays the records
public showRecords ( )