PHP Classes

Packages of Steven Hoyt

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Steven Hoyt (3)  >  Mission progress status  >  Reputation  
Picture of Steven Hoyt
Name: Steven Hoyt <contact>
Classes: 3
Country: United States United States
Age: ???
All time rank: 3484468 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 420
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Encapsulate PHP Constants...  
PHP Programming Innovation award nominee
April 2019
Number 9
Encapsulate several constants in the same class
This class can encapsulate several constants in the same class.

It provides a base class that can store constant values in class variable.

Applications should extend this class to allow retrieving all constants defined in an class as an array.

  Files folder image PHP Class Mime Mail  
Compose and send email messages using sendmail
This class can compose and send email messages using sendmail.

It provides class variables that can be set to define the email message content like the subject, sender, recipients, HTML or text for the body, attached and embedded files.

The class can assemble the message MIME data and passes it to the sendmail program, so it can queue the message for delivery.

  Files folder image PHP Report Grouping  
PHP Programming Innovation award nominee
September 2020
Number 10
Generate HTML tables grouping data records
This class can generate HTML tables grouping data records.

It can take an array of records generate reporting output. Currently it can:

- Output the report in any other format using callback functions
- Group data by the values of given columns
- Show a subtotal at each break in grouped data values
- Show a grand total


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z