2017 © Pedro Peláez
 

library contactform

Classes for Contact Forms and message admin.

image

fnlive/contactform

Classes for Contact Forms and message admin.

  • Friday, March 11, 2016
  • by fnlive
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Contactform a PHP module for contact forms.

This is a contact form module for the Anax-MVC framework., (*1)

  • Add a contact form to any page via the ContactFormController class as dispatcher.
  • Add a contact form message administration section to a page via the ContactFormAdminController class as dispatcher.

See contactform/webroot/testContactform.php for example usage., (*2)

Installation

  • Download Anax-MVC release v.04 or later.
  • Add following lines to Anax-MVC/composer.json, see below
  • run composer update to download module and dependencies to vendor folder
  • copy template files from vendor/fnlive/contactform/view/contactform/* to Anax-MVC/app/view/contactform/*
  • point your browser to file vendor/fnlive/contactform/webroot/testContactform.php to try out module

Anax-MVC/composer.json snippet:, (*3)

    "require": {
        "php": ">=5.4",
        "mos/cform": "2.*@dev",
        "mos/cdatabase": "dev-master",
        "fnlive/contactform":  "dev-master"
    },

This module is dependent on mos/cform and mos/cdatabase., (*4)

By Fredrik Nilsson (fn@live.se), (*5)

License

This software is free software and carries a MIT license., (*6)

Todo

  • Add extension for enabling sending av message through mail-service to arbitrary receiver.
  • Add support for storing and retrieval of Contact details from database.
  • Add unit testing for module.

History

v1.0 (2016-03-05), (*7)

 .   
..:  Copyright 2016 by Fredrik Nilsson (fn@live.se)

The Versions

11/03 2016

dev-master

9999999-dev http://dbwebb.se/

Classes for Contact Forms and message admin.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

html forms education

05/03 2016

v1.0

1.0.0.0 http://dbwebb.se/

Classes for Contact Forms and message admin

  Sources   Download

MIT

The Requires

  • php >=5.4

 

html forms education