NAME

DayDayUp::Contacts - Mojolicious::Controller, /contact/

URL

/contacts/
/contacts/import
/contacts/$id/edit
/contacts/$id/delete

TABLE

CREATE TABLE "contacts" (
	"contact_id" INTEGER PRIMARY KEY  AUTOINCREMENT  NOT NULL ,
	"name" VARCHAR, "email" VARCHAR,
	"phone" VARCHAR, "groups" VARCHAR,
	"notes" TEXT)

AUTHOR

Fayland Lam < fayland at gmail dot com >

COPYRIGHT AND LICENSE

Copyright 2008 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.