Package:
Summary:
Compose and send e-mail messages
Groups:
Author:
Description:
This class can be used to compose and send e-mail messages.
It can compose and e-mail message adding the necessary headers for setting recipients in To:, Cc: and BCc: headers, sender address, the message subject.
The composed message is sent with the PHP mail() function.
The code and the comments are in Portuguese.
Package:
Summary:
Generate barcode in GD and PDF
Groups:
Author:
Description:
This class can be used to generate barcode in images and PDF files.
It can take a GD image ressource and render a barcode on it.
The class can also render a barcode in a PDF object of the class FPDF.
Currently it supports barcodes in the formats: codabar, code 11, code 39, code 93, code 128, ean 8, ean 13, standard 2 of 5, interleaved 2 of 5, msi and datamatrix.
Package:
Summary:
Generate barcode images and PDF files
Groups:
Author:
Description:
This class can be used to generate barcode images and PDF files.
It can take a GD image resource and render a barcode on the image with a given size.
The class can also render a barcode in a PDF object of the class FPDF.
Currently it supports barcodes in the formats: codabar, code 11, code 39, code 93, code 128, ean 8, ean 13, standard 2 of 5, interleaved 2 of 5, msi and datamatrix.
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper.
It can establish MySQL database connections, execute SELECT, INSERT and DELETE queries from lists of parameters and return the results as arrays.
In Portuguese:
Esta é uma simples classe para inserção, leitura e exclusão de dados MySQL.
Criei esta classe para fins de estudo mas, já a usei em alguns projetos e me serviu bastante. Espero que sirva pra você também.
Package:
Summary:
Generate links to browse listings split in pages
Groups:
Author:
Description:
This class can be used to generate links to browse listings split between multiple pages.
It takes as parameters the number of entries in the listing, the limit number of entries to display per page and the current page number.
The class returns an array with HTML links to the next and previous pages.