]> 91.132.146.200 Git - dolphin.git/commitdiff
code cleanup
authorBanana <johannes.kessler@bechtle.com>
Mon, 2 May 2011 09:19:12 +0000 (11:19 +0200)
committerBanana <johannes.kessler@bechtle.com>
Mon, 2 May 2011 09:19:12 +0000 (11:19 +0200)
16 files changed:
README
bookmarks/README
classes/README
classes/simple-element-in-db-handling.php
simple-framework/README
simple-framework/conf/db.php
simple-framework/conf/main.php
simple-framework/index.php
simple-framework/lib/function.library.php
simple-framework/site/script/start.php
simple-framework/site/template/main.html
simple-framework/site/template/start.html
single-functions/random-string-AZ09.php
single-functions/read-dir-recursive.php
single-functions/terminal-color-output.php
single-functions/validate-input.php

diff --git a/README b/README
index eacc649b1ea588e1d63bc0f945716463fbf7e0bc..1b2f6ab9830575b5e1e9064cb1c8e4441f4d35b8 100644 (file)
--- a/README
+++ b/README
@@ -1,2 +1,2 @@
-Dolphin is a collection of usefull PHP skeletons
+Dolphin is a collection of useful PHP skeletons
 v1.0
index 0eaf9f6fe15532f52df407bbde55b7905386dfc5..8aaad2e5da69b5b3b0191227adb2d14b0a3c2a81 100644 (file)
@@ -1,4 +1,4 @@
-A simple Script to manage your Bookmarks without any third-party hoster eg. xmarks, apple etc.
+A simple Script to manage your Bookmarks without any third-party hoster e.g. xmarks, apple etc.
 
 All you need is this script a MySQL Database and one table in it.
 
index 69651c1883ec21a3162f33d2d25c06f74de79d50..a695bbe4c36590950a8edf1cdc3d921e59f7986f 100644 (file)
@@ -4,4 +4,4 @@ Please keep in mind that those classes are not production ready !!!
 They need to be altered to fit your project.
 DO NOT just copy and paste.
 
-Read the files carefully, otherwise the will not work as espected.
+Read the files carefully, otherwise the will not work as expected.
index 6eafa198a17f76a087d7164ac56461e7a188abbb..582264fe214691185e613b98ec5cf5f9e03cfb88 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  dolphin. Collection of usefull PHP skeletons.
+ *  dolphin. Collection of useful PHP skeletons.
  *  Copyright (C) 2009  Johannes 'Banana' Keßler
  *
  * This program is free software: you can redistribute it and/or modify
