PHP Classes

Packages of Nic Stevens

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Nic Stevens (2)  >  Mission progress status  >  Reputation  
Picture of Nic Stevens
Name: Nic Stevens <contact>
Classes: 2
Country: United States United States
Age: 60
All time rank: 58878 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 5026
Week users: 0
 
  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 MySQL Table Abstraction Class  
Wrap the access to MySQL database table rows
This class can be used to wrap the access to individual MySQL database table rows in class objects.

Each object of the class stores the values of the fields of a given row of a given table.

The class provides means to store and retrieve the values of the row fields in the specified table.

It can retrieve the row values given the value of a field named 'id' or named 'name'. The field values are stored in class variable that is an associative array.

Then the class can also store the eventually modified table fields values. If the id field value is set to 0, the class inserts a new table record.
Not enough user ratings

  Files folder image Send messages via SMTP  
Send e-mail messages via SMTP connections.
This package can be used to send e-mail messages via SMTP connections.

There is one class that takes care of establishing a TCP socket connection to send and retrieve data through that socket.

There is another class that establishes a connection with an SMTP server using the socket class.

It can send a message an SMTP server from a given sender address to one or more recipient addresses.

If necessary, the class can authenticate with a server that supports the LOGIN authentication mechanism.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 79% - 75% - - 52% 2313
Month: Not yet rated by the users


  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