From a766aae1ec9ecafa3f1e0b8452df71e92d109cba Mon Sep 17 00:00:00 2001 From: paulr Date: Tue, 16 Nov 2010 02:42:15 +1100 Subject: [PATCH] just thinking out loud in the main lib.php --- lib/lib.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/lib.php b/lib/lib.php index 86bf7eb..169b9a8 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -22,6 +22,11 @@ * For now im going to keep implementing it this way and thus my class will * forever be an example of poor design choices. It'll change it very shortly though */ + +/* + * The way we should really be doing things is to have an array that encapsulates "normal" data (or a class?) + * and then just manipulate it, then use a checkin function to push the data base into the db... + */ class GoogleAuthenticator { // first we init google authenticator by passing it a filename -- 1.7.0.4