@@ -122,7 +122,7 @@ class simpleClass { # rename the class
 
        /**
         * get the complete mandant list from the database
-        * the elements have a status which indecates the following:
+        * the elements have a status which indicates the following:
         * 0= inactive
         * 1= active and ready to use
         * 2= hidden
index e450f5ff35dad7bcab6dc9f57aefde5bda41a2c7..2dadf64986467517d3f3e6589f8f135613c6a0d6 100644 (file)
@@ -2,9 +2,9 @@ This is a very simple but yet working framework.
 Using smarty as template management
 
 All requests are going with the $_GET variable.
-The values are checked and validated. If successfull the right php and template file will be loaded.
+The values are checked and validated. If successful the right php and template file will be loaded.
 
-eg.
+e.g.
 index.php?p=start
 
 will load the start.php and start.html file as template and display all via the main.html file 
index 80cc1e679be9923cc287c132261c4796ed6ed33c..bd03703c58c7999593ea3e675a1d24ebd4a78f7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
-* dolphin. Collection of usefull PHP skeletons.
+* dolphin. Collection of useful PHP skeletons.
 * Copyright (C) 2009 Johannes 'Banana' Keßler
 *
 * This program is free software: you can redistribute it and/or modify
index 32e51f417ab54367d0e40ff37e16b5575522c3f7..45b37fbfdd115b43f66a9819c919ee02988a1433 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
-* dolphin. Collection of usefull PHP skeletons.
+* dolphin. Collection of useful PHP skeletons.
 * Copyright (C) 2009 Johannes 'Banana' Keßler
 *
 * This program is free software: you can redistribute it and/or modify
index 940d83c0a291634f0c370bcdfcc765c74b501052..d79112161dfea7cbdf64f942b849b372326d3a7c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
-* dolphin. Collection of usefull PHP skeletons.
+* dolphin. Collection of useful PHP skeletons.
 * Copyright (C) 2009 Johannes 'Banana' Keßler
 *
 * This program is free software: you can redistribute it and/or modify
index 66593a2475181de78858b3167ff2eae000adaffc..de16f7086f223e3d830c1cbd1fa69884cd8c8279 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
-* dolphin. Collection of usefull PHP skeletons.
+* dolphin. Collection of useful PHP skeletons.
 * Copyright (C) 2009 Johannes 'Banana' Keßler
 *
 * This program is free software: you can redistribute it and/or modify
index 5f71d7697e3fced82a4e5341337fc18e3f164c70..3881369a71da77c174712ae11150378f74aa004b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
-* dolphin. Collection of usefull PHP skeletons.
+* dolphin. Collection of useful PHP skeletons.
 * Copyright (C) 2009 Johannes 'Banana' Keßler
 *
 * This program is free software: you can redistribute it and/or modify
index 2dbea224357511a132564b74f17600c0b127bd5f..ef8ba7aa59207d7a9e1641b6f2577814c7a65a2f 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 <div id="menu">Place the menu here</div>
-<div id="content">{inlcude file=$template}</div>
+<div id="content">{include file=$template}</div>
 <div id="footer">the footer text</div>
 </body>
 </html>
index e623674dacf5bf6b35cad5c26ec9e594f9ba95cb..19773e3c51500017e8dfd564b6cb19a01ab64db7 100644 (file)
@@ -1,4 +1,4 @@
-<!-- all the data are in the $data varibale -->
+<!-- all the data are in the $data variable -->
 {$data.test}
 
 <p>some nice html data</p>
index cbadec135506bbc70e3194b107a5993a8d9b1e9b..faafc96449fcea6997abbd43b3f13fdbbadb4ec3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  dolphin. Collection of usefull PHP skeletons.
+ *  dolphin. Collection of useful PHP skeletons.
  *  Copyright (C) 2009  Johannes 'Banana' Keßler
  *
  * This program is free software: you can redistribute it and/or modify
index f90c4fba03734133b7bc4ccf8183050da21b9014..08372a9d35d21f9cd1a38be912a397cd1fe3d59d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  dolphin. Collection of usefull PHP skeletons.
+ *  dolphin. Collection of useful PHP skeletons.
  *  Copyright (C) 2011  Johannes 'Banana' Keßler
  *
  * This program is free software: you can redistribute it and/or modify
index 59c9114f37fe582006575a43faa91ea9cb9abbea..6bd5599e40220332a46e8b90fb30e619ecb2c94c 100644 (file)
@@ -1,6 +1,6 @@
 <?php 
 /**
- *  dolphin. Collection of usefull PHP skeletons.
+ *  dolphin. Collection of useful PHP skeletons.
  *  Copyright (C) 2011  Johannes 'Banana' Keßler
  *
  * This program is free software: you can redistribute it and/or modify
@@ -21,7 +21,7 @@
  * @param string $string The text to be colored
  * @param string $col The text color
  * @param string $bcol The background color. Default is not set
- * @param string $ret The formated ( or not ) text
+ * @param string $ret The formatted ( or not ) text
  */
 function cO($string,$col,$bcol=false) {
        $ret = false;
index ad9497701e901629b24a0835b9941f0172fd89ab..f0a9831bde2bce8277a15997e9c8e00819e8f121 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- *  dolphin. Collection of usefull PHP skeletons.
+ *  dolphin. Collection of useful PHP skeletons.
  *  Copyright (C) 2009  Johannes 'Banana' Keßler
  *
  * This program is free software: you can redistribute it and/or modify
@@ -13,7 +13,7 @@
 
 /**
  * validate if given string is correct
- * this can easily exapnded with more match patterns
+ * this can easily expanded with more match patterns
  *
  * @param string $string
  * @param string $mode