Code Samples: PHP - Zend Framework View Helpers, Bash Scripts and Python :: Matthew Setter

Matthew Setter - Copyright

Matthew Setter Logo

Navigate

Interested in my work

If you like anything of what you see here, please contact me by:

Code

 PHP 

Zend View Helpers

Here is a set of Zend View Helper classes that I have written and used in various projects.

  • Simple Scripts:
    • ShowObfuscatedEmail
      outputs an obfuscated email address, making it harder for screen scrapers and spammers to harvest your email address, yet still makes them visible to viewers. download
    • ShowPhoneNumber
      outputs a contact number configured in the applications registry. This example covers phone, fax and mobile numbers. download
    • GetFileSize
      displays, in simple text, the file size of a linked file. download

 Linux Bash Shell 

Here is a collection of scripts that I've written using the bash shell that make automated backups of your data simple and easy and are specific to a Debian-based distribution.

download options:
 Python 

Here is a simple multi-threaded, client-server Python application that I wrote. It is the basic architecture for an application that can be used to provide remote server monitoring.
It's also a work in progress.

download options: