From 17609530e33d25a0a8c63f7566939431a205bb30 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 31 Jan 2013 20:19:02 -0500 Subject: [PATCH] Removed mentions of boilerplate ditched docs The docblock stuff is always out of date, if anyone wants they are welcome to generate the documentation on their own. Also closes #10 --- README.md | 6 +- docs/PICKLES/API_Common.html | 137 - docs/PICKLES/API_Google_Profanity.html | 113 - docs/PICKLES/API_Tinychat.html | 332 --- docs/PICKLES/Browser.html | 274 -- docs/PICKLES/Cache.html | 506 ---- docs/PICKLES/Config.html | 261 -- docs/PICKLES/Controller.html | 176 -- docs/PICKLES/Convert.html | 157 -- docs/PICKLES/Database.html | 148 - docs/PICKLES/Database_Common.html | 768 ------ docs/PICKLES/Database_PDO_Common.html | 394 --- docs/PICKLES/Database_PDO_MySQL.html | 150 - docs/PICKLES/Database_PDO_PostgreSQL.html | 150 - docs/PICKLES/Database_PDO_SQLite.html | 124 - docs/PICKLES/Date.html | 111 - docs/PICKLES/Display_Common.html | 503 ---- docs/PICKLES/Display_JSON.html | 105 - docs/PICKLES/Display_PHP.html | 199 -- docs/PICKLES/Display_RSS.html | 105 - docs/PICKLES/Display_XML.html | 105 - docs/PICKLES/Dynamic.html | 197 -- docs/PICKLES/Error.html | 110 - docs/PICKLES/File.html | 111 - docs/PICKLES/Form.html | 970 ------- docs/PICKLES/Log.html | 329 --- docs/PICKLES/Model.html | 1181 -------- docs/PICKLES/Module.html | 642 ----- docs/PICKLES/Object.html | 258 -- docs/PICKLES/Profiler.html | 272 -- docs/PICKLES/Security.html | 384 --- docs/PICKLES/Session.html | 373 --- docs/PICKLES/String.html | 314 --- docs/PICKLES/Time.html | 413 --- docs/PICKLES/_classes---API---Common.php.html | 68 - ...lasses---API---Google---Profanity.php.html | 68 - .../_classes---API---Tinychat.php.html | 68 - docs/PICKLES/_classes---Browser.php.html | 85 - docs/PICKLES/_classes---Cache.php.html | 85 - docs/PICKLES/_classes---Config.php.html | 68 - docs/PICKLES/_classes---Controller.php.html | 68 - docs/PICKLES/_classes---Convert.php.html | 68 - .../_classes---Database---Common.php.html | 68 - ...classes---Database---PDO---Common.php.html | 68 - ..._classes---Database---PDO---MySQL.php.html | 68 - ...ses---Database---PDO---PostgreSQL.php.html | 68 - ...classes---Database---PDO---SQLite.php.html | 68 - docs/PICKLES/_classes---Database.php.html | 68 - docs/PICKLES/_classes---Date.php.html | 68 - .../_classes---Display---Common.php.html | 68 - .../_classes---Display---JSON.php.html | 68 - .../PICKLES/_classes---Display---PHP.php.html | 68 - .../PICKLES/_classes---Display---RSS.php.html | 68 - .../PICKLES/_classes---Display---XML.php.html | 68 - docs/PICKLES/_classes---Dynamic.php.html | 68 - docs/PICKLES/_classes---Error.php.html | 68 - docs/PICKLES/_classes---File.php.html | 68 - docs/PICKLES/_classes---Form.php.html | 68 - docs/PICKLES/_classes---Log.php.html | 68 - docs/PICKLES/_classes---Model.php.html | 68 - docs/PICKLES/_classes---Module.php.html | 68 - docs/PICKLES/_classes---Object.php.html | 68 - docs/PICKLES/_classes---Profiler.php.html | 68 - docs/PICKLES/_classes---Security.php.html | 68 - docs/PICKLES/_classes---Session.php.html | 68 - docs/PICKLES/_classes---String.php.html | 68 - docs/PICKLES/_classes---Time.php.html | 68 - docs/PICKLES/_jar.php.html | 324 --- docs/PICKLES/_pickles.php.html | 563 ---- docs/blank.html | 30 - docs/classtrees_PICKLES.html | 125 - docs/elementindex.html | 2395 ---------------- docs/elementindex_PICKLES.html | 2411 ----------------- docs/errors.html | 567 ---- docs/index.html | 41 - docs/li_PICKLES.html | 123 - docs/media/banner.css | 32 - docs/media/stylesheet.css | 144 - docs/packages.html | 121 - docs/ric_MIT-LICENSE.txt.html | 95 - docs/ric_README.md.html | 122 - docs/todolist.html | 54 - scripts/generate_docs.sh | 3 - 83 files changed, 1 insertion(+), 19805 deletions(-) delete mode 100644 docs/PICKLES/API_Common.html delete mode 100644 docs/PICKLES/API_Google_Profanity.html delete mode 100644 docs/PICKLES/API_Tinychat.html delete mode 100644 docs/PICKLES/Browser.html delete mode 100644 docs/PICKLES/Cache.html delete mode 100644 docs/PICKLES/Config.html delete mode 100644 docs/PICKLES/Controller.html delete mode 100644 docs/PICKLES/Convert.html delete mode 100644 docs/PICKLES/Database.html delete mode 100644 docs/PICKLES/Database_Common.html delete mode 100644 docs/PICKLES/Database_PDO_Common.html delete mode 100644 docs/PICKLES/Database_PDO_MySQL.html delete mode 100644 docs/PICKLES/Database_PDO_PostgreSQL.html delete mode 100644 docs/PICKLES/Database_PDO_SQLite.html delete mode 100644 docs/PICKLES/Date.html delete mode 100644 docs/PICKLES/Display_Common.html delete mode 100644 docs/PICKLES/Display_JSON.html delete mode 100644 docs/PICKLES/Display_PHP.html delete mode 100644 docs/PICKLES/Display_RSS.html delete mode 100644 docs/PICKLES/Display_XML.html delete mode 100644 docs/PICKLES/Dynamic.html delete mode 100644 docs/PICKLES/Error.html delete mode 100644 docs/PICKLES/File.html delete mode 100644 docs/PICKLES/Form.html delete mode 100644 docs/PICKLES/Log.html delete mode 100644 docs/PICKLES/Model.html delete mode 100644 docs/PICKLES/Module.html delete mode 100644 docs/PICKLES/Object.html delete mode 100644 docs/PICKLES/Profiler.html delete mode 100644 docs/PICKLES/Security.html delete mode 100644 docs/PICKLES/Session.html delete mode 100644 docs/PICKLES/String.html delete mode 100644 docs/PICKLES/Time.html delete mode 100644 docs/PICKLES/_classes---API---Common.php.html delete mode 100644 docs/PICKLES/_classes---API---Google---Profanity.php.html delete mode 100644 docs/PICKLES/_classes---API---Tinychat.php.html delete mode 100644 docs/PICKLES/_classes---Browser.php.html delete mode 100644 docs/PICKLES/_classes---Cache.php.html delete mode 100644 docs/PICKLES/_classes---Config.php.html delete mode 100644 docs/PICKLES/_classes---Controller.php.html delete mode 100644 docs/PICKLES/_classes---Convert.php.html delete mode 100644 docs/PICKLES/_classes---Database---Common.php.html delete mode 100644 docs/PICKLES/_classes---Database---PDO---Common.php.html delete mode 100644 docs/PICKLES/_classes---Database---PDO---MySQL.php.html delete mode 100644 docs/PICKLES/_classes---Database---PDO---PostgreSQL.php.html delete mode 100644 docs/PICKLES/_classes---Database---PDO---SQLite.php.html delete mode 100644 docs/PICKLES/_classes---Database.php.html delete mode 100644 docs/PICKLES/_classes---Date.php.html delete mode 100644 docs/PICKLES/_classes---Display---Common.php.html delete mode 100644 docs/PICKLES/_classes---Display---JSON.php.html delete mode 100644 docs/PICKLES/_classes---Display---PHP.php.html delete mode 100644 docs/PICKLES/_classes---Display---RSS.php.html delete mode 100644 docs/PICKLES/_classes---Display---XML.php.html delete mode 100644 docs/PICKLES/_classes---Dynamic.php.html delete mode 100644 docs/PICKLES/_classes---Error.php.html delete mode 100644 docs/PICKLES/_classes---File.php.html delete mode 100644 docs/PICKLES/_classes---Form.php.html delete mode 100644 docs/PICKLES/_classes---Log.php.html delete mode 100644 docs/PICKLES/_classes---Model.php.html delete mode 100644 docs/PICKLES/_classes---Module.php.html delete mode 100644 docs/PICKLES/_classes---Object.php.html delete mode 100644 docs/PICKLES/_classes---Profiler.php.html delete mode 100644 docs/PICKLES/_classes---Security.php.html delete mode 100644 docs/PICKLES/_classes---Session.php.html delete mode 100644 docs/PICKLES/_classes---String.php.html delete mode 100644 docs/PICKLES/_classes---Time.php.html delete mode 100644 docs/PICKLES/_jar.php.html delete mode 100644 docs/PICKLES/_pickles.php.html delete mode 100644 docs/blank.html delete mode 100644 docs/classtrees_PICKLES.html delete mode 100644 docs/elementindex.html delete mode 100644 docs/elementindex_PICKLES.html delete mode 100644 docs/errors.html delete mode 100644 docs/index.html delete mode 100644 docs/li_PICKLES.html delete mode 100644 docs/media/banner.css delete mode 100644 docs/media/stylesheet.css delete mode 100644 docs/packages.html delete mode 100644 docs/ric_MIT-LICENSE.txt.html delete mode 100644 docs/ric_README.md.html delete mode 100644 docs/todolist.html delete mode 100755 scripts/generate_docs.sh diff --git a/README.md b/README.md index a98eff3..475e784 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,6 @@ Installation is quite simple as there is no installer to run, and all server con 2. Place the code anywhere you'd like (that's at least 2 directories up from the root of your website). I recommend using /usr/share/pickles -3. Open the boilerplate directory and you will find a sample site ready to be copied and pasted to wherever the site you set up is located. - - - The directory public will need to be renamed to whatever you've set up your document root as. - - - The file apache.conf will give you some insight to how configure Apache, or you can just set the include path in public/index.php +3. A starter site can be obtained from [[http://github.com/joshtronic/pickles-starter]]. It has everything you need to get a site up and running. 4. At this point you should have a very rudimentary site up and running. diff --git a/docs/PICKLES/API_Common.html b/docs/PICKLES/API_Common.html deleted file mode 100644 index e36fc38..0000000 --- a/docs/PICKLES/API_Common.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - Docs For Class API_Common - - - - -
-

Class API_Common

- - -
-
Description
- -
- -

Common API Interface

-

Parent class that our API interface classes should be extending. Contains execution of parental functions but may contain more down the road.

-
    -
  • abstract:
  • -
-

- Located in /classes/API/Common.php (line 24) -

- - -
Object
-   |
-   --API_Common
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- API_Common - __construct - () -
-
- void - __destruct - () -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 29) -
- - -

Constructor

-
    -
  • access: public
  • -
- -
- API_Common - - __construct - - () -
- - - -
- -
- -
- Destructor __destruct (line 37) -
- - -

Destructor

-
    -
  • access: public
  • -
- -
- void - - __destruct - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/API_Google_Profanity.html b/docs/PICKLES/API_Google_Profanity.html deleted file mode 100644 index 51f9590..0000000 --- a/docs/PICKLES/API_Google_Profanity.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - Docs For Class API_Google_Profanity - - - - -
-

Class API_Google_Profanity

- - -
-
Description
- -
- -

Google Profanity API Interface

-

- Located in /classes/API/Google/Profanity.php (line 21) -

- - -
API_Common
-   |
-   --API_Google_Profanity
- -
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - check - (string $word) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method check (line 32) -
- - -

Check

-

Checks if a word is considered profanity.

-
    -
  • return: whether or not the word is profanity
  • -
  • usage: API_Google_Profanity::check('fuck'); // returns true
  • -
  • access: public
  • -
- -
- static - boolean - - check - - (string $word) -
- -
    -
  • - string - $word: word to check
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/API_Tinychat.html b/docs/PICKLES/API_Tinychat.html deleted file mode 100644 index d182fd1..0000000 --- a/docs/PICKLES/API_Tinychat.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - Docs For Class API_Tinychat - - - - -
-

Class API_Tinychat

- - -
-
Description
- -
- -

Tinychat API Interface

- -

- Located in /classes/API/Tinychat.php (line 23) -

- - -
API_Common
-   |
-   --API_Tinychat
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- API_Tinychat - __construct - () -
-
- array - generateHTML - ( $room, [ $join = false], [ $nick = false], [ $change = false], [ $login = false], [ $oper = false], [ $owner = false], [ $bcast = false], [ $api = false], [ $colorbk = false], [ $tcdisplay = false], [ $autoop = false], [ $urlsuper = false], [ $langdefault = false]) -
-
- array - listRooms - () -
-
- array - roomInfo - (string $room, [boolean $with_ip = false]) -
-
- array - setBroadcastPassword - (string $room, [string $password = '']) -
-
- array - setRoomPassword - (string $room, [string $password = '']) -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 46) -
- - -

Constructor

-

Assigns our public and secret keys from the configuration.

-
    -
  • access: public
  • -
- -
- API_Tinychat - - __construct - - () -
- - - -
- -
- -
- generateHTML (line 157) -
- - -

Generate HTML

-

Creates the HTML to place a chat on a site.

-
    -
  • return: API results
  • -
  • todo: List params...
  • -
  • access: public
  • -
- -
- array - - generateHTML - - ( $room, [ $join = false], [ $nick = false], [ $change = false], [ $login = false], [ $oper = false], [ $owner = false], [ $bcast = false], [ $api = false], [ $colorbk = false], [ $tcdisplay = false], [ $autoop = false], [ $urlsuper = false], [ $langdefault = false]) -
- -
    -
  • - - $room
  • -
  • - - $join
  • -
  • - - $nick
  • -
  • - - $change
  • -
  • - - $login
  • -
  • - - $oper
  • -
  • - - $owner
  • -
  • - - $bcast
  • -
  • - - $api
  • -
  • - - $colorbk
  • -
  • - - $tcdisplay
  • -
  • - - $autoop
  • -
  • - - $urlsuper
  • -
  • - - $langdefault
  • -
- - -
- -
- -
- listRooms (line 100) -
- - -

List Rooms

-

Pulls all rooms for the API application.

-
    -
  • return: API results
  • -
  • access: public
  • -
- -
- array - - listRooms - - () -
- - - -
- -
- -
- roomInfo (line 114) -
- - -

Room Info

-

Pulls the information for a room.

-
    -
  • return: API results
  • -
  • access: public
  • -
- -
- array - - roomInfo - - (string $room, [boolean $with_ip = false]) -
- -
    -
  • - string - $room: name of the room
  • -
  • - boolean - $with_ip: whether or not to include users IP addresses
  • -
- - -
- -
- -
- setBroadcastPassword (line 144) -
- - -

Set Broadcast Password

-

Sets the password to allow broadcasting in the room. Only users with the correct password will be able to broadcast.

-
    -
  • return: API results
  • -
  • access: public
  • -
- -
- array - - setBroadcastPassword - - (string $room, [string $password = '']) -
- -
    -
  • - string - $room: name of the room
  • -
  • - string - $password: password to use, blank for no password
  • -
- - -
- -
- -
- setRoomPassword (line 129) -
- - -

Set Room Password

-

Sets the password for the room, only users with the correct password will be able to enter.

-
    -
  • return: API results
  • -
  • access: public
  • -
- -
- array - - setRoomPassword - - (string $room, [string $password = '']) -
- -
    -
  • - string - $room: name of the room
  • -
  • - string - $password: password to use, blank for no password
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Browser.html b/docs/PICKLES/Browser.html deleted file mode 100644 index 26fd28a..0000000 --- a/docs/PICKLES/Browser.html +++ /dev/null @@ -1,274 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4436 103461440 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.4438 103465112 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.4439 103506800 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.4445 103536464 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4446 103584688 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4693 103959312 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - Docs For Class Browser - - - - -
-

Class Browser

- - -
-
Description
- -
- -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4436 103461440 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.4438 103465112 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.4725 104360216 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.4727 104362664 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:59 - 6.4728 104369376 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.4731 104372016 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4733 104404952 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4743 104425480 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -

Browser Utility Class

-

Just a simple collection of static functions to accomplish some of the more redundant browser-related tasks.

-

- Located in /classes/Browser.php (line 24) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - isMobile - () -
-
- static void - redirect - (string $destination) -
-
- static void - status - ([integer $code = 200]) -
- -
-
-
- - - -
-
Methods
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4436 103461440 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.4438 103465112 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.4725 104360216 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.4753 104372440 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.4754 104379144 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.4758 104393704 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4759 104432776 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4772 104572808 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.4774 104574552 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4436 103461440 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.4438 103465112 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.4725 104360216 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.4753 104372440 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.4754 104379144 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.4758 104393704 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4759 104432776 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4834 104605432 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.4836 104607192 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4436 103461440 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.4438 103465112 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.4725 104360216 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.4753 104372440 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.4754 104379144 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.4758 104393704 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4759 104432776 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4899 104624120 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - -
- -
- static method isMobile (line 33) -
- - -

Is Mobile

-

Detects if we're working with a mobile browser.

-
    -
  • return: whether or not the browser is considered mobile
  • -
  • access: public
  • -
- -
- static - boolean - - isMobile - - () -
- - - -
- -
- -
- static method redirect (line 52) -
- - -

Redirect

-

Redirects the browser to another URL. Stops execution as to not run code erroneously due to output buffering. HTTP/1.1 request an absolute URI, hence the inclusion of the scheme, hostname and absolute path if :// is not found. Don't hate the player, hate the RFC.

- - -
- static - void - - redirect - - (string $destination) -
- -
    -
  • - string - $destination: URL to redirect to
  • -
- - -
- -
- -
- static method status (line 75) -
- - -

Status

-

Pushes a status code to the browser. Some of these codes are site (420) and server (444) specific, some just for LOLs (418) and some that are still in draft (425) and subject to change. I wanted this to be a complete list and in the scenario that a code had multiple meanings, I favored a more recent RFC (424) even if merely a draft (451).

-
    -
  • access: public
  • -
- -
- static - void - - status - - ([integer $code = 200]) -
- -
    -
  • - integer - $code: status response code
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Cache.html b/docs/PICKLES/Cache.html deleted file mode 100644 index fe182d8..0000000 --- a/docs/PICKLES/Cache.html +++ /dev/null @@ -1,506 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5511 103673176 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.5512 103702864 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5513 103748344 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5746 104128472 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.5779 104538568 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:4 - 6.5780 104545648 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.5781 104548664 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5782 104581352 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5787 104592136 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - Docs For Class Cache - - - - -
-

Class Cache

- - -
-
Description
- -
- -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.5794 104540040 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:59 - 6.5795 104546696 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.5796 104549416 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5796 104581728 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5806 104602368 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -

Cache Class

-

Wrapper class for Memcache() to allow for better error handling when the Memcached server is unavailable. Designed around the syntax for Memcached() to allow for an easier transistion to the aforementioned in the future. I don't entirely remember specifics, but the reason for not using Memcached() was due to an unexplainable bug in the version in the repository for Ubuntu 10.04 LTS. Memcached() does support more of the memcached protocol and will eventually be what PICKLES uses.

Requires php5-memcache

- -

- Located in /classes/Cache.php (line 35) -

- - -
Object
-   |
-   --Cache
- -
-
- - - - - -
-
Method Summary
- -
-
-
- static object self::$instance - getInstance - ([string $class = 'Cache']) -
- -
- Cache - __construct - ([string $hostname = null], [ $port = null], string $database) -
-
- void - __destruct - () -
-
- boolean - delete - (string $key) -
-
- mixed - get - (string $key) -
-
- boolean - increment - (string $key) -
-
- void - open - () -
-
- boolean - set - (string $key, mixed $value, [ $expire = 300], integer $expiration) -
-
-
-
- - - -
-
Methods
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.5818 104555648 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.5819 104562176 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.5820 104576680 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5820 104615208 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5834 104753520 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.5835 104755264 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.5818 104555648 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.5819 104562176 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.5820 104576680 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5820 104615208 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5901 104786280 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.5903 104788024 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.5818 104555648 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:684 - 6.5819 104562176 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.5820 104576680 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5820 104615208 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6025 104805912 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - -
- -
- static method getInstance (line 110) -
- - -

Get Instance

-

Let's the parent class do all the work.

-
    -
  • return: instance of the Cache class
  • -
  • access: public
  • -
- -
- static - object self::$instance - - getInstance - - ([string $class = 'Cache']) -
- -
    -
  • - string - $class: name of the class to instantiate
  • -
- - -
- - -
- -
- Constructor __construct (line 69) -
- - -

Constructor

-

Sets up our connection variables.

-
    -
  • access: public
  • -
- -
- Cache - - __construct - - ([string $hostname = null], [ $port = null], string $database) -
- -
    -
  • - string - $hostname: optional hostname to connect to
  • -
  • - string - $database: optional port to use
  • -
  • - - $port
  • -
- - -
- -
- -
- Destructor __destruct (line 93) -
- - -

Destructor

-

Closes the connection when the object dies.

-
    -
  • access: public
  • -
- -
- void - - __destruct - - () -
- - - -
- -
- -
- delete (line 181) -
- - -

Delete Key

-

Deletes the specified key.

-
    -
  • return: status of deleting the key
  • -
  • access: public
  • -
- -
- boolean - - delete - - (string $key) -
- -
    -
  • - string - $key: key to delete
  • -
- - -
- -
- -
- get (line 139) -
- - -

Get Key

-

Gets the value of the key and returns it.

-
    -
  • return: value of the requested key, false if not set
  • -
  • access: public
  • -
- -
- mixed - - get - - (string $key) -
- -
    -
  • - string - $key: key to retrieve
  • -
- - -
- -
- -
- increment (line 200) -
- - -

Increment Key

-

Increments the value of an existing key.

-
    -
  • return: status of incrementing the key
  • -
  • todo: Wondering if I should check the key and set to 1 if it's new
  • -
  • access: public
  • -
- -
- boolean - - increment - - (string $key) -
- -
    -
  • - string - $key: key to increment
  • -
- - -
- -
- -
- open (line 120) -
- - -

Opens Connection

-

Establishes a connection to the memcached server.

-
    -
  • access: public
  • -
- -
- void - - open - - () -
- - - -
- -
- -
- set (line 163) -
- - -

Set Key

-

Sets key to the specified value. I've found that compression can lead to issues with integers and can slow down the storage and retrieval of data (defeats the purpose of caching if you ask me) and isn't supported. I've also been burned by data inadvertantly being cached for infinity, hence the 5 minute default.

-
    -
  • return: status of writing the data to the key
  • -
  • access: public
  • -
- -
- boolean - - set - - (string $key, mixed $value, [ $expire = 300], integer $expiration) -
- -
    -
  • - string - $key: key to set
  • -
  • - mixed - $value: value to set
  • -
  • - integer - $expiration: optional expiration, defaults to 5 minutes
  • -
  • - - $expire
  • -
- - -
- -
-
- - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5509 103627984 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.5510 103631384 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.5779 104537072 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.6158 104558896 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:857 - 6.6158 104565128 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.6159 104567536 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.6160 104600576 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6167 104613032 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Config.html b/docs/PICKLES/Config.html deleted file mode 100644 index 7bd2aaf..0000000 --- a/docs/PICKLES/Config.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - Docs For Class Config - - - - -
-

Class Config

- - -
-
Description
- -
- -

Config Class

-

Handles loading the site's configuration file (if available). At the moment this class is a very skewed Singleton. The plan is to eventually extend this out to support multiple configuration files, and the ability to load in custom config files on the fly as well. The core of PICKLES uses the class as a Singleton so we're not loading the configuration multiple times per page load.

-
    -
  • usage:
    1. $config new Config($filename);
    2. -
  • -
-

- Located in /classes/Config.php (line 30) -

- - -
Object
-   |
-   --Config
- -
-
- - - - - -
-
Method Summary
- -
-
-
- static object self::$instance - getInstance - ([string $class = 'Config']) -
- -
- Config - __construct - ([string $filename = null]) -
-
- boolean - load - (string $filename) -
-
- mixed - __get - (string $name) -
-
- void - __set - (string $name, mixed $value) -
-
-
-
- - - -
-
Methods
- -
- - -
- -
- static method getInstance (line 271) -
- - -

Get instance of the object

-

Let's the parent class do all the work

-
    -
  • return: instance of the Config class
  • -
  • access: public
  • -
- -
- static - object self::$instance - - getInstance - - ([string $class = 'Config']) -
- -
    -
  • - string - $class: name of the class to instantiate
  • -
- - -
- - -
- -
- Constructor __construct (line 47) -
- - -

Constructor

-

Calls the parent constructor and loads the passed file.

-
    -
  • access: public
  • -
- -
- Config - - __construct - - ([string $filename = null]) -
- -
    -
  • - string - $filename: optional Filename of the config
  • -
- - -
- -
- -
- load (line 85) -
- - -

Loads a configuration file

-
    -
  • return: success of the load process
  • -
  • access: public
  • -
- -
- boolean - - load - - (string $filename) -
- -
    -
  • - string - $filename: filename of the config file
  • -
- - -
- -
- -
- __get (line 298) -
- - -

Magic Getter Method

-

Attempts to load the config variable. If it's not set, will override the variable with boolean false.

-
    -
  • return: value of the variable or boolean false
  • -
  • access: public
  • -
- -
- mixed - - __get - - (string $name) -
- -
    -
  • - string - $name: name of the variable requested
  • -
- - -
- -
- -
- __set (line 284) -
- - -

Magic Setter Method

-

Prohibits the direct modification of module variables.

-
    -
  • access: public
  • -
- -
- void - - __set - - (string $name, mixed $value) -
- -
    -
  • - string - $name: name of the variable to be set
  • -
  • - mixed - $value: value of the variable to be set
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Controller.html b/docs/PICKLES/Controller.html deleted file mode 100644 index aa329c0..0000000 --- a/docs/PICKLES/Controller.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - Docs For Class Controller - - - - -
-

Class Controller

- - -
-
Description
- -
- -

Controller Class

-

The heavy lifter of PICKLES, makes the calls to get the session and configuration loaded. Loads modules, serves up user authentication when the module asks for it, and loads the viewer that the module requested. Default values are present to make things easier on the user.

- -

- Located in /classes/Controller.php (line 28) -

- - -
Object
-   |
-   --Controller
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- Controller - __construct - () -
-
- void - __destruct - () -
-
- array - prepareVariables - (string $basename) -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 48) -
- - -

Constructor

-

To make life a bit easier when using PICKLES, the Controller logic is executed automatically via use of a constructor.

-
    -
  • access: public
  • -
- -
- Controller - - __construct - - () -
- - - -
- -
- -
- Destructor __destruct (line 410) -
- - -

Destructor

-

Dumps out the Profiler's report if applicable.

-
    -
  • access: public
  • -
- -
- void - - __destruct - - () -
- - - -
- -
- -
- prepareVariables (line 430) -
- - -

Prepare Variables

-

Processes the request variable and creates all the variables that the Controller needs to load the page.

-
    -
  • return: the resulting variables
  • -
  • access: public
  • -
- -
- array - - prepareVariables - - (string $basename) -
- -
    -
  • - string - $basename: the requested page
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Convert.html b/docs/PICKLES/Convert.html deleted file mode 100644 index 0c54704..0000000 --- a/docs/PICKLES/Convert.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - Docs For Class Convert - - - - -
-

Class Convert

- - -
-
Description
- -
- -

Convert Class

-

Collection of statically called methods to help aid in converting formats.

-

- Located in /classes/Convert.php (line 23) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static string - arrayToXML - (array $array, [ $format = false], [ $level = 0]) -
-
- static JSON - toJSON - (mixed $variable) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method arrayToXML (line 80) -
- - -

Array to XML

-

Converts an array into XML tags (recursive). This method expects the passed array to be formatted very specifically to accomodate the fact that an array's format isn't quite the same as well-formed XML.

Input Array = array('children' => array( 'child' => array( array('name' => 'Wendy Darling'), array('name' => 'John Darling'), array('name' => 'Michael Darling') ) ))

Output XML = <children> <child><name>Wendy Darling</name></child> <child><name>John Darling</name></child> <child><name>Michael Darling</name></child> </children>

-
    -
  • return: generated XML
  • -
  • access: public
  • -
- -
- static - string - - arrayToXML - - (array $array, [ $format = false], [ $level = 0]) -
- -
    -
  • - array - $array: array to convert into XML
  • -
  • - - $format
  • -
  • - - $level
  • -
- - -
- -
- -
- static method toJSON (line 41) -
- - -

To JSON

-

Encodes passed variable as JSON.

Requires PHP 5 >= 5.2.0 or PECL json >= 1.2.0 Note: PECL json 1.2.1 is included /vendors

- - -
- static - JSON - - toJSON - - (mixed $variable) -
- -
    -
  • - mixed - $variable: variable to convert
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database.html b/docs/PICKLES/Database.html deleted file mode 100644 index dae5735..0000000 --- a/docs/PICKLES/Database.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - Docs For Class Database - - - - -
-

Class Database

- - -
-
Description
- -
- -

Database Factory

-

Generic class to simplify connecting to a database. All database objects should be created by this class to future proof against any internal changes to PICKLES.

-

- Located in /classes/Database.php (line 25) -

- - -
Object
-   |
-   --Database
- -
-
- - - - - -
-
Method Summary
- -
-
-
- static object instance - getInstance - ([string $name = null]) -
- -
- Database - __construct - ([String $name = null]) -
-
-
-
- - - -
-
Methods
- -
- - -
- -
- static method getInstance (line 54) -
- - -

Get Instance

-

Looks up the datasource using the passed name and gets an instance of it. Allows for easy sharing of certain classes within the system to avoid the extra overhead of creating new objects each time. Also avoids the hassle of passing around variables (yeah I know, very global-ish)

-
    -
  • return: of the class
  • -
  • access: public
  • -
- -
- static - object instance - - getInstance - - ([string $name = null]) -
- -
    -
  • - string - $name: name of the datasource
  • -
- - -
- - -
- -
- Constructor __construct (line 35) -
- - -

Constructor

-

Attempts to get an instance of the passed database type or attempts to use a default specified in the config.

-
    -
  • access: public
  • -
- -
- Database - - __construct - - ([String $name = null]) -
- -
    -
  • - string - $name: optional name of the connection to use
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database_Common.html b/docs/PICKLES/Database_Common.html deleted file mode 100644 index a577584..0000000 --- a/docs/PICKLES/Database_Common.html +++ /dev/null @@ -1,768 +0,0 @@ - - - - - - Docs For Class Database_Common - - - - -
-

Class Database_Common

- - -
-
Description
- -
- -

Common Database Abstraction Layer

-

Parent class that our database driver classes should be extending. Contains basic functionality for instantiation and interfacing.

-
    -
  • abstract:
  • -
-

- Located in /classes/Database/Common.php (line 24) -

- - -
Object
-   |
-   --Database_Common
- -
-
- - - - -
-
Variable Summary
- -
-
-
- boolean - $cache -
-
- object - $connection -
-
- string - $database -
-
- string - $driver -
-
- string - $hostname -
-
- string - $password -
-
- integer - $port -
-
- object - $results -
-
- integer - $socket -
-
- string - $username -
-
-
-
- - -
-
Method Summary
- -
-
- -
- Database_Common - __construct - () -
-
- boolean - close - () -
-
- string - getCache - () -
-
- string - getDriver - () -
-
- boolean - open - () -
-
- void - setCache - (boolean $cache) -
-
- void - setDatabase - (string $database) -
-
- void - setHostname - (string $hostname) -
-
- void - setPassword - (string $password) -
-
- void - setPort - (integer $port) -
-
- void - setSocket - (string $socket) -
-
- void - setUsername - (string $username) -
-
-
-
- - -
-
Variables
- -
- -
- -
- - boolean - $cache - = false (line 88) - -
- - -

Whether or not to use caching

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - object - $connection - = null (line 96) - -
- - -

Connection resource

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $database - = null (line 80) - -
- - -

Database name for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $driver - = null (line 32) - -
- - -

Driver

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $hostname - = 'localhost' (line 40) - -
- - -

Hostname for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $password - = null (line 72) - -
- - -

Password for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - integer - $port - = null (line 48) - -
- - -

Port number for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - object - $results - = null (line 104) - -
- - -

Results object for the executed statement

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - integer - $socket - = null (line 56) - -
- - -

UNIX socket for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $username - = null (line 64) - -
- - -

Username for the server

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 109) -
- - -

Constructor

-
    -
  • access: public
  • -
- -
- Database_Common - - __construct - - () -
- - - -
- -
- -
- close (line 240) -
- - -

Closes database connection

-

Sets the connection to null regardless of state.

-
    -
  • return: always true
  • -
  • abstract:
  • -
  • access: public
  • -
- -
- boolean - - close - - () -
- - - -
- -
- -
- getCache (line 217) -
- - -

Get Cache

-

Returns the status of caching for this datasource.

-
    -
  • return: whether or not to use the cache
  • -
  • access: public
  • -
- -
- string - - getCache - - () -
- - - -
- -
- -
- getDriver (line 205) -
- - -

Get Driver

-

Returns the name of the driver in use. Used by the Model class to determine which path to take when interfacing with the Database object.

-
    -
  • return: name of the driver in use
  • -
  • access: public
  • -
- -
- string - - getDriver - - () -
- - - -
- -
- -
- open (line 231) -
- - -

Opens database connection

-

Establishes a connection to the MySQL database based on the configuration options that are available in the Config object.

-
    -
  • return: true on success, throws an exception overwise
  • -
  • abstract:
  • -
  • access: public
  • -
- -
- boolean - - open - - () -
- - - -
- -
- -
- setCache (line 192) -
- - -

Set Cache

-
    -
  • access: public
  • -
- -
- void - - setCache - - (boolean $cache) -
- -
    -
  • - boolean - $cache: whether or not to use cache
  • -
- - -
- -
- -
- setDatabase (line 182) -
- - -

Set Database

-
    -
  • access: public
  • -
- -
- void - - setDatabase - - (string $database) -
- -
    -
  • - string - $database: database for the database
  • -
- - -
- -
- -
- setHostname (line 132) -
- - -

Set Hostname

-
    -
  • access: public
  • -
- -
- void - - setHostname - - (string $hostname) -
- -
    -
  • - string - $hostname: hostname for the database
  • -
- - -
- -
- -
- setPassword (line 172) -
- - -

Set Password

-
    -
  • access: public
  • -
- -
- void - - setPassword - - (string $password) -
- -
    -
  • - string - $password: password for the database
  • -
- - -
- -
- -
- setPort (line 142) -
- - -

Set Port

-
    -
  • access: public
  • -
- -
- void - - setPort - - (integer $port) -
- -
    -
  • - integer - $port: port for the database
  • -
- - -
- -
- -
- setSocket (line 152) -
- - -

Set Socket

-
    -
  • access: public
  • -
- -
- void - - setSocket - - (string $socket) -
- -
    -
  • - string - $socket: name of the UNIX socket
  • -
- - -
- -
- -
- setUsername (line 162) -
- - -

Set Username

-
    -
  • access: public
  • -
- -
- void - - setUsername - - (string $username) -
- -
    -
  • - string - $username: username for the database
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database_PDO_Common.html b/docs/PICKLES/Database_PDO_Common.html deleted file mode 100644 index 9c2609d..0000000 --- a/docs/PICKLES/Database_PDO_Common.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - Docs For Class Database_PDO_Common - - - - -
-

Class Database_PDO_Common

- - -
-
Description
- -
- -

PDO Abstraction Layer

-

Parent class for any of our database classes that use PDO.

-

- Located in /classes/Database/PDO/Common.php (line 23) -

- - -
Database_Common
-   |
-   --Database_PDO_Common
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $attributes -
-
- string - $dsn -
-
-
-
- - -
-
Method Summary
- -
-
- -
- Database_PDO_Common - __construct - () -
-
- boolean - close - () -
-
- integer - execute - (string $sql, [array $input_parameters = null]) -
-
- mixed - fetch - ([string $sql = null], [array $input_parameters = null], string $return_type) -
-
- boolean - open - () -
-
-
-
- - -
-
Variables
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.6640 103620264 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.6641 103623696 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.6667 104527584 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.6674 104544360 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:583 - 6.6674 104550648 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.6679 104558040 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.6680 104593472 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6690 104663448 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.6692 104665288 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.6640 103620264 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.6641 103623696 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.6667 104527584 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.6674 104544360 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:583 - 6.6674 104550648 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.6679 104558040 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.6680 104593472 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6725 104681536 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.6726 104683440 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.6640 103620264 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 6.6641 103623696 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 6.6667 104527584 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.6674 104544360 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:583 - 6.6674 104550648 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.6679 104558040 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.6680 104593472 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6756 104687448 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -
- -
- - string - $attributes - = array(
PDO::ATTR_PERSISTENT => true,
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::NULL_EMPTY_STRING => true
)
(line 39) -
-
- - -

PDO Attributes

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $dsn - (line 31) - -
- - -

DSN format

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 48) -
- - -

Constructor

-
    -
  • access: public
  • -
- -
- Database_PDO_Common - - __construct - - () -
- - - -
- -
- -
- close (line 116) -
- - -

Closes database connection

-

Sets the connection to null regardless of state.

-
    -
  • return: always true
  • -
  • access: public
  • -
- -
- boolean - - close - - () -
- - - -
- -
- -
- execute (line 133) -
- - -

Executes an SQL Statement

-

Executes a standard or prepared query based on passed parameters. All queries are logged to a file as well as timed and logged in the execution time is over 1 second.

-
    -
  • return: ID of the last inserted row or sequence number
  • -
  • access: public
  • -
- -
- integer - - execute - - (string $sql, [array $input_parameters = null]) -
- -
    -
  • - string - $sql: statement to execute
  • -
  • - array - $input_parameters: optional key/values to be bound
  • -
- - -
- -
- -
- fetch (line 240) -
- - -

Fetch records from the database

-
    -
  • return: based on return type
  • -
  • access: public
  • -
- -
- mixed - - fetch - - ([string $sql = null], [array $input_parameters = null], string $return_type) -
- -
    -
  • - string - $sql: statement to be executed
  • -
  • - array - $input_parameters: optional key/values to be bound
  • -
  • - string - $return_type: optional type of return set
  • -
- - -
- -
- -
- open (line 73) -
- - -

Opens database connection

-

Establishes a connection to the database based on the set configuration options.

-
    -
  • return: true on success, throws an exception overwise
  • -
  • access: public
  • -
- -
- boolean - - open - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database_PDO_MySQL.html b/docs/PICKLES/Database_PDO_MySQL.html deleted file mode 100644 index 98f8e70..0000000 --- a/docs/PICKLES/Database_PDO_MySQL.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - Docs For Class Database_PDO_MySQL - - - - -
-

Class Database_PDO_MySQL

- - -
-
Description
- -
- -

MySQL Database Abstraction Layer

-

- Located in /classes/Database/PDO/MySQL.php (line 21) -

- - -
Database_PDO_Common
-   |
-   --Database_PDO_MySQL
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $driver -
-
- string - $dsn -
-
- integer - $port -
-
-
-
- - - -
-
Variables
- -
- -
- -
- - string - $driver - = 'pdo_mysql' (line 29) - -
- - -

Driver

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $dsn - = 'mysql:host=[[hostname]];port=[[port]];unix_socket=[[socket]];dbname=[[database]]' (line 37) - -
- - -

DSN format

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - integer - $port - = 3306 (line 45) - -
- - -

Default port

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database_PDO_PostgreSQL.html b/docs/PICKLES/Database_PDO_PostgreSQL.html deleted file mode 100644 index 50d9295..0000000 --- a/docs/PICKLES/Database_PDO_PostgreSQL.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - Docs For Class Database_PDO_PostgreSQL - - - - -
-

Class Database_PDO_PostgreSQL

- - -
-
Description
- -
- -

PostgreSQL Database Abstraction Layer

-

- Located in /classes/Database/PDO/PostgreSQL.php (line 21) -

- - -
Database_PDO_Common
-   |
-   --Database_PDO_PostgreSQL
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $driver -
-
- string - $dsn -
-
- integer - $port -
-
-
-
- - - -
-
Variables
- -
- -
- -
- - string - $driver - = 'pdo_pgsql' (line 29) - -
- - -

Driver

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $dsn - = 'pgsql:host=[[hostname]];port=[[port]];dbname=[[database]];user=[[username]];password=[[password]]' (line 37) - -
- - -

DSN format

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - integer - $port - = 5432 (line 45) - -
- - -

Default port

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Database_PDO_SQLite.html b/docs/PICKLES/Database_PDO_SQLite.html deleted file mode 100644 index 242300c..0000000 --- a/docs/PICKLES/Database_PDO_SQLite.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - Docs For Class Database_PDO_SQLite - - - - -
-

Class Database_PDO_SQLite

- - -
-
Description
- -
- -

SQLite Database Abstraction Layer

-

- Located in /classes/Database/PDO/SQLite.php (line 21) -

- - -
Database_PDO_Common
-   |
-   --Database_PDO_SQLite
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $driver -
-
- string - $dsn -
-
-
-
- - - -
-
Variables
- -
- -
- -
- - string - $driver - = 'pdo_sqlite' (line 29) - -
- - -

Driver

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $dsn - = 'sqlite:[[hostname]]' (line 37) - -
- - -

DSN format

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Date.html b/docs/PICKLES/Date.html deleted file mode 100644 index f83a3c2..0000000 --- a/docs/PICKLES/Date.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - Docs For Class Date - - - - -
-

Class Date

- - -
-
Description
- -
- -

Date Class

-

Just a simple collection of static functions to accomplish some of the more redundant date related manipulation.

-

- Located in /classes/Date.php (line 24) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static integer - age - (string $date) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method age (line 35) -
- - -

Age

-

Calculates age based on the passed date.

-
    -
  • return: number of years old
  • -
  • access: public
  • -
- -
- static - integer - - age - - (string $date) -
- -
    -
  • - string - $date: birth / inception date
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Display_Common.html b/docs/PICKLES/Display_Common.html deleted file mode 100644 index 559feb6..0000000 --- a/docs/PICKLES/Display_Common.html +++ /dev/null @@ -1,503 +0,0 @@ - - - - - - Docs For Class Display_Common - - - - -
-

Class Display_Common

- - -
-
Description
- -
- -

Common Display Class

-

This is the parent class class that each display class should be extending and executing parent::render()

-
    -
  • abstract:
  • -
-

- Located in /classes/Display/Common.php (line 24) -

- - -
Object
-   |
-   --Display_Common
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $child_template -
-
- string - $css_class -
-
- string - $extension -
-
- array - $js_basename -
-
- array - $meta_data -
-
- array - $module_return -
-
- string - $parent_template -
-
-
-
- - -
-
Method Summary
- -
-
- -
- Display_Common - __construct - () -
-
- void - render - () -
-
- void - setMetaData - (array $meta_data) -
-
- void - setModuleReturn - (array $module_return) -
-
- void - setTemplateVariables - (string $parent_template, string $child_template, string $css_class, string $js_basename) -
-
- boolean - templateExists - () -
-
-
-
- - -
-
Variables
- -
- -
- -
- - string - $child_template - = null (line 48) - -
- - -

Child (sub) Template

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $css_class - = '' (line 56) - -
- - -

CSS Class Name

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $extension - = null (line 32) - -
- - -

Template Extension

-
    -
  • var: file extension for the template files
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $js_basename - = '' (line 64) - -
- - -

Javascript [Path and] Basename

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $meta_data - = null (line 72) - -
- - -

Meta Data

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $module_return - = null (line 80) - -
- - -

Module Return Data

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $parent_template - = null (line 40) - -
- - -

Parent Template

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 87) -
- - -

Constructor

-

Gets those headers working

-
    -
  • access: public
  • -
- -
- Display_Common - - __construct - - () -
- - - -
- -
- -
- render (line 194) -
- - -

Rendering Method

-
    -
  • abstract:
  • -
  • access: public
  • -
- -
- void - - render - - () -
- - - -
- -
- -
- setMetaData (line 159) -
- - -

Set Meta Data

-

Sets the meta data from the module so the display class can use it

-
    -
  • access: public
  • -
- -
- void - - setMetaData - - (array $meta_data) -
- -
    -
  • - array - $meta_data: key/value array of data
  • -
- - -
- -
- -
- setModuleReturn (line 171) -
- - -

Set Module Return

-

Sets the return data from the module so the display class can display it

-
    -
  • access: public
  • -
- -
- void - - setModuleReturn - - (array $module_return) -
- -
    -
  • - array - $module_return: key / value pairs for the data
  • -
- - -
- -
- -
- setTemplateVariables (line 143) -
- - -

Set Template Variables

-

Sets the variables used by the templates

-
    -
  • access: public
  • -
- -
- void - - setTemplateVariables - - (string $parent_template, string $child_template, string $css_class, string $js_basename) -
- -
    -
  • - string - $parent_template: parent template
  • -
  • - string - $child_template: child (sub) template
  • -
  • - string - $css_class: name of the CSS class for the module
  • -
  • - string - $js_basename: basename for the javascript file for the module
  • -
- - -
- -
- -
- templateExists (line 184) -
- - -

Template Exists

-

Checks the templates for validity, not required by every display type so the return defaults to true.

-
    -
  • return: whether or not the template exists
  • -
  • access: public
  • -
- -
- boolean - - templateExists - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Display_JSON.html b/docs/PICKLES/Display_JSON.html deleted file mode 100644 index 7640775..0000000 --- a/docs/PICKLES/Display_JSON.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Docs For Class Display_JSON - - - - -
-

Class Display_JSON

- - -
-
Description
- -
- -

JSON Display

-

Displays data in JavaScript Object Notation.

-

- Located in /classes/Display/JSON.php (line 23) -

- - -
Display_Common
-   |
-   --Display_JSON
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- void - render - () -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- render (line 28) -
- - -

Renders the data in JSON format

-
    -
  • access: public
  • -
- -
- void - - render - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Display_PHP.html b/docs/PICKLES/Display_PHP.html deleted file mode 100644 index 3179736..0000000 --- a/docs/PICKLES/Display_PHP.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - Docs For Class Display_PHP - - - - -
-

Class Display_PHP

- - -
-
Description
- -
- -

PHP Display

-

Displays the associated PHP templates for the Model.

-

- Located in /classes/Display/PHP.php (line 23) -

- - -
Display_Common
-   |
-   --Display_PHP
- -
-
- - - - -
-
Variable Summary
- -
-
-
- string - $extension -
-
-
-
- - -
-
Method Summary
- -
-
- -
- void - render - () -
-
- integer - templateExists - () -
-
-
-
- - -
-
Variables
- -
- -
- -
- - string - $extension - = 'phtml' (line 36) - -
- - -

Template Extension

-

I know there's some controversy amoungst my peers concerning the usage of the .phtml extension for these PHP template files. If you would prefer .php or .tpl extensions, feel free to void your warranty and change it here.

-
    -
  • var: file extension for the template files
  • -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- render (line 58) -
- - -

Renders the PHP templated pages

-
    -
  • access: public
  • -
- -
- void - - render - - () -
- - - -
- -
- -
- templateExists (line 43) -
- - -

Template Exists

-
    -
  • return: the number of templates defined
  • -
  • access: public
  • -
- -
- integer - - templateExists - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Display_RSS.html b/docs/PICKLES/Display_RSS.html deleted file mode 100644 index 6f5c684..0000000 --- a/docs/PICKLES/Display_RSS.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Docs For Class Display_RSS - - - - -
-

Class Display_RSS

- - -
-
Description
- -
- -

RSS Display

-

Displays data as an RSS formatted XML string.

-

- Located in /classes/Display/RSS.php (line 23) -

- - -
Display_Common
-   |
-   --Display_RSS
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- void - render - () -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- render (line 92) -
- - -

Renders the data in RSS format

-
    -
  • access: public
  • -
- -
- void - - render - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Display_XML.html b/docs/PICKLES/Display_XML.html deleted file mode 100644 index 236e9db..0000000 --- a/docs/PICKLES/Display_XML.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Docs For Class Display_XML - - - - -
-

Class Display_XML

- - -
-
Description
- -
- -

XML Display

-

Displays data in XML format.

-

- Located in /classes/Display/XML.php (line 23) -

- - -
Display_Common
-   |
-   --Display_XML
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- void - render - () -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- render (line 28) -
- - -

Renders the data in XML format

-
    -
  • access: public
  • -
- -
- void - - render - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Dynamic.html b/docs/PICKLES/Dynamic.html deleted file mode 100644 index 3cdb192..0000000 --- a/docs/PICKLES/Dynamic.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - Docs For Class Dynamic - - - - -
-

Class Dynamic

- - -
-
Description
- -
- -

Dynamic Class

-

Handles generating links to static content that are a timestamp injected as to avoid hard caching. Also minifies content where applicable.

Note: you will want to add a mod_rewrite line to your .htaccess to support the routing to the filenames with the timestamp injected:

RewriteRule ^(.+)\.([\d]+)\.(css|js|gif|png|jpg|jpeg)$ /$1.$3 [NC,QSA]

-

- Located in /classes/Dynamic.php (line 29) -

- - -
Object
-   |
-   --Dynamic
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- string - css - ( $original_reference, string $reference) -
-
- string - js - ( $original_reference, [ $level = 'simple'], string $reference) -
-
- string - reference - (string $reference, [string $failover = false]) -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- css (line 108) -
- - -

Generate Stylesheet Reference

-

Attempts to minify the stylesheet and then returns the reference URI for the file, minified or not.

-
    -
  • return: URI reference reference with dynamic content
  • -
  • access: public
  • -
- -
- string - - css - - ( $original_reference, string $reference) -
- -
    -
  • - string - $reference: URI reference of the Stylesheet
  • -
  • - - $original_reference
  • -
- - -
- -
- -
- js (line 175) -
- - -

Generate Javascript Reference

-

Attempts to minify the source with Google's Closure compiler, and then returns the reference URI for the file, minified or not.

- - -
- string - - js - - ( $original_reference, [ $level = 'simple'], string $reference) -
- -
    -
  • - string - $reference: URI reference of the Javascript file
  • -
  • - - $original_reference
  • -
  • - - $level
  • -
- - -
- -
- -
- reference (line 41) -
- - -

Generate Reference

-

Appends a dynamic piece of information to the passed reference in the form of a UNIX timestamp added to the query string.

-
    -
  • return: URI reference reference with dynamic content
  • -
  • access: public
  • -
- -
- string - - reference - - (string $reference, [string $failover = false]) -
- -
    -
  • - string - $reference: URI reference of the file
  • -
  • - string - $failover: URI reference to use if the reference can't be found
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Error.html b/docs/PICKLES/Error.html deleted file mode 100644 index 0a8b487..0000000 --- a/docs/PICKLES/Error.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - Docs For Class Error - - - - -
-

Class Error

- - -
-
Description
- -
- -

Error Class

-

Standardized error reporting, mostly used to display fatal errors.

-

- Located in /classes/Error.php (line 23) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static void - fatal - (string $message) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method fatal (line 33) -
- - -

Fatal Error

-

Displays a friendly error to the user via HTML, logs it then exits.

-
    -
  • access: public
  • -
- -
- static - void - - fatal - - (string $message) -
- -
    -
  • - string - $message: the message to be displayed to the user
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/File.html b/docs/PICKLES/File.html deleted file mode 100644 index e68418f..0000000 --- a/docs/PICKLES/File.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - Docs For Class File - - - - -
-

Class File

- - -
-
Description
- -
- -

File Class

-

Just a simple collection of static functions to accomplish some of the more redundant file related manipulation.

-

- Located in /classes/File.php (line 24) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - removeDirectory - (string $directory) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method removeDirectory (line 37) -
- - -

Remove a Directory, Recursively

-

Removes a directory by emptying all of the contents recursively and then removing the directory, as PHP will not let you rmdir() on ain non-empty directory. Use with caution, seriously.

-
    -
  • return: status of the final rmdir();
  • -
  • access: public
  • -
- -
- static - boolean - - removeDirectory - - (string $directory) -
- -
    -
  • - string - $directory: directory to remove
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Form.html b/docs/PICKLES/Form.html deleted file mode 100644 index 22727c9..0000000 --- a/docs/PICKLES/Form.html +++ /dev/null @@ -1,970 +0,0 @@ - - - - - - Docs For Class Form - - - - -
-

Class Form

- - -
-
Description
- -
- -

Form Class

-

This class contains methods for easily generating form elements. There is a heavy focus on select boxes as they have the most overhead for a developer.

-

- Located in /classes/Form.php (line 24) -

- - -
Object
-   |
-   --Form
- -
-
- - - - - -
-
Method Summary
- -
-
-
- static object instance - getInstance - ([string $class = 'Form']) -
- -
- string - checkbox - (string $name, [string $value = ''], [boolean $checked = false], [string $classes = ''], [string $additional = null]) -
-
- string - dateSelect - ([string $name = 'date'], [string $selected = null], [string $classes = ''], [string $additional = null], [integer $start_year = null], [integer $end_year = null]) -
-
- string - dobSelect - ([string $name = 'dob'], [string $selected = null], [string $classes = ''], [string $additional = null]) -
-
- string - hidden - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- string - hiddenInput - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- string - input - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null], [string $type = 'text'], [boolean $checked = false]) -
-
- string - options - (array $options, [string $selected = null]) -
-
- string - password - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- string - passwordInput - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- void - phoneInput - ([string $name = 'phone'], [string $value = null], [string $classes = ''], [string $additional = null]) -
-
- void - polarSelect - ([string $name = 'decision'], [string $selected = 0], [string $classes = ''], [string $additional = null]) -
-
- string - radio - (string $name, [string $value = ''], [boolean $checked = false], [string $classes = ''], [string $additional = null]) -
-
- string - security - (string $value) -
-
- string - securityInput - (string $value) -
-
- string - select - (string $name, array $options, [string $selected = null], [string $classes = ''], [string $additional = null]) -
-
- string - stateSelect - ([string $name = 'state'], [string $selected = null], [string $classes = ''], [string $additional = null]) -
-
- string - submit - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- string - submitInput - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
-
- string - textarea - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null], string $type) -
-
-
-
- - - -
-
Methods
- -
- - -
- -
- static method getInstance (line 37) -
- - -

Get Instance

-

Gets an instance of the Form class

-
    -
  • return: of the class
  • -
  • access: public
  • -
- -
- static - object instance - - getInstance - - ([string $class = 'Form']) -
- -
    -
  • - string - $class: name of the class to get an instance of
  • -
- - -
- - -
- -
- checkbox (line 236) -
- - -

Checkbox

-

Generates a checkbox input with the passed data.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - checkbox - - (string $name, [string $value = ''], [boolean $checked = false], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the select element
  • -
  • - string - $value: optional preset value
  • -
  • - boolean - $checked: optional whether the checkbox is checked
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- dateSelect (line 492) -
- - -

Date Select

-

Generates 3 select boxes (month, day, year)

-
    -
  • return: HTML for the select boxes
  • -
  • access: public
  • -
- -
- string - - dateSelect - - ([string $name = 'date'], [string $selected = null], [string $classes = ''], [string $additional = null], [integer $start_year = null], [integer $end_year = null]) -
- -
    -
  • - string - $name: optional name (and ID) for the select element
  • -
  • - string - $selected: optional selected option
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
  • - integer - $start_year: optional first year to display
  • -
  • - integer - $end_year: optional last year to display
  • -
- - -
- -
- -
- dobSelect (line 568) -
- - -

Date of Birth Select

-

Generates 3 select boxes (month, day, year)

-
    -
  • return: HTML for the select boxes
  • -
  • access: public
  • -
- -
- string - - dobSelect - - ([string $name = 'dob'], [string $selected = null], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: optional name (and ID) for the select element
  • -
  • - string - $selected: optional selected option
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- hidden (line 87) -
- - -

Hidden

-

Shorthand method to generate a hidden input.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - hidden - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- hiddenInput (line 105) -
- - -

Hidden Input

-

Shorthand method to generate a hidden input.

-
    -
  • return: HTML for the input
  • -
  • deprecated: Use hidden() instead
  • -
  • access: public
  • -
- -
- string - - hiddenInput - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- input (line 58) -
- - -

Input

-

Generates an input with the passed data.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - input - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null], [string $type = 'text'], [boolean $checked = false]) -
- -
    -
  • - string - $name: name (and ID) for the element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
  • - string - $type: optional type of input
  • -
  • - boolean - $checked: optional whether the input is checked
  • -
- - -
- -
- -
- options (line 333) -
- - -

Options

-

Generates the option elements from the passed array

-
    -
  • return: HTML for the options
  • -
  • access: public
  • -
- -
- string - - options - - (array $options, [string $selected = null]) -
- -
    -
  • - array - $options: key/values for the options
  • -
  • - string - $selected: optional default option
  • -
- - -
- -
- -
- password (line 124) -
- - -

Password

-

Shorthand method to generate a password input.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - password - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- passwordInput (line 142) -
- - -

Password Input

-

Shorthand method to generate a password input.

-
    -
  • return: HTML for the input
  • -
  • deprecated: Use password() instead
  • -
  • access: public
  • -
- -
- string - - passwordInput - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- phoneInput (line 608) -
- - -

Phone Input

-

Generates 3 inputs for a phone number from the passed values.

-
    -
  • access: public
  • -
- -
- void - - phoneInput - - ([string $name = 'phone'], [string $value = null], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: optional name (and ID) for the input elements
  • -
  • - string - $value: optional existing value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- polarSelect (line 588) -
- - -

Polar Select

-

Generates a polar (yes / no) select box.

-
    -
  • access: public
  • -
- -
- void - - polarSelect - - ([string $name = 'decision'], [string $selected = 0], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: optional name (and ID) for the select element
  • -
  • - string - $selected: optional selected option
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- radio (line 261) -
- - -

Radio Button

-

Generates a radio input with the passed data.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - radio - - (string $name, [string $value = ''], [boolean $checked = false], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the select element
  • -
  • - string - $value: optional preset value
  • -
  • - boolean - $checked: optional whether the checkbox is checked
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- security (line 197) -
- - -

Security

-

Generates a hidden input with an SHA1 hash as the value. The name of the field is cannot be changed as this method was only intended for use with forms that are submitted via AJAX to provide better security.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - security - - (string $value) -
- -
    -
  • - string - $value: value to hash
  • -
- - -
- -
- -
- securityInput (line 215) -
- - -

Security Input

-

Generates a hidden input with an SHA1 hash as the value. The name of the field is cannot be changed as this method was only intended for use with forms that are submitted via AJAX to provide better security.

-
    -
  • return: HTML for the input
  • -
  • deprecated: Use security() instead
  • -
  • access: public
  • -
- -
- string - - securityInput - - (string $value) -
- -
    -
  • - string - $value: value to hash
  • -
- - -
- -
- -
- select (line 311) -
- - -

Select

-

Generates a select box with the passed data.

-
    -
  • return: HTML for the select box
  • -
  • access: public
  • -
- -
- string - - select - - (string $name, array $options, [string $selected = null], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the select element
  • -
  • - array - $options: key/values for the option elements
  • -
  • - string - $selected: optional selected option
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- stateSelect (line 403) -
- - -

State Select

-

Generates a select box with the United States, Puerto Rico and miliary options

-
    -
  • return: HTML for the select box
  • -
  • access: public
  • -
- -
- string - - stateSelect - - ([string $name = 'state'], [string $selected = null], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: optional name (and ID) for the select element
  • -
  • - string - $selected: optional selected option
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- submit (line 161) -
- - -

Submit

-

Shorthand method to generate a submit input (button).

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - submit - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the input element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- submitInput (line 179) -
- - -

Submit Input

-

Shorthand method to generate a submit input (button).

-
    -
  • return: HTML for the input
  • -
  • deprecated: Use submit() instead
  • -
  • access: public
  • -
- -
- string - - submitInput - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null]) -
- -
    -
  • - string - $name: name (and ID) for the input element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
- - -
- -
- -
- textarea (line 286) -
- - -

Textarea

-

Generates a textarea with the passed data.

-
    -
  • return: HTML for the input
  • -
  • access: public
  • -
- -
- string - - textarea - - (string $name, [string $value = ''], [string $classes = ''], [string $additional = null], string $type) -
- -
    -
  • - string - $name: name (and ID) for the select element
  • -
  • - string - $value: optional preset value
  • -
  • - string - $classes: optional class names
  • -
  • - string - $additional: optional additional parameters
  • -
  • - string - $type: optional type of input
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Log.html b/docs/PICKLES/Log.html deleted file mode 100644 index 9b66e2b..0000000 --- a/docs/PICKLES/Log.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - Docs For Class Log - - - - -
-

Class Log

- - -
-
Description
- -
- -

Log Class

-

Standardized logging methods for ease of reporting.

-

- Located in /classes/Log.php (line 23) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - error - (string $message) -
-
- static boolean - information - (string $message) -
-
- static boolean - phpError - (string $message, [ $time = false]) -
-
- static boolean - query - (string $message) -
-
- static boolean - slowQuery - (string $message) -
-
- static boolean - transaction - (string $message) -
-
- static boolean - warning - (string $message) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method error (line 56) -
- - -

Log Error

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - error - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- -
- -
- static method information (line 32) -
- - -

Log Information

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - information - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- -
- -
- static method phpError (line 92) -
- - -

Log PHP Error

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - phpError - - (string $message, [ $time = false]) -
- -
    -
  • - string - $message: message to log
  • -
  • - - $time
  • -
- - -
- -
- -
- static method query (line 104) -
- - -

Log SQL Query

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - query - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- -
- -
- static method slowQuery (line 68) -
- - -

Log Slow Query

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - slowQuery - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- -
- -
- static method transaction (line 80) -
- - -

Log Credit Card Transaction

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - transaction - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- -
- -
- static method warning (line 44) -
- - -

Log Warning

-
    -
  • return: whether or not the write was successful
  • -
  • access: public
  • -
- -
- static - boolean - - warning - - (string $message) -
- -
    -
  • - string - $message: message to log
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Model.html b/docs/PICKLES/Model.html deleted file mode 100644 index e13d6ba..0000000 --- a/docs/PICKLES/Model.html +++ /dev/null @@ -1,1181 +0,0 @@ - - - - - - Docs For Class Model - - - - -
-

Class Model

- - -
-
Description
- -
- -

Model Class

-

This is a parent class that all PICKLES data models should be extending. When using the class as designed, objects will function as active record pattern objects.

-

- Located in /classes/Model.php (line 25) -

- - -
Object
-   |
-   --Model
- -
-
- - - - -
-
Variable Summary
- -
-
-
- object - $cache -
-
- array - $columns -
-
- mixed - $conditions -
-
- string - $datasource -
-
- object - $db -
-
- boolean - $delayed -
-
- mixed - $fields -
-
- mixed - $group -
-
- mixed - $having -
-
- mixed - $hints -
-
- boolean - $ignore -
-
- mixed - $joins -
-
- mixed - $limit -
-
- mixed - $offset -
-
- mixed - $order -
-
- string - $priority -
-
- array - $record -
-
- array - $records -
-
- boolean - $replace -
-
- array - $results -
-
- mixed - $table -
-
- boolean - $use_cache -
-
-
-
- - -
-
Method Summary
- -
-
- -
- Model - __construct - ([mixed $type_or_parameters = null], [array $parameters = null]) -
-
- boolean - commit - () -
-
- void - count - () -
-
- boolean - delete - () -
-
- boolean - end - () -
-
- void - execute - ([mixed $type_or_parameters = null], [array $parameters = null]) -
-
- boolean - first - () -
-
- boolean - last - () -
-
- boolean - next - () -
-
- boolean - prev - () -
-
- boolean - reset - () -
-
- boolean - shuffle - () -
-
- boolean - sort - (string $index, [string $order = 'ASC']) -
-
- string - unescape - (string $value) -
-
- mixed - walk - () -
-
-
-
- - -
-
Variables
- -
- -
- -
- - object - $cache - = null (line 62) - -
- - -

Cache Object

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $columns - = array(
'id' => 'id',
'created_at' => 'created_at',
'created_id' => 'created_id',
'updated_at' => 'updated_at',
'updated_id' => 'updated_id',
'deleted_at' => 'deleted_at',
'deleted_id' => 'deleted_id',
'is_deleted' => 'is_deleted',
)
(line 45) -
-
- - -

Columns

-

Mapping of key columns for the table

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $conditions - = false (line 168) - -
- - -

Conditions

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $datasource - (line 94) - -
- - -

Datasource

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - object - $db - = null (line 35) - -
- - -

Database Object

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean - $delayed - = false (line 112) - -
- - -

Delayed Insert

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $fields - = '*' (line 136) - -
- - -

Field List

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $group - = false (line 176) - -
- - -

Group

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $having - = false (line 184) - -
- - -

Having

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $hints - = false (line 160) - -
- - -

[Index] Hints

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean - $ignore - = false (line 120) - -
- - -

Ignore Unique Index

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $joins - = false (line 152) - -
- - -

Joins

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $limit - = false (line 200) - -
- - -

Limit

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $offset - = false (line 208) - -
- - -

Offset

-
    -
  • var: (string or array)
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $order - = false (line 192) - -
- - -

Order

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $priority - = false (line 104) - -
- - -

Insert Priority

-

Defaults to false (normal priority) but can be set to "low" or "high"

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $record - = null (line 231) - -
- - -

Record

-
    -
  • access: public
  • -
- - - - - -
- -
- -
- - array - $records - = null (line 238) - -
- - -

Records

-
    -
  • access: public
  • -
- - - - - -
- -
- -
- - boolean - $replace - = false (line 128) - -
- - -

Replace instead of Insert/Update?

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - array - $results - = null (line 216) - -
- - -

Query Results

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - mixed - $table - = false (line 144) - -
- - -

Table Name

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean - $use_cache - = false (line 70) - -
- - -

Whether or not to use cache

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 299) -
- - -

Constructor

-

Creates a new (empty) object or populates the record set.

-
    -
  • access: public
  • -
- -
- Model - - __construct - - ([mixed $type_or_parameters = null], [array $parameters = null]) -
- -
    -
  • - mixed - $type_or_parameters: optional type of query or parameters
  • -
  • - array - $parameters: optional data to create a query from
  • -
- - -
- -
- -
- commit (line 1009) -
- - -

Commit

-

Inserts or updates a record in the database.

-
    -
  • return: results of the query
  • -
  • access: public
  • -
- -
- boolean - - commit - - () -
- - - -
- -
- -
- count (line 837) -
- - -

Count Records

-

Counts the records

-
    -
  • access: public
  • -
- -
- void - - count - - () -
- - - -
- -
- -
- delete (line 1182) -
- - -

Delete Record

-

Deletes the current record from the database

-
    -
  • return: status of the query
  • -
  • access: public
  • -
- -
- boolean - - delete - - () -
- - - -
- -
- -
- end (line 947) -
- - -

End Record

-

Set the pointer to the last element of the record set.

-
    -
  • return: whether or not records is an array (and end() worked)
  • -
  • access: public
  • -
- -
- boolean - - end - - () -
- - - -
- -
- -
- execute (line 345) -
- - -

Execute

-

Potentially populates the record set from the passed arguments.

-
    -
  • access: public
  • -
- -
- void - - execute - - ([mixed $type_or_parameters = null], [array $parameters = null]) -
- -
    -
  • - mixed - $type_or_parameters: optional type of query or parameters
  • -
  • - array - $parameters: optional data to create a query from
  • -
- - -
- -
- -
- first (line 935) -
- - -

First Record

-

Alias of reset(). "first" is more intuitive to me, but reset stays in line with the built in PHP functions.

-
    -
  • return: whether or not records is an array (and could be reset)
  • -
  • access: public
  • -
- -
- boolean - - first - - () -
- - - -
- -
- -
- last (line 967) -
- - -

Last Record

-

Alias of end(). "last" is more intuitive to me, but end stays in line with the built in PHP functions.

-
    -
  • return: whether or not records is an array (and end() worked)
  • -
  • access: public
  • -
- -
- boolean - - last - - () -
- - - -
- -
- -
- next (line 877) -
- - -

Next Record

-

Increment the record array to the next member of the record set.

-
    -
  • return: whether or not there was next element
  • -
  • access: public
  • -
- -
- boolean - - next - - () -
- - - -
- -
- -
- prev (line 896) -
- - -

Previous Record

-

Decrement the record array to the next member of the record set.

-
    -
  • return: whether or not there was previous element
  • -
  • access: public
  • -
- -
- boolean - - prev - - () -
- - - -
- -
- -
- reset (line 915) -
- - -

Reset Record

-

Set the pointer to the first element of the record set.

-
    -
  • return: whether or not records is an array (and could be reset)
  • -
  • access: public
  • -
- -
- boolean - - reset - - () -
- - - -
- -
- -
- shuffle (line 865) -
- - -

Shuffle Records

-

Sorts the records in a pseudo-random order.

-
    -
  • return: true
  • -
  • todo: Implement this method
  • -
  • access: public
  • -
- -
- boolean - - shuffle - - () -
- - - -
- -
- -
- sort (line 852) -
- - -

Sort Records

-

Sorts the records by the specified index in the specified order.

-
    -
  • return: true
  • -
  • todo: Implement this method
  • -
  • access: public
  • -
- -
- boolean - - sort - - (string $index, [string $order = 'ASC']) -
- -
    -
  • - string - $index: the index to be sorted on
  • -
  • - string - $order: the direction to order
  • -
- - -
- -
- -
- unescape (line 1275) -
- - -

Unescape String

-

Assuming magic quotes is turned on, strips slashes from the string

-
    -
  • return: unescaped string
  • -
  • access: protected
  • -
- -
- string - - unescape - - (string $value) -
- -
    -
  • - string - $value: string to be unescaped
  • -
- - -
- -
- -
- walk (line 981) -
- - -

Walk Records

-

Returns the current record and advances to the next. Built to allow for simplified code when looping through a record set.

-
    -
  • return: either an array of the current record or false
  • -
  • todo: Does not currently support "indexed" or "list" return types
  • -
  • access: public
  • -
- -
- mixed - - walk - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Module.html b/docs/PICKLES/Module.html deleted file mode 100644 index 65da463..0000000 --- a/docs/PICKLES/Module.html +++ /dev/null @@ -1,642 +0,0 @@ - - - - - - Docs For Class Module - - - - -
-

Class Module

- - -
-
Description
- -
- -

Module Class

-

This is a parent class that all PICKLES modules should be extending. Each module can specify it's own meta data and whether or not a user must be properly authenticated to view the page. Currently any pages without a template are treated as pages being requested via AJAX and the return will be JSON encoded. In the future this may need to be changed out for logic that allows the requested module to specify what display type(s) it can use.

-

- Located in /classes/Module.php (line 28) -

- - -
Object
-   |
-   --Module
- -
-
- - - - -
-
Variable Summary
- -
-
-
- object - $cache -
-
- object - $db -
-
- string, - $description -
-
- string, - $engine -
-
- string - $hash -
-
- string, - $keywords -
-
- string - $method -
-
- boolean, - $private -
-
- boolean, - $secure -
-
- boolean, - $security -
-
- boolean, - $session -
-
- string, - $template -
-
- string, - $title -
-
-
-
- - -
-
Method Summary
- -
-
- -
- Module - __construct - ([boolean $autorun = false]) -
-
- boolean - setRequest - (array $request) -
-
- void - __default - () -
-
- mixed - __get - (string $name) -
-
- void - __set - (string $name, mixed $value) -
-
-
-
- - -
-
Variables
- -
- -
- -
- - object - $cache - = null (line 36) - -
- - -

Cache Object

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - object - $db - = null (line 44) - -
- - -

Database Object

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - string, - $description - = null (line 60) - -
- - -

Meta Description

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string, - $engine - = DISPLAY_PHP (line 139) - -
- - -

Default Display Engine

-

Defaults to PHP but could be set to JSON, XML or RSS. Value is overwritten by the config value if not set by the module.

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $hash - = null (line 128) - -
- - -

Hash

-

Whether or not to validate the security hash. Boolean true will indicate using the name of the module as the hash, a string value will use the value instead.

-
    -
  • var: or boolean, null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string, - $keywords - = null (line 68) - -
- - -

Meta Keywords (comma separated)

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string - $method - = null (line 116) - -
- - -

Method

-

Request methods that are allowed to access the module.

-
    -
  • var: or array, null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean, - $private - = false (line 88) - -
- - -

Private

-

Whether or not the page can be accessed directly.

-
    -
  • var: false by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean, - $secure - = null (line 78) - -
- - -

Secure

-

Whether or not the page should be loaded via SSL.

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean, - $security - = null (line 96) - -
- - -

Security Settings

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - boolean, - $session - = null (line 106) - -
- - -

Session

-

Whether or not a session should be established.

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string, - $template - = 'index' (line 151) - -
- - -

Default Template

-

Defaults to null but could be set to any valid template basename. The value is overwritten by the config value if not set by the module. The display engine determines what the file extension should be.

-
    -
  • var: 'index' by default
  • -
  • access: protected
  • -
- - - - - -
- -
- -
- - string, - $title - = null (line 52) - -
- - -

Page Title

-
    -
  • var: null by default
  • -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 163) -
- - -

Constructor

-

The constructor does nothing by default but can be passed a boolean variable to tell it to automatically run the __default() method. This is typically used when a module is called outside of the scope of the controller (the registration page calls the login page in this manner.

-
    -
  • access: public
  • -
- -
- Module - - __construct - - ([boolean $autorun = false]) -
- -
    -
  • - boolean - $autorun: optional flag to autorun __default()
  • -
- - -
- -
- -
- setRequest (line 235) -
- - -

Sets the Request

-
    -
  • return: whether or not the assignment was successful
  • -
  • access: public
  • -
- -
- boolean - - setRequest - - (array $request) -
- -
    -
  • - array - $request: data to be loaded into the request variable
  • -
- - -
- -
- -
- __default (line 185) -
- - -

Default "Magic" Method

-

This function is overloaded by the module. The __default() method is where you want to place any code that needs to be executed at runtime. The reason the code isn't in the constructor is because the module must be instantiated before the code is executed so that the controller script is aware of the authentication requirements.

-
    -
  • access: public
  • -
- -
- void - - __default - - () -
- - - -
- -
- -
- __get (line 212) -
- - -

Magic Getter Method

-

Attempts to load the module variable. If it's not set, will attempt to load from the config.

-
    -
  • return: value of the variable or boolean false
  • -
  • access: public
  • -
- -
- mixed - - __get - - (string $name) -
- -
    -
  • - string - $name: name of the variable requested
  • -
- - -
- -
- -
- __set (line 198) -
- - -

Magic Setter Method

-

Prohibits the direct modification of module variables.

-
    -
  • access: public
  • -
- -
- void - - __set - - (string $name, mixed $value) -
- -
    -
  • - string - $name: name of the variable to be set
  • -
  • - mixed - $value: value of the variable to be set
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Object.html b/docs/PICKLES/Object.html deleted file mode 100644 index 5ec702e..0000000 --- a/docs/PICKLES/Object.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - Docs For Class Object - - - - -
-

Class Object

- - -
-
Description
- -
- -

Object Class

-

Every instantiated class in PICKLES should be extending this class. By doing so the class is automatically hooked into the profiler, and the object will have access to some common components as well.

-

- Located in /classes/Object.php (line 25) -

- - -

-	
-			
-
- - - - -
-
Variable Summary
- -
-
-
- static mixed - $instances -
-
- object - $config -
-
-
-
- - -
-
Method Summary
- -
-
-
- static object instance - getInstance - ([string $class = false]) -
- -
- Object - __construct - () -
-
- void - __destruct - () -
-
-
-
- - -
-
Variables
- -
- -
- -
- - static mixed - $instances - = array() (line 34) - -
- - -

Object Instances

-
    -
  • access: protected
  • -
- - - - - -
- -
- -
- - object - $config - = null (line 42) - -
- - -

Instance of the Config object

-
    -
  • access: protected
  • -
- - - - - -
- -
-
- - -
-
Methods
- -
- - -
- -
- static method getInstance (line 91) -
- - -

Get Instance

-

Gets an instance of the passed class. Allows for easy sharing of certain classes within the system to avoid the extra overhead of creating new objects each time. Also avoids the hassle of passing around variables.

-
    -
  • return: of the class
  • -
  • access: public
  • -
- -
- static - object instance - - getInstance - - ([string $class = false]) -
- -
    -
  • - string - $class: name of the class
  • -
- - -
- - -
- -
- Constructor __construct (line 58) -
- - -

Constructor

-

Establishes a Config instance for all children to enjoy

-
    -
  • access: public
  • -
- -
- Object - - __construct - - () -
- - - -
- -
- -
- Destructor __destruct (line 112) -
- - -

Destructor

-
    -
  • access: public
  • -
- -
- void - - __destruct - - () -
- - - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Profiler.html b/docs/PICKLES/Profiler.html deleted file mode 100644 index b19874b..0000000 --- a/docs/PICKLES/Profiler.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - Docs For Class Profiler - - - - -
-

Class Profiler

- - -
-
Description
- -
- -

Profiler Class

-

The Profiler class is statically interfaced with and allows for in depth profiling of a site. By default profiling is off, but can be enabled in the config.ini for a site. Out of the box the profiler will report on every class object in the system that extends the code Object class.

Note: I really wanted to use PHP Quick Profiler by Ryan Campbell of Particletree but it kept barking out errors when I tried to use it with E_STRICT turned on. Here's a link anyway since it looks awesome: http://particletree.com/features/php-quick-profiler/

-
    -
  • usage:
    1. Profiler::log('some action you want to track');
    2. -
  • -
  • usage:
    1. Profiler::log($object'methodName');
    2. -
  • -
-

- Located in /classes/Profiler.php (line 34) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - enabled - (array $type) -
-
- static void - log - (mixed $data, [string $method = false], [ $type = false]) -
-
- static void - logQuery - (string $query, [array $input_parameters = false], [array $explain = false], [float $duration = false]) -
-
- static void - report - () -
-
- static boolean - timer - (string $timer) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method enabled (line 101) -
- - -

Enabled

-

Checks if the profiler is set to boolean true or if the passed type is specified in the profiler configuration value.

-
    -
  • return: whether or not the type is enabled
  • -
  • access: public
  • -
- -
- static - boolean - - enabled - - (array $type) -
- -
    -
  • - array - $type: type(s) to check
  • -
- - -
- -
- -
- static method log (line 144) -
- - -

Log

-

Logs the event to be displayed later on. Due to the nature of how much of a pain it is to determine which class method called this method I opted to make the method a passable argument for ease of use. Perhaps I'll revisit in the future. Handles all elapsed time calculations and memory usage.

-
    -
  • access: public
  • -
- -
- static - void - - log - - (mixed $data, [string $method = false], [ $type = false]) -
- -
    -
  • - mixed - $data: data to log
  • -
  • - string - $method: name of the class method being logged
  • -
  • - - $type
  • -
- - -
- -
- -
- static method logQuery (line 201) -
- - -

Log Query

-

Serves as a wrapper to get query data to the log function

-
    -
  • access: public
  • -
- -
- static - void - - logQuery - - (string $query, [array $input_parameters = false], [array $explain = false], [float $duration = false]) -
- -
    -
  • - string - $query: the query being executed
  • -
  • - array - $input_parameters: optional prepared statement data
  • -
  • - array - $explain: EXPLAIN data for the query
  • -
  • - float - $duration: the speed of the query
  • -
- - -
- -
- -
- static method report (line 279) -
- - -

Report

-

Generates the Profiler report that is displayed by the Controller. Contains all the HTML needed to display the data properly inline on the page. Will generally be displayed after the closing HTML tag.

-
    -
  • access: public
  • -
- -
- static - void - - report - - () -
- - - -
- -
- -
- static method timer (line 248) -
- - -

Timer

-

Logs the start and end of a timer.

-
    -
  • return: whether or not timer profiling is enabled
  • -
  • access: public
  • -
- -
- static - boolean - - timer - - (string $timer) -
- -
    -
  • - string - $timer: name of the timer
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Security.html b/docs/PICKLES/Security.html deleted file mode 100644 index 90bc80e..0000000 --- a/docs/PICKLES/Security.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - - Docs For Class Security - - - - -
-

Class Security

- - -
-
Description
- -
- -

Security Class

-

Collection of static methods for handling security within a website running on PICKLES. Requires sessions to be enabled.

- -

- Located in /classes/Security.php (line 27) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static boolean - betweenLevel - (integer $low, integer $high) -
-
- static string - generateHash - (string $source, [mixed $salts = null]) -
-
- static string - generateSHA256Hash - (string $source, mixed $salt) -
-
- static boolean - hasLevel - (integer $access_level) -
-
- static boolean - isLevel - (integer $access_level) -
-
- static boolean - login - (integer $user_id, [integer $level = null]) -
-
- static boolean - logout - () -
-
- static string - sha256 - (string $source) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method betweenLevel (line 413) -
- - -

Between Level

-

Checks the user's access level against the passed range.

-
    -
  • return: whether or not the user has access
  • -
  • access: public
  • -
- -
- static - boolean - - betweenLevel - - (integer $low, integer $high) -
- -
    -
  • - integer - $low: access level to be checked against
  • -
  • - integer - $high: access level to be checked against
  • -
- - -
- -
- -
- static method generateHash (line 49) -
- - -

Generate Hash

-

Generates an SHA1 hash from the provided string. Salt optional.

-
    -
  • return: SHA1 hash
  • -
  • access: public
  • -
- -
- static - string - - generateHash - - (string $source, [mixed $salts = null]) -
- -
    -
  • - string - $source: value to hash
  • -
  • - mixed - $salts: optional salt or salts
  • -
- - -
- -
- -
- static method generateSHA256Hash (line 108) -
- - -

Generate SHA-256 Hash

-

Generates an SHA-256 hash from the provided string and salt. Borrowed the large iteration logic from fCryptography::hashWithSalt() as, and I quote, "makes rainbow table attacks infesible".

- - -
- static - string - - generateSHA256Hash - - (string $source, mixed $salt) -
- -
    -
  • - string - $source: value to hash
  • -
  • - mixed - $salt: value to use as salt
  • -
- - -
- -
- -
- static method hasLevel (line 375) -
- - -

Has Level

-

Checks the user's access level against the passed level.

-
    -
  • return: whether or not the user has access
  • -
  • access: public
  • -
- -
- static - boolean - - hasLevel - - (integer $access_level) -
- -
    -
  • - integer - $access_level: access level to be checked against
  • -
- - -
- -
- -
- static method isLevel (line 338) -
- - -

Is Level

-

Checks the user's access level is exactly the passed level

-
    -
  • return: whether or not the user is that level
  • -
  • access: public
  • -
- -
- static - boolean - - isLevel - - (integer $access_level) -
- -
    -
  • - integer - $access_level: access level to be checked against
  • -
- - -
- -
- -
- static method login (line 199) -
- - -

Login

-

Creates a session variable containing the user ID and generated token. The token is also assigned to a cookie to be used when validating the security level. When the level value is present, the class will by pass the database look up and simply use that value when validating (the less paranoid scenario).

-
    -
  • return: whether or not the login could be completed
  • -
  • access: public
  • -
- -
- static - boolean - - login - - (integer $user_id, [integer $level = null]) -
- -
    -
  • - integer - $user_id: ID of the user that's been logged in
  • -
  • - integer - $level: optional level for the user being logged in
  • -
- - -
- -
- -
- static method logout (line 229) -
- - -

Logout

-

Clears out the security information in the session and the cookie.

-
    -
  • return: true
  • -
  • access: public
  • -
- -
- static - boolean - - logout - - () -
- - - -
- -
- -
- static method sha256 (line 91) -
- - -

SHA-256

-

Generates an SHA-256 hash from the provided string.

-
    -
  • return: SHA1 hash
  • -
  • access: public
  • -
- -
- static - string - - sha256 - - (string $source) -
- -
    -
  • - string - $source: value to hash
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Session.html b/docs/PICKLES/Session.html deleted file mode 100644 index 5330a5d..0000000 --- a/docs/PICKLES/Session.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - Docs For Class Session - - - - -
-

Class Session

- - -
-
Description
- -
- -

Session Class

-

Provides session handling via database instead of the file based session handling built into PHP. Using this class requires an array to be defined in place of the boolean true/false (on/off). If simply array(), the datasource will default to the value in $config['pickles']['datasource'] and if the table will default to "sessions". The format is as follows:

$config = array( 'pickles' => array( 'session' => array( 'datasource' => 'mysql', 'table' => 'sessions', ) ) );

In addition to the configuration variables, a table in your database must be created. The [MySQL] table schema is as follows:

CREATE TABLE sessions ( id varchar(32) COLLATE utf8_unicode_ci NOT NULL, session text COLLATE utf8_unicode_ci NOT NULL, expires_at datetime NOT NULL, PRIMARY KEY (id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Note: The reason for not using a model class was to avoid a naming conflict between the Session model and the Session class itself. This will eventually be resolved when I abandon full 5.x support and migrate to 5.3+ (assuming that ever happens).

-

- Located in /classes/Session.php (line 51) -

- - -
Object
-   |
-   --Session
- -
-
- - - - - -
-
Method Summary
- -
-
- -
- Session - __construct - () -
-
- void - __destruct - () -
-
- void - close - () -
-
- boolean - destroy - (string $id) -
-
- boolean - gc - (integer $time_to_live) -
-
- void - initialize - () -
-
- void - open - () -
-
- string - read - (string $id) -
-
- boolean - write - (string $id, string $session) -
-
-
-
- - - -
-
Methods
- -
- - - -
- -
- Constructor __construct (line 125) -
- - -

Constructor

-

All of our set up logic for the session in contained here. This object is initially instantiated from pickles.php and the session callbacks are established here. All variables are driven from php.ini and/or the site config. Once configured, the session is started automatically.

-
    -
  • access: public
  • -
- -
- Session - - __construct - - () -
- - - -
- -
- -
- Destructor __destruct (line 214) -
- - -

Destructor

-

Runs garbage collection and closes the session. I'm not sure if the garbage collection should stay as it could be accomplished via php.ini variables. The session_write_close() is present to combat a chicken and egg scenario in earlier versions of PHP 5.

-
    -
  • access: public
  • -
- -
- void - - __destruct - - () -
- - - -
- -
- -
- close (line 264) -
- - -

Closes the Session

-

Same as above, but in reverse.

-
    -
  • access: public
  • -
- -
- void - - close - - () -
- - - -
- -
- -
- destroy (line 312) -
- - -

Destroys the Session

-

Deletes the session from the database.

-
    -
  • return: whether the query executed correctly
  • -
  • access: public
  • -
- -
- boolean - - destroy - - (string $id) -
- -
    -
  • - string - $id: session ID
  • -
- - -
- -
- -
- gc (line 327) -
- - -

Garbage Collector

-

This is who you call when you got trash to be taken out.

-
    -
  • return: whether the query executed correctly
  • -
  • access: public
  • -
- -
- boolean - - gc - - (integer $time_to_live) -
- -
    -
  • - integer - $time_to_live: number of seconds a session is active
  • -
- - -
- -
- -
- initialize (line 230) -
- - -

Initializes the Session

-

This method exists to combat the fact that calling session_destroy() also clears out the save handler. Upon destorying a session this method is called again so the save handler is all set.

-
    -
  • access: public
  • -
- -
- void - - initialize - - () -
- - - -
- -
- -
- open (line 252) -
- - -

Opens the Session

-

Since the session is in the database, opens the database connection. This step isn't really necessary as the Database object is smart enough to open itself up upon execute.

-
    -
  • access: public
  • -
- -
- void - - open - - () -
- - - -
- -
- -
- read (line 277) -
- - -

Reads the Session

-

Checks the database for the session ID and returns the session data.

-
    -
  • return: serialized session data
  • -
  • access: public
  • -
- -
- string - - read - - (string $id) -
- -
    -
  • - string - $id: session ID
  • -
- - -
- -
- -
- write (line 295) -
- - -

Writes the Session

-

When there's changes to the session, writes the data to the database.

-
    -
  • return: whether the query executed correctly
  • -
  • access: public
  • -
- -
- boolean - - write - - (string $id, string $session) -
- -
    -
  • - string - $id: session ID
  • -
  • - string - $session: serialized session data
  • -
- - -
- -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/String.html b/docs/PICKLES/String.html deleted file mode 100644 index 968b02e..0000000 --- a/docs/PICKLES/String.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - Docs For Class String - - - - -
-

Class String

- - -
-
Description
- -
- -

String Class

-

Just a simple collection of static functions to accomplish some of the more redundant string related manipulation.

-

- Located in /classes/String.php (line 24) -

- - -

-	
-			
-
- - - - - -
-
Method Summary
- -
-
-
- static string - formatPhoneNumber - (string $number, [string $replacement = '$1-$2-$3']) -
-
- static string - generateGravatarHash - (string $string) -
-
- static boolean - isEmpty - (string $value) -
-
- static string - random - ([integer $length = 8], [boolean $alpha = true], [boolean $numeric = true], [boolean $similar = true]) -
-
- static string - truncate - (string $string, integer $length, [boolean $hover = true]) -
-
- static string - upperWords - (string $string) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method formatPhoneNumber (line 38) -
- - -

Format Phone Number

-

Formats a 10 digit phone number with dashes as ###-###-####.

-
    -
  • return: formatted phone number
  • -
  • access: public
  • -
- -
- static - string - - formatPhoneNumber - - (string $number, [string $replacement = '$1-$2-$3']) -
- -
    -
  • - string - $number: number to format
  • -
  • - string - $replacement: output of the string
  • -
- - -
- -
- -
- static method generateGravatarHash (line 60) -
- - -

Generate Gravatar Hash

-

Generates a hash from the passed string that can then be used for fetching an avatar from Gravatar.com

-
    -
  • return: resulting hash
  • -
  • access: public
  • -
- -
- static - string - - generateGravatarHash - - (string $string) -
- -
    -
  • - string - $string: string to hash, should be an email address
  • -
- - -
- -
- -
- static method isEmpty (line 81) -
- - -

Is Empty

-

Checks if a string is empty. You can use the PHP function empty() but that returns true for a string of "0". Last I checked, that's not an empty string. PHP's function also doesn't apply trim() to the value to ensure it's not just a bunch of spaces.

-
    -
  • return: whether or not the string is empty
  • -
  • access: public
  • -
- -
- static - boolean - - isEmpty - - (string $value) -
- -
    -
  • - string - $value: string(s) to be checked
  • -
- - -
- -
- -
- static method random (line 111) -
- - -

Random

-

Generates a pseudo-random string based on the passed parameters.

Note: Similar characters = 0, O, 1, I (and may be expanded)

-
    -
  • return: generated string
  • -
  • access: public
  • -
- -
- static - string - - random - - ([integer $length = 8], [boolean $alpha = true], [boolean $numeric = true], [boolean $similar = true]) -
- -
    -
  • - integer - $length: optional length of the generated string
  • -
  • - boolean - $alpha: optional include alpha characters
  • -
  • - boolean - $numeric: optional include numeric characters
  • -
  • - boolean - $similar: optional include similar characters
  • -
- - -
- -
- -
- static method truncate (line 170) -
- - -

Truncate

-

Truncates a string to a specified length and (optionally) adds a span to provide a rollover to see the expanded text.

-
    -
  • return: truncate string
  • -
  • access: public
  • -
- -
- static - string - - truncate - - (string $string, integer $length, [boolean $hover = true]) -
- -
    -
  • - string - $string: string to truncate
  • -
  • - integer - $length: length to truncate to
  • -
  • - boolean - $hover: (optional) whether or not to add the rollover
  • -
- - -
- -
- -
- static method upperWords (line 200) -
- - -

Upper Words

-

Applies strtolower() and ucwords() to the passed string. The exception being email addresses which are not formatted at all.

-
    -
  • return: formatted string
  • -
  • access: public
  • -
- -
- static - string - - upperWords - - (string $string) -
- -
    -
  • - string - $string: string to format
  • -
- - -
- - -
-
- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/Time.html b/docs/PICKLES/Time.html deleted file mode 100644 index 3891ea4..0000000 --- a/docs/PICKLES/Time.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - Docs For Class Time - - - - -
-

Class Time

- - -
-
Description
- -
- -

Time Class

-

Just a simple collection of static functions to accomplish some of the more redundant time and date related manipulation.

-

- Located in /classes/Time.php (line 24) -

- - -

-	
-			
-
- - - -
-
Class Constant Summary
- -
-
-
- CENTURY = 3153600000 - -
-
- DAY = 86400 - -
-
- DECADE = 315360000 - -
-
- HOUR = 3600 - -
-
- MINUTE = 60 - -
-
- MONTH = 2592000 - -
-
- QUARTER = 7776000 - -
-
- WEEK = 604800 - -
-
- YEAR = 31536000 - -
-
-
-
- - - -
-
Method Summary
- -
-
-
- static integer - age - (string $date) -
-
- static string - timestamp - ([string $format = 'Y-m-d H:i:s']) -
- -
-
-
- - - -
-
Methods
- -
- - -
- -
- static method age (line 120) -
- - -

Age

-

Calculates age based on the passed date.

-
    -
  • return: number of years old
  • -
  • access: public
  • -
- -
- static - integer - - age - - (string $date) -
- -
    -
  • - string - $date: birth / inception date
  • -
- - -
- -
- -
- static method timestamp (line 148) -
- - -

Timestamp

-

Current Universal Time in the specified format.

-
    -
  • return: formatted timestamp
  • -
  • access: public
  • -
- -
- static - string - - timestamp - - ([string $format = 'Y-m-d H:i:s']) -
- -
    -
  • - string - $format: format of the timestamp
  • -
- - -
- - -
-
- - -
-
Class Constants
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.7194 105051104 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 7.7195 105054704 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 7.7219 105914496 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.7249 105934256 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:786 - 7.7250 105940440 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.7256 105943696 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.7257 105976096 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.7262 105996416 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 7.7263 105998160 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.7194 105051104 7. HTMLframesConverter->endClass() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1936 - 7.7195 105054704 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:347 - 7.7219 105914496 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.7249 105934256 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%165^%%1653142046^class.tpl.php:786 - 7.7250 105940440 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.7256 105943696 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.7257 105976096 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.7278 106003440 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -
- -
- - CENTURY - = 3153600000 - (line 107) - -
- - -

Century

-

Seconds in a decade (decade * 10)

- - -
- -
- -
- - DAY - = 86400 - (line 53) - -
- - -

Day

-

Seconds in a day (hour * 24)

- - -
- -
- -
- - DECADE - = 315360000 - (line 98) - -
- - -

Decade

-

Seconds in a decade (year * 10)

- - -
- -
- -
- - HOUR - = 3600 - (line 44) - -
- - -

Hour

-

Seconds in an hour (minute * 60)

- - -
- -
- -
- - MINUTE - = 60 - (line 35) - -
- - -

Minute

-

Seconds in a minute

- - -
- -
- -
- - MONTH - = 2592000 - (line 71) - -
- - -

Month

-

Seconds in a month (day * 30)

- - -
- -
- -
- - QUARTER - = 7776000 - (line 80) - -
- - -

Quarter

-

Seconds in a quarter (day * 90)

- - -
- -
- -
- - WEEK - = 604800 - (line 62) - -
- - -

Week

-

Seconds in a week (day * 7)

- - -
- -
- -
- - YEAR - = 31536000 - (line 89) - -
- - -

Year

-

Seconds in a year (day * 365)

- - -
- -
-
- -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---API---Common.php.html b/docs/PICKLES/_classes---API---Common.php.html deleted file mode 100644 index a05e165..0000000 --- a/docs/PICKLES/_classes---API---Common.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Common.php - - - - -
-

/classes/API/Common.php

- - -
-
Description
- -
- -

Common API Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- API_Common - - Common API Interface -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---API---Google---Profanity.php.html b/docs/PICKLES/_classes---API---Google---Profanity.php.html deleted file mode 100644 index ed2029b..0000000 --- a/docs/PICKLES/_classes---API---Google---Profanity.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Profanity.php - - - - -
-

/classes/API/Google/Profanity.php

- - -
-
Description
- -
- -

Google Profanity Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- API_Google_Profanity - - Google Profanity API Interface -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---API---Tinychat.php.html b/docs/PICKLES/_classes---API---Tinychat.php.html deleted file mode 100644 index 8112658..0000000 --- a/docs/PICKLES/_classes---API---Tinychat.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Tinychat.php - - - - -
-

/classes/API/Tinychat.php

- - -
-
Description
- -
- -

Tinychat Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- API_Tinychat - - Tinychat API Interface -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Browser.php.html b/docs/PICKLES/_classes---Browser.php.html deleted file mode 100644 index 48fc261..0000000 --- a/docs/PICKLES/_classes---Browser.php.html +++ /dev/null @@ -1,85 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.5145 103433056 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 6.5146 103436464 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 6.5146 103478240 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.5151 103491072 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.5152 103528464 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.5267 103689320 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - Docs for page Browser.php - - - - -
-

/classes/Browser.php

- - -
-
Description
- -
- -

Browser Utility Collection

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Browser - - Browser Utility Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Cache.php.html b/docs/PICKLES/_classes---Cache.php.html deleted file mode 100644 index 64061f1..0000000 --- a/docs/PICKLES/_classes---Cache.php.html +++ /dev/null @@ -1,85 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.6182 103486560 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 6.6183 103490120 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 6.6184 103531912 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.6185 103544744 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.6186 103582312 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.6309 103737584 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - Docs for page Cache.php - - - - -
-

/classes/Cache.php

- - -
-
Description
- -
- -

Caching System for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Cache - - Cache Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Config.php.html b/docs/PICKLES/_classes---Config.php.html deleted file mode 100644 index 6f8bcd8..0000000 --- a/docs/PICKLES/_classes---Config.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Config.php - - - - -
-

/classes/Config.php

- - -
-
Description
- -
- -

Configuration Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Config - - Config Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Controller.php.html b/docs/PICKLES/_classes---Controller.php.html deleted file mode 100644 index 950aa3d..0000000 --- a/docs/PICKLES/_classes---Controller.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Controller.php - - - - -
-

/classes/Controller.php

- - -
-
Description
- -
- -

Single Entry Controller

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Controller - - Controller Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Convert.php.html b/docs/PICKLES/_classes---Convert.php.html deleted file mode 100644 index 0d4c298..0000000 --- a/docs/PICKLES/_classes---Convert.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Convert.php - - - - -
-

/classes/Convert.php

- - -
-
Description
- -
- -

Converter

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Convert - - Convert Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database---Common.php.html b/docs/PICKLES/_classes---Database---Common.php.html deleted file mode 100644 index 3b68279..0000000 --- a/docs/PICKLES/_classes---Database---Common.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Common.php - - - - -
-

/classes/Database/Common.php

- - -
-
Description
- -
- -

Common Database Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database_Common - - Common Database Abstraction Layer -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database---PDO---Common.php.html b/docs/PICKLES/_classes---Database---PDO---Common.php.html deleted file mode 100644 index 8fefac0..0000000 --- a/docs/PICKLES/_classes---Database---PDO---Common.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Common.php - - - - -
-

/classes/Database/PDO/Common.php

- - -
-
Description
- -
- -

PDO Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database_PDO_Common - - PDO Abstraction Layer -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database---PDO---MySQL.php.html b/docs/PICKLES/_classes---Database---PDO---MySQL.php.html deleted file mode 100644 index da5800a..0000000 --- a/docs/PICKLES/_classes---Database---PDO---MySQL.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page MySQL.php - - - - -
-

/classes/Database/PDO/MySQL.php

- - -
-
Description
- -
- -

MySQL Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database_PDO_MySQL - - MySQL Database Abstraction Layer -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database---PDO---PostgreSQL.php.html b/docs/PICKLES/_classes---Database---PDO---PostgreSQL.php.html deleted file mode 100644 index df5aa07..0000000 --- a/docs/PICKLES/_classes---Database---PDO---PostgreSQL.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page PostgreSQL.php - - - - -
-

/classes/Database/PDO/PostgreSQL.php

- - -
-
Description
- -
- -

PostgreSQL Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database_PDO_PostgreSQL - - PostgreSQL Database Abstraction Layer -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database---PDO---SQLite.php.html b/docs/PICKLES/_classes---Database---PDO---SQLite.php.html deleted file mode 100644 index 3945d74..0000000 --- a/docs/PICKLES/_classes---Database---PDO---SQLite.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page SQLite.php - - - - -
-

/classes/Database/PDO/SQLite.php

- - -
-
Description
- -
- -

SQLite Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database_PDO_SQLite - - SQLite Database Abstraction Layer -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Database.php.html b/docs/PICKLES/_classes---Database.php.html deleted file mode 100644 index 3b79b12..0000000 --- a/docs/PICKLES/_classes---Database.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Database.php - - - - -
-

/classes/Database.php

- - -
-
Description
- -
- -

Database Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Database - - Database Factory -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Date.php.html b/docs/PICKLES/_classes---Date.php.html deleted file mode 100644 index 730a194..0000000 --- a/docs/PICKLES/_classes---Date.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Date.php - - - - -
-

/classes/Date.php

- - -
-
Description
- -
- -

Date Utility Collection

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Date - - Date Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Display---Common.php.html b/docs/PICKLES/_classes---Display---Common.php.html deleted file mode 100644 index 231672f..0000000 --- a/docs/PICKLES/_classes---Display---Common.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Common.php - - - - -
-

/classes/Display/Common.php

- - -
-
Description
- -
- -

Common Display Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Display_Common - - Common Display Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Display---JSON.php.html b/docs/PICKLES/_classes---Display---JSON.php.html deleted file mode 100644 index 82899f4..0000000 --- a/docs/PICKLES/_classes---Display---JSON.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page JSON.php - - - - -
-

/classes/Display/JSON.php

- - -
-
Description
- -
- -

JSON Display Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Display_JSON - - JSON Display -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Display---PHP.php.html b/docs/PICKLES/_classes---Display---PHP.php.html deleted file mode 100644 index e534e59..0000000 --- a/docs/PICKLES/_classes---Display---PHP.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page PHP.php - - - - -
-

/classes/Display/PHP.php

- - -
-
Description
- -
- -

PHP Display Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Display_PHP - - PHP Display -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Display---RSS.php.html b/docs/PICKLES/_classes---Display---RSS.php.html deleted file mode 100644 index b503e6c..0000000 --- a/docs/PICKLES/_classes---Display---RSS.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page RSS.php - - - - -
-

/classes/Display/RSS.php

- - -
-
Description
- -
- -

RSS Display Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Display_RSS - - RSS Display -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Display---XML.php.html b/docs/PICKLES/_classes---Display---XML.php.html deleted file mode 100644 index 2f13c3b..0000000 --- a/docs/PICKLES/_classes---Display---XML.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page XML.php - - - - -
-

/classes/Display/XML.php

- - -
-
Description
- -
- -

XML Display Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Display_XML - - XML Display -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Dynamic.php.html b/docs/PICKLES/_classes---Dynamic.php.html deleted file mode 100644 index 3e5a26f..0000000 --- a/docs/PICKLES/_classes---Dynamic.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Dynamic.php - - - - -
-

/classes/Dynamic.php

- - -
-
Description
- -
- -

Dynamic Content Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Dynamic - - Dynamic Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Error.php.html b/docs/PICKLES/_classes---Error.php.html deleted file mode 100644 index 9b96b1d..0000000 --- a/docs/PICKLES/_classes---Error.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Error.php - - - - -
-

/classes/Error.php

- - -
-
Description
- -
- -

Error Reporting for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Error - - Error Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---File.php.html b/docs/PICKLES/_classes---File.php.html deleted file mode 100644 index e0b36cb..0000000 --- a/docs/PICKLES/_classes---File.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page File.php - - - - -
-

/classes/File.php

- - -
-
Description
- -
- -

File Utility Collection

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- File - - File Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Form.php.html b/docs/PICKLES/_classes---Form.php.html deleted file mode 100644 index 355aa5c..0000000 --- a/docs/PICKLES/_classes---Form.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Form.php - - - - -
-

/classes/Form.php

- - -
-
Description
- -
- -

Form Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Form - - Form Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Log.php.html b/docs/PICKLES/_classes---Log.php.html deleted file mode 100644 index c5b0970..0000000 --- a/docs/PICKLES/_classes---Log.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Log.php - - - - -
-

/classes/Log.php

- - -
-
Description
- -
- -

Logging System for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Log - - Log Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Model.php.html b/docs/PICKLES/_classes---Model.php.html deleted file mode 100644 index d9627db..0000000 --- a/docs/PICKLES/_classes---Model.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Model.php - - - - -
-

/classes/Model.php

- - -
-
Description
- -
- -

Model Parent Class for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Model - - Model Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Module.php.html b/docs/PICKLES/_classes---Module.php.html deleted file mode 100644 index c695ecf..0000000 --- a/docs/PICKLES/_classes---Module.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Module.php - - - - -
-

/classes/Module.php

- - -
-
Description
- -
- -

Module Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Module - - Module Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Object.php.html b/docs/PICKLES/_classes---Object.php.html deleted file mode 100644 index 7d4d80b..0000000 --- a/docs/PICKLES/_classes---Object.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Object.php - - - - -
-

/classes/Object.php

- - -
-
Description
- -
- -

Object Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Object - - Object Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Profiler.php.html b/docs/PICKLES/_classes---Profiler.php.html deleted file mode 100644 index f59befd..0000000 --- a/docs/PICKLES/_classes---Profiler.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Profiler.php - - - - -
-

/classes/Profiler.php

- - -
-
Description
- -
- -

Profiler

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Profiler - - Profiler Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Security.php.html b/docs/PICKLES/_classes---Security.php.html deleted file mode 100644 index 81ae965..0000000 --- a/docs/PICKLES/_classes---Security.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Security.php - - - - -
-

/classes/Security.php

- - -
-
Description
- -
- -

Security System for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Security - - Security Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Session.php.html b/docs/PICKLES/_classes---Session.php.html deleted file mode 100644 index 3b40a1f..0000000 --- a/docs/PICKLES/_classes---Session.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Session.php - - - - -
-

/classes/Session.php

- - -
-
Description
- -
- -

Session Handling for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Session - - Session Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---String.php.html b/docs/PICKLES/_classes---String.php.html deleted file mode 100644 index 9da96d8..0000000 --- a/docs/PICKLES/_classes---String.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page String.php - - - - -
-

/classes/String.php

- - -
-
Description
- -
- -

String Utility Collection

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- String - - String Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_classes---Time.php.html b/docs/PICKLES/_classes---Time.php.html deleted file mode 100644 index 74364d4..0000000 --- a/docs/PICKLES/_classes---Time.php.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - Docs for page Time.php - - - - -
-

/classes/Time.php

- - -
-
Description
- -
- -

Time Utility Collection

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - -
ClassDescription
- Time - - Time Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_jar.php.html b/docs/PICKLES/_jar.php.html deleted file mode 100644 index 7804b4e..0000000 --- a/docs/PICKLES/_jar.php.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - Docs for page jar.php - - - - -
-

/jar.php

- - -
-
Description
- -
- -

Common API Class File for PICKLES

-

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - -
-
Classes
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassDescription
- - - Common API Interface -
- - - Google Profanity API Interface -
- - - Tinychat API Interface -
- - - Browser Utility Class -
- - - Cache Class -
- - - Config Class -
- - - Controller Class -
- - - Convert Class -
- - - Common Database Abstraction Layer -
- - - PDO Abstraction Layer -
- - - MySQL Database Abstraction Layer -
- - - PostgreSQL Database Abstraction Layer -
- - - SQLite Database Abstraction Layer -
- - - Database Factory -
- - - Date Class -
- - - Common Display Class -
- - - JSON Display -
- - - PHP Display -
- - - RSS Display -
- - - XML Display -
- - - Dynamic Class -
- - - Error Class -
- - - File Class -
- - - Form Class -
- - - Log Class -
- - - Model Class -
- - - Module Class -
- - - Object Class -
- - - Profiler Class -
- - - Security Class -
- - - Session Class -
- - - String Class -
- - - Time Class -
-
-
- - - - - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/PICKLES/_pickles.php.html b/docs/PICKLES/_pickles.php.html deleted file mode 100644 index e51b392..0000000 --- a/docs/PICKLES/_pickles.php.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - - Docs for page pickles.php - - - - -
-

/pickles.php

- - -
-
Description
- -
- -

Core PICKLES Include File

-

This is the file that you include on the page you're instantiating the controller from (typically index.php). The path to the PICKLES code base is established as well as the path that Smarty will use to store the compiled pages.

PHP version 5

Licensed under The MIT License Redistribution of these files must retain the above copyright notice.

- - -
-
- - - -
-
Includes
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4512 104685256 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:155 - 7.4513 104690008 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4517 104693272 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4518 104725728 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4523 104744952 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 7.4525 104746792 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4512 104685256 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:155 - 7.4513 104690008 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4517 104693272 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4518 104725728 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4582 104750328 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -
- -
- - require - ($jar_file) - (line 97) - -
- - - -
-
-
- - -
-
Constants
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4599 104691768 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:189 - 7.4599 104696472 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4603 104700200 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4604 104732752 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4609 104756712 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 7.4611 104758472 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4599 104691768 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:189 - 7.4599 104696472 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4603 104700200 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4604 104732752 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4634 104767416 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -
- -
- - DISPLAY_JSON = 'JSON' - (line 49) - -
- - - - -
- -
- -
- - DISPLAY_PHP = 'PHP' - (line 50) - -
- - - - -
- -
- -
- - DISPLAY_RSS = 'RSS' - (line 51) - -
- - - - -
- -
- -
- - DISPLAY_XML = 'XML' - (line 52) - -
- - - - -
- -
- -
- - IS_CLI = !isset($_SERVER['REQUEST_METHOD']) - (line 58) - -
- - - - -
- -
- -
- - JSON_AVAILABLE = function_exists('json_encode') - (line 55) - -
- - - - -
- -
- -
- - LOG_PATH = PRIVATE_PATH.'logs/' - (line 46) - -
- - - - -
- -
- -
- - PICKLES_CLASS_PATH = PICKLES_PATH.'classes/' - (line 35) - -
- - - - -
- -
- -
- - PICKLES_PATH = dirname(__FILE__).'/' - (line 34) - -
- - - - -
- -
- -
- - PICKLES_START_TIME = microtime(true) - (line 31) - -
- - - - -
- -
- -
- - PRIVATE_PATH = SITE_PATH.'private/' - (line 45) - -
- - - - -
- -
- -
- - SITE_CLASS_PATH = SITE_PATH.'classes/' - (line 40) - -
- - - - -
- -
- -
- - SITE_MODEL_PATH = SITE_PATH.'models/' - (line 41) - -
- - - - -
- -
- -
- - SITE_MODULE_PATH = SITE_PATH.'modules/' - (line 42) - -
- - - - -
- -
- -
- - SITE_PATH = getcwd().'/../' - (line 38) - -
- - - - -
- -
- -
- - SITE_TEMPLATE_PATH = SITE_PATH.'templates/' - (line 43) - -
- - - - -
-
-
- - - -
-
Functions
- -
- -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4691 104697736 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:257 - 7.4692 104702520 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4696 104709072 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4697 104743368 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4707 104794176 14. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 7.4708 104795920 15. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.4500 104453232 7. HTMLframesConverter->endPage() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1939 - 7.4501 104456824 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:366 - 7.4507 104679896 9. include('/Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 7.4691 104697736 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/PICKLES/26d3399f63abd43a7d72f8c21440dcb0/%%363^%%3636363891^page.tpl.php:257 - 7.4692 104702520 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 7.4696 104709072 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.4697 104743368 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.4763 104815432 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -
- -
- readFileContents (line 63) -
- - - -
- void - - readFileContents - - ( $directory) -
- -
    -
  • - - $directory
  • -
- - -
- -
- -
- __autoload (line 171) -
- - -

Magic function to automatically load classes

-

Attempts to load a core PICKLES class or a site level data model or module class. If Smarty is being requested, will load the proper class from the vendors directory

-
    -
  • return: Return value of require_once() or false (default)
  • -
- -
- boolean - - __autoload - - (string $class) -
- -
    -
  • - string - $class: Name of the class to be loaded
  • -
- - -
- -
- -
- __handleError (line 224) -
- - -

Error handling function that thinks it's magical

-

Catches errors (warnings and the like) and throws it back out as an ErrorException. This really helps trapping complex errors that need a ton of sanity checks, just try / catch and you're good. Also, this isn't a magic function, but I opted to use the __ prefix to help avoid a naming collision since namespace support is 5.3+ and PICKLES strives to be 5.0+ compatible.

Keep in mind that fatal errors cannot and will not be handled.

-
    -
  • return: not really returned, but worth documenting
  • -
- -
- ErrorException - - __handleError - - (integer $errno, string $errstr, string $errfile, integer $errline, array $errcontext) -
- -
    -
  • - integer - $errno: the level of the error raised
  • -
  • - string - $errstr: the error message
  • -
  • - string - $errfile: filename that the error was raised in
  • -
  • - integer - $errline: line number the error was raised at
  • -
  • - array - $errcontext: array of every variable that existed in scope
  • -
- - -
- -
- -
- __handleException (line 245) -
- - -

Top level exception handling function

-

Catches uncaught exceptions and displays them.

- -
- void - - __handleException - - (object $exception) -
- -
    -
  • - object - $exception: the exception
  • -
- - -
-
-
- -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

-
- \ No newline at end of file diff --git a/docs/blank.html b/docs/blank.html deleted file mode 100644 index 8882206..0000000 --- a/docs/blank.html +++ /dev/null @@ -1,30 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3729 104441008 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:672 - 6.3730 104482936 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3734 104485880 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3736 104519912 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3742 104531800 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - PHP Interface Collection of Killer Libraries to Enhance Stuff - - - - -

PHP Interface Collection of Killer Libraries to Enhance Stuff

-Welcome to PICKLES!
-
-This documentation was generated by phpDocumentor v1.4.4
- - \ No newline at end of file diff --git a/docs/classtrees_PICKLES.html b/docs/classtrees_PICKLES.html deleted file mode 100644 index c689064..0000000 --- a/docs/classtrees_PICKLES.html +++ /dev/null @@ -1,125 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4144 103513504 7. HTMLframesConverter->formatLeftIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1853 - 6.4319 103659056 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:764 - 6.4320 103700912 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.4324 103704088 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4325 103739712 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4341 103768448 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - - - -

- -

-

Root class Browser

- - -

Root class Browser

- - -

Root class Convert

- - -

Root class Convert

- - -

Root class Date

- - -

Root class Date

- - -

Root class Error

- - -

Root class Error

- - -

Root class File

- - -

Root class File

- - -

Root class Log

- - -

Root class Log

- - -

Root class Object

- - -

Root class Object

- - -

Root class Profiler

- - -

Root class Profiler

- - -

Root class Security

- - -

Root class Security

- - -

Root class String

- - -

Root class String

- - -

Root class Time

- - -

Root class Time

- - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

- - \ No newline at end of file diff --git a/docs/elementindex.html b/docs/elementindex.html deleted file mode 100644 index 3f3630f..0000000 --- a/docs/elementindex.html +++ /dev/null @@ -1,2395 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3614 104392360 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:637 - 6.3615 104434272 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3619 104436984 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3620 104469176 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3630 104486256 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - - -

Full index

-

Package indexes

- -
-
- a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - w - x - y - _ -
- - -
-
a
-
top
-
-
-
-
- $attributes -
-
- -
PDO Attributes
-
-
- age -
-
-
Time::age() in Time.php
-
Age
-
-
- age -
-
-
Date::age() in Date.php
-
Age
-
-
- API_Common -
-
-
API_Common in Common.php
-
Common API Interface
-
-
- API_Google_Profanity -
-
-
API_Google_Profanity in Profanity.php
-
Google Profanity API Interface
-
-
- API_Tinychat -
-
-
API_Tinychat in Tinychat.php
-
Tinychat API Interface
-
-
- arrayToXML -
-
-
Convert::arrayToXML() in Convert.php
-
Array to XML
-
-
- -
-
b
-
top
-
-
-
-
- betweenLevel -
-
-
Security::betweenLevel() in Security.php
-
Between Level
-
-
- Browser -
-
-
Browser in Browser.php
-
Browser Utility Class
-
-
- Browser.php -
-
-
Browser.php in Browser.php
-
-
- -
-
c
-
top
-
-
-
-
- $cache -
-
-
Model::$cache in Model.php
-
Cache Object
-
-
- $cache -
-
- -
Whether or not to use caching
-
-
- $cache -
-
-
Module::$cache in Module.php
-
Cache Object
-
-
- $child_template -
-
- -
Child (sub) Template
-
-
- $columns -
-
-
Model::$columns in Model.php
-
Columns
-
-
- $conditions -
-
-
Model::$conditions in Model.php
-
Conditions
-
-
- $config -
-
-
Object::$config in Object.php
-
Instance of the Config object
-
-
- $connection -
-
- -
Connection resource
-
-
- $css_class -
-
- -
CSS Class Name
-
-
- Cache -
-
-
Cache in Cache.php
-
Cache Class
-
-
- CENTURY -
-
-
Time::CENTURY in Time.php
-
Century
-
-
- check -
-
- -
Check
-
-
- checkbox -
-
-
Form::checkbox() in Form.php
-
Checkbox
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Cache.php -
-
-
Cache.php in Cache.php
-
-
- Config.php -
-
-
Config.php in Config.php
-
-
- Controller.php -
-
-
Controller.php in Controller.php
-
-
- Convert.php -
-
-
Convert.php in Convert.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- close -
-
-
Session::close() in Session.php
-
Closes the Session
-
-
- close -
-
- -
Closes database connection
-
-
- close -
-
- -
Closes database connection
-
-
- commit -
-
-
Model::commit() in Model.php
-
Commit
-
-
- Config -
-
-
Config in Config.php
-
Config Class
-
-
- Controller -
-
-
Controller in Controller.php
-
Controller Class
-
-
- Convert -
-
-
Convert in Convert.php
-
Convert Class
-
-
- count -
-
-
Model::count() in Model.php
-
Count Records
-
-
- css -
-
-
Dynamic::css() in Dynamic.php
-
Generate Stylesheet Reference
-
-
- -
-
d
-
top
-
-
-
-
- $database -
-
- -
Database name for the server
-
-
- $datasource -
-
-
Model::$datasource in Model.php
-
Datasource
-
-
- $db -
-
-
Model::$db in Model.php
-
Database Object
-
-
- $db -
-
-
Module::$db in Module.php
-
Database Object
-
-
- $delayed -
-
-
Model::$delayed in Model.php
-
Delayed Insert
-
-
- $description -
-
-
Module::$description in Module.php
-
Meta Description
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- Database.php -
-
-
Database.php in Database.php
-
-
- Date.php -
-
-
Date.php in Date.php
-
-
- Dynamic.php -
-
-
Dynamic.php in Dynamic.php
-
-
- Database -
-
-
Database in Database.php
-
Database Factory
-
-
- Database_Common -
-
-
Database_Common in Common.php
-
Common Database Abstraction Layer
-
-
- Database_PDO_Common -
-
-
Database_PDO_Common in Common.php
-
PDO Abstraction Layer
-
-
- Database_PDO_MySQL -
-
-
Database_PDO_MySQL in MySQL.php
-
MySQL Database Abstraction Layer
-
-
- Database_PDO_PostgreSQL -
-
-
Database_PDO_PostgreSQL in PostgreSQL.php
-
PostgreSQL Database Abstraction Layer
-
-
- Database_PDO_SQLite -
-
-
Database_PDO_SQLite in SQLite.php
-
SQLite Database Abstraction Layer
-
-
- Date -
-
-
Date in Date.php
-
Date Class
-
-
- dateSelect -
-
-
Form::dateSelect() in Form.php
-
Date Select
-
-
- DAY -
-
-
Time::DAY in Time.php
-
Day
-
-
- DECADE -
-
-
Time::DECADE in Time.php
-
Decade
-
-
- delete -
-
-
Cache::delete() in Cache.php
-
Delete Key
-
-
- delete -
-
-
Model::delete() in Model.php
-
Delete Record
-
-
- destroy -
-
-
Session::destroy() in Session.php
-
Destroys the Session
-
-
- Display_Common -
-
-
Display_Common in Common.php
-
Common Display Class
-
-
- Display_JSON -
-
-
Display_JSON in JSON.php
-
JSON Display
-
-
- DISPLAY_JSON -
-
-
DISPLAY_JSON in pickles.php
-
-
- Display_PHP -
-
-
Display_PHP in PHP.php
-
PHP Display
-
-
- DISPLAY_PHP -
-
-
DISPLAY_PHP in pickles.php
-
-
- Display_RSS -
-
-
Display_RSS in RSS.php
-
RSS Display
-
-
- DISPLAY_RSS -
-
-
DISPLAY_RSS in pickles.php
-
-
- Display_XML -
-
-
Display_XML in XML.php
-
XML Display
-
-
- DISPLAY_XML -
-
-
DISPLAY_XML in pickles.php
-
-
- dobSelect -
-
-
Form::dobSelect() in Form.php
-
Date of Birth Select
-
-
- Dynamic -
-
-
Dynamic in Dynamic.php
-
Dynamic Class
-
-
- -
-
e
-
top
-
-
-
-
- $engine -
-
-
Module::$engine in Module.php
-
Default Display Engine
-
-
- $extension -
-
- -
Template Extension
-
-
- $extension -
-
- -
Template Extension
-
-
- Error.php -
-
-
Error.php in Error.php
-
-
- enabled -
-
-
Profiler::enabled() in Profiler.php
-
Enabled
-
-
- end -
-
-
Model::end() in Model.php
-
End Record
-
-
- error -
-
-
Log::error() in Log.php
-
Log Error
-
-
- Error -
-
-
Error in Error.php
-
Error Class
-
-
- execute -
-
- -
Executes an SQL Statement
-
-
- execute -
-
-
Model::execute() in Model.php
-
Execute
-
-
- -
-
f
-
top
-
-
-
-
- $fields -
-
-
Model::$fields in Model.php
-
Field List
-
-
- File.php -
-
-
File.php in File.php
-
-
- Form.php -
-
-
Form.php in Form.php
-
-
- fatal -
-
-
Error::fatal() in Error.php
-
Fatal Error
-
-
- fetch -
-
- -
Fetch records from the database
-
-
- File -
-
-
File in File.php
-
File Class
-
-
- first -
-
-
Model::first() in Model.php
-
First Record
-
-
- Form -
-
-
Form in Form.php
-
Form Class
-
-
- formatPhoneNumber -
-
- -
Format Phone Number
-
-
- -
-
g
-
top
-
-
-
-
- $group -
-
-
Model::$group in Model.php
-
Group
-
-
- gc -
-
-
Session::gc() in Session.php
-
Garbage Collector
-
-
- generateGravatarHash -
-
- -
Generate Gravatar Hash
-
-
- generateHash -
-
-
Security::generateHash() in Security.php
-
Generate Hash
-
-
- generateHTML -
-
- -
Generate HTML
-
-
- generateSHA256Hash -
-
- -
Generate SHA-256 Hash
-
-
- get -
-
-
Cache::get() in Cache.php
-
Get Key
-
-
- getCache -
-
- -
Get Cache
-
-
- getDriver -
-
- -
Get Driver
-
-
- getInstance -
-
- -
Get Instance
-
-
- getInstance -
-
- -
Get Instance
-
-
- getInstance -
-
-
Config::getInstance() in Config.php
-
Get instance of the object
-
-
- getInstance -
-
-
Database::getInstance() in Database.php
-
Get Instance
-
-
- getInstance -
-
-
Object::getInstance() in Object.php
-
Get Instance
-
-
- -
-
h
-
top
-
-
-
-
- $hash -
-
-
Module::$hash in Module.php
-
Hash
-
-
- $having -
-
-
Model::$having in Model.php
-
Having
-
-
- $hints -
-
-
Model::$hints in Model.php
-
[Index] Hints
-
-
- $hostname -
-
- -
Hostname for the server
-
-
- hasLevel -
-
-
Security::hasLevel() in Security.php
-
Has Level
-
-
- hidden -
-
-
Form::hidden() in Form.php
-
Hidden
-
-
- hiddenInput -
-
- -
Hidden Input
-
-
- HOUR -
-
-
Time::HOUR in Time.php
-
Hour
-
-
- -
-
i
-
top
-
-
-
-
- $ignore -
-
-
Model::$ignore in Model.php
-
Ignore Unique Index
-
-
- $instances -
-
-
Object::$instances in Object.php
-
Object Instances
-
-
- increment -
-
-
Cache::increment() in Cache.php
-
Increment Key
-
-
- information -
-
- -
Log Information
-
-
- initialize -
-
-
Session::initialize() in Session.php
-
Initializes the Session
-
-
- input -
-
-
Form::input() in Form.php
-
Input
-
-
- isEmpty -
-
-
String::isEmpty() in String.php
-
Is Empty
-
-
- isLevel -
-
-
Security::isLevel() in Security.php
-
Is Level
-
-
- isMobile -
-
-
Browser::isMobile() in Browser.php
-
Is Mobile
-
-
- IS_CLI -
-
-
IS_CLI in pickles.php
-
-
- -
-
j
-
top
-
-
-
-
- $joins -
-
-
Model::$joins in Model.php
-
Joins
-
-
- $js_basename -
-
- -
Javascript [Path and] Basename
-
-
- JSON.php -
-
-
JSON.php in JSON.php
-
-
- jar.php -
-
-
jar.php in jar.php
-
-
- js -
-
-
Dynamic::js() in Dynamic.php
-
Generate Javascript Reference
-
-
- JSON_AVAILABLE -
-
-
JSON_AVAILABLE in pickles.php
-
-
- -
-
k
-
top
-
-
-
-
- $keywords -
-
-
Module::$keywords in Module.php
-
Meta Keywords (comma separated)
-
-
- -
-
l
-
top
-
-
-
-
- $limit -
-
-
Model::$limit in Model.php
-
Limit
-
-
- Log.php -
-
-
Log.php in Log.php
-
-
- last -
-
-
Model::last() in Model.php
-
Last Record
-
-
- listRooms -
-
- -
List Rooms
-
-
- load -
-
-
Config::load() in Config.php
-
Loads a configuration file
-
-
- Log -
-
-
Log in Log.php
-
Log Class
-
-
- log -
-
-
Profiler::log() in Profiler.php
-
Log
-
-
- login -
-
-
Security::login() in Security.php
-
Login
-
-
- logout -
-
-
Security::logout() in Security.php
-
Logout
-
-
- logQuery -
-
-
Profiler::logQuery() in Profiler.php
-
Log Query
-
-
- LOG_PATH -
-
-
LOG_PATH in pickles.php
-
-
- -
-
m
-
top
-
-
-
-
- $meta_data -
-
- -
Meta Data
-
-
- $method -
-
-
Module::$method in Module.php
-
Method
-
-
- $module_return -
-
- -
Module Return Data
-
-
- MySQL.php -
-
-
MySQL.php in MySQL.php
-
-
- Model.php -
-
-
Model.php in Model.php
-
-
- Module.php -
-
-
Module.php in Module.php
-
-
- MINUTE -
-
-
Time::MINUTE in Time.php
-
Minute
-
-
- Model -
-
-
Model in Model.php
-
Model Class
-
-
- Module -
-
-
Module in Module.php
-
Module Class
-
-
- MONTH -
-
-
Time::MONTH in Time.php
-
Month
-
-
- -
-
n
-
top
-
-
-
-
- next -
-
-
Model::next() in Model.php
-
Next Record
-
-
- -
-
o
-
top
-
-
-
-
- $offset -
-
-
Model::$offset in Model.php
-
Offset
-
-
- $order -
-
-
Model::$order in Model.php
-
Order
-
-
- Object.php -
-
-
Object.php in Object.php
-
-
- Object -
-
-
Object in Object.php
-
Object Class
-
-
- open -
-
-
Session::open() in Session.php
-
Opens the Session
-
-
- open -
-
-
Cache::open() in Cache.php
-
Opens Connection
-
-
- open -
-
- -
Opens database connection
-
-
- open -
-
- -
Opens database connection
-
-
- options -
-
-
Form::options() in Form.php
-
Options
-
-
- -
-
p
-
top
-
-
-
-
- $parent_template -
-
- -
Parent Template
-
-
- $password -
-
- -
Password for the server
-
-
- $port -
-
- -
Default port
-
-
- $port -
-
- -
Default port
-
-
- $port -
-
- -
Port number for the server
-
-
- $priority -
-
-
Model::$priority in Model.php
-
Insert Priority
-
-
- $private -
-
-
Module::$private in Module.php
-
Private
-
-
- Profanity.php -
-
-
Profanity.php in Profanity.php
-
-
- PostgreSQL.php -
-
-
PostgreSQL.php in PostgreSQL.php
-
-
- PHP.php -
-
-
PHP.php in PHP.php
-
-
- Profiler.php -
-
-
Profiler.php in Profiler.php
-
-
- password -
-
-
Form::password() in Form.php
-
Password
-
-
- passwordInput -
-
- -
Password Input
-
-
- phoneInput -
-
-
Form::phoneInput() in Form.php
-
Phone Input
-
-
- phpError -
-
-
Log::phpError() in Log.php
-
Log PHP Error
-
-
- pickles.php -
-
-
pickles.php in pickles.php
-
-
- PICKLES_CLASS_PATH -
-
-
PICKLES_CLASS_PATH in pickles.php
-
-
- PICKLES_PATH -
-
-
PICKLES_PATH in pickles.php
-
-
- PICKLES_START_TIME -
-
-
PICKLES_START_TIME in pickles.php
-
-
- polarSelect -
-
- -
Polar Select
-
-
- prepareVariables -
-
- -
Prepare Variables
-
-
- prev -
-
-
Model::prev() in Model.php
-
Previous Record
-
-
- PRIVATE_PATH -
-
-
PRIVATE_PATH in pickles.php
-
-
- Profiler -
-
-
Profiler in Profiler.php
-
Profiler Class
-
-
- -
-
q
-
top
-
-
-
-
- QUARTER -
-
-
Time::QUARTER in Time.php
-
Quarter
-
-
- query -
-
-
Log::query() in Log.php
-
Log SQL Query
-
-
- -
-
r
-
top
-
-
-
-
- $record -
-
-
Model::$record in Model.php
-
Record
-
-
- $records -
-
-
Model::$records in Model.php
-
Records
-
-
- $replace -
-
-
Model::$replace in Model.php
-
Replace instead of Insert/Update?
-
-
- $results -
-
-
Model::$results in Model.php
-
Query Results
-
-
- $results -
-
- -
Results object for the executed statement
-
-
- RSS.php -
-
-
RSS.php in RSS.php
-
-
- radio -
-
-
Form::radio() in Form.php
-
Radio Button
-
-
- random -
-
-
String::random() in String.php
-
Random
-
-
- read -
-
-
Session::read() in Session.php
-
Reads the Session
-
-
- readFileContents -
-
-
readFileContents() in pickles.php
-
-
- redirect -
-
-
Browser::redirect() in Browser.php
-
Redirect
-
-
- reference -
-
-
Dynamic::reference() in Dynamic.php
-
Generate Reference
-
-
- removeDirectory -
-
- -
Remove a Directory, Recursively
-
-
- render -
-
- -
Renders the data in RSS format
-
-
- render -
-
- -
Renders the data in XML format
-
-
- render -
-
- -
Renders the PHP templated pages
-
-
- render -
-
- -
Rendering Method
-
-
- render -
-
- -
Renders the data in JSON format
-
-
- report -
-
-
Profiler::report() in Profiler.php
-
Report
-
-
- reset -
-
-
Model::reset() in Model.php
-
Reset Record
-
-
- roomInfo -
-
-
API_Tinychat::roomInfo() in Tinychat.php
-
Room Info
-
-
- -
-
s
-
top
-
-
-
-
- $secure -
-
-
Module::$secure in Module.php
-
Secure
-
-
- $security -
-
-
Module::$security in Module.php
-
Security Settings
-
-
- $session -
-
-
Module::$session in Module.php
-
Session
-
-
- $socket -
-
- -
UNIX socket for the server
-
-
- SQLite.php -
-
-
SQLite.php in SQLite.php
-
-
- Security.php -
-
-
Security.php in Security.php
-
-
- Session.php -
-
-
Session.php in Session.php
-
-
- String.php -
-
-
String.php in String.php
-
-
- Security -
-
-
Security in Security.php
-
Security Class
-
-
- security -
-
-
Form::security() in Form.php
-
Security
-
-
- securityInput -
-
- -
Security Input
-
-
- select -
-
-
Form::select() in Form.php
-
Select
-
-
- Session -
-
-
Session in Session.php
-
Session Class
-
-
- set -
-
-
Cache::set() in Cache.php
-
Set Key
-
-
- setBroadcastPassword -
-
- -
Set Broadcast Password
-
-
- setCache -
-
- -
Set Cache
-
-
- setDatabase -
-
- -
Set Database
-
-
- setHostname -
-
- -
Set Hostname
-
-
- setMetaData -
-
- -
Set Meta Data
-
-
- setModuleReturn -
-
- -
Set Module Return
-
-
- setPassword -
-
- -
Set Password
-
-
- setPort -
-
- -
Set Port
-
-
- setRequest -
-
-
Module::setRequest() in Module.php
-
Sets the Request
-
-
- setRoomPassword -
-
- -
Set Room Password
-
-
- setSocket -
-
- -
Set Socket
-
-
- setTemplateVariables -
-
- -
Set Template Variables
-
-
- setUsername -
-
- -
Set Username
-
-
- sha256 -
-
-
Security::sha256() in Security.php
-
SHA-256
-
-
- shuffle -
-
-
Model::shuffle() in Model.php
-
Shuffle Records
-
-
- SITE_CLASS_PATH -
-
-
SITE_CLASS_PATH in pickles.php
-
-
- SITE_MODEL_PATH -
-
-
SITE_MODEL_PATH in pickles.php
-
-
- SITE_MODULE_PATH -
-
-
SITE_MODULE_PATH in pickles.php
-
-
- SITE_PATH -
-
-
SITE_PATH in pickles.php
-
-
- SITE_TEMPLATE_PATH -
-
-
SITE_TEMPLATE_PATH in pickles.php
-
-
- slowQuery -
-
-
Log::slowQuery() in Log.php
-
Log Slow Query
-
-
- sort -
-
-
Model::sort() in Model.php
-
Sort Records
-
-
- stateSelect -
-
- -
State Select
-
-
- status -
-
-
Browser::status() in Browser.php
-
Status
-
-
- String -
-
-
String in String.php
-
String Class
-
-
- submit -
-
-
Form::submit() in Form.php
-
Submit
-
-
- submitInput -
-
- -
Submit Input
-
-
- -
-
t
-
top
-
-
-
-
- $table -
-
-
Model::$table in Model.php
-
Table Name
-
-
- $template -
-
-
Module::$template in Module.php
-
Default Template
-
-
- $title -
-
-
Module::$title in Module.php
-
Page Title
-
-
- Tinychat.php -
-
-
Tinychat.php in Tinychat.php
-
-
- Time.php -
-
-
Time.php in Time.php
-
-
- templateExists -
-
- -
Template Exists
-
-
- templateExists -
-
- -
Template Exists
-
-
- textarea -
-
-
Form::textarea() in Form.php
-
Textarea
-
-
- Time -
-
-
Time in Time.php
-
Time Class
-
-
- timer -
-
-
Profiler::timer() in Profiler.php
-
Timer
-
-
- timestamp -
-
-
Time::timestamp() in Time.php
-
Timestamp
-
-
- toJSON -
-
-
Convert::toJSON() in Convert.php
-
To JSON
-
-
- transaction -
-
- -
Log Credit Card Transaction
-
-
- truncate -
-
-
String::truncate() in String.php
-
Truncate
-
-
- -
-
u
-
top
-
-
-
-
- $username -
-
- -
Username for the server
-
-
- $use_cache -
-
-
Model::$use_cache in Model.php
-
Whether or not to use cache
-
-
- unescape -
-
-
Model::unescape() in Model.php
-
Unescape String
-
-
- upperWords -
-
-
String::upperWords() in String.php
-
Upper Words
-
-
- -
-
w
-
top
-
-
-
-
- walk -
-
-
Model::walk() in Model.php
-
Walk Records
-
-
- warning -
-
-
Log::warning() in Log.php
-
Log Warning
-
-
- WEEK -
-
-
Time::WEEK in Time.php
-
Week
-
-
- write -
-
-
Session::write() in Session.php
-
Writes the Session
-
-
- -
-
x
-
top
-
-
-
-
- XML.php -
-
-
XML.php in XML.php
-
-
- -
-
y
-
top
-
-
-
-
- YEAR -
-
-
Time::YEAR in Time.php
-
Year
-
-
- -
-
_
-
top
-
-
-
-
- __autoload -
-
-
__autoload() in pickles.php
-
Magic function to automatically load classes
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Module::__construct() in Module.php
-
Constructor
-
-
- __construct -
-
-
Object::__construct() in Object.php
-
Constructor
-
-
- __construct -
-
-
Session::__construct() in Session.php
-
Constructor
-
-
- __construct -
-
-
Controller::__construct() in Controller.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Database::__construct() in Database.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Config::__construct() in Config.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __default -
-
-
Module::__default() in Module.php
-
Default "Magic" Method
-
-
- __destruct -
-
-
Object::__destruct() in Object.php
-
Destructor
-
-
- __destruct -
-
-
Cache::__destruct() in Cache.php
-
Destructor
-
-
- __destruct -
-
- -
Destructor
-
-
- __destruct -
-
-
Controller::__destruct() in Controller.php
-
Destructor
-
-
- __destruct -
-
-
Session::__destruct() in Session.php
-
Destructor
-
-
- __get -
-
-
Module::__get() in Module.php
-
Magic Getter Method
-
-
- __get -
-
-
Config::__get() in Config.php
-
Magic Getter Method
-
-
- __handleError -
-
-
__handleError() in pickles.php
-
Error handling function that thinks it's magical
-
-
- __handleException -
-
-
__handleException() in pickles.php
-
Top level exception handling function
-
-
- __set -
-
-
Module::__set() in Module.php
-
Magic Setter Method
-
-
- __set -
-
-
Config::__set() in Config.php
-
Magic Setter Method
-
-
- -
- a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - w - x - y - _ -
- \ No newline at end of file diff --git a/docs/elementindex_PICKLES.html b/docs/elementindex_PICKLES.html deleted file mode 100644 index 12a44f1..0000000 --- a/docs/elementindex_PICKLES.html +++ /dev/null @@ -1,2411 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2905 103154560 7. HTMLframesConverter->formatPkgIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1843 - 6.3152 104381536 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:610 - 6.3153 104423328 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3156 104426256 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3157 104459496 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3174 104481488 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - - -

[PICKLES] element index

-All elements -
- -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2905 103154560 7. HTMLframesConverter->formatPkgIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1843 - 6.3152 104381536 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:610 - 6.3183 104478888 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%127^%%12781687^pkgelementindex.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.3184 104481024 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%127^%%12781687^pkgelementindex.tpl.php:49 - 6.3185 104483496 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.3191 104489504 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3192 104523584 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3233 104586312 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - -
- a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - w - x - y - _ -
- - -
-
_
-
top
-
-
-
-
- __autoload -
-
-
__autoload() in pickles.php
-
Magic function to automatically load classes
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Module::__construct() in Module.php
-
Constructor
-
-
- __construct -
-
-
Object::__construct() in Object.php
-
Constructor
-
-
- __construct -
-
-
Session::__construct() in Session.php
-
Constructor
-
-
- __construct -
-
-
Controller::__construct() in Controller.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Database::__construct() in Database.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __construct -
-
-
Config::__construct() in Config.php
-
Constructor
-
-
- __construct -
-
- -
Constructor
-
-
- __default -
-
-
Module::__default() in Module.php
-
Default "Magic" Method
-
-
- __destruct -
-
-
Object::__destruct() in Object.php
-
Destructor
-
-
- __destruct -
-
-
Cache::__destruct() in Cache.php
-
Destructor
-
-
- __destruct -
-
- -
Destructor
-
-
- __destruct -
-
-
Controller::__destruct() in Controller.php
-
Destructor
-
-
- __destruct -
-
-
Session::__destruct() in Session.php
-
Destructor
-
-
- __get -
-
-
Module::__get() in Module.php
-
Magic Getter Method
-
-
- __get -
-
-
Config::__get() in Config.php
-
Magic Getter Method
-
-
- __handleError -
-
-
__handleError() in pickles.php
-
Error handling function that thinks it's magical
-
-
- __handleException -
-
-
__handleException() in pickles.php
-
Top level exception handling function
-
-
- __set -
-
-
Module::__set() in Module.php
-
Magic Setter Method
-
-
- __set -
-
-
Config::__set() in Config.php
-
Magic Setter Method
-
-
- -
-
a
-
top
-
-
-
-
- $attributes -
-
- -
PDO Attributes
-
-
- age -
-
-
Time::age() in Time.php
-
Age
-
-
- age -
-
-
Date::age() in Date.php
-
Age
-
-
- API_Common -
-
-
API_Common in Common.php
-
Common API Interface
-
-
- API_Google_Profanity -
-
-
API_Google_Profanity in Profanity.php
-
Google Profanity API Interface
-
-
- API_Tinychat -
-
-
API_Tinychat in Tinychat.php
-
Tinychat API Interface
-
-
- arrayToXML -
-
-
Convert::arrayToXML() in Convert.php
-
Array to XML
-
-
- -
-
b
-
top
-
-
-
-
- betweenLevel -
-
-
Security::betweenLevel() in Security.php
-
Between Level
-
-
- Browser -
-
-
Browser in Browser.php
-
Browser Utility Class
-
-
- Browser.php -
-
-
Browser.php in Browser.php
-
-
- -
-
c
-
top
-
-
-
-
- $cache -
-
-
Model::$cache in Model.php
-
Cache Object
-
-
- $cache -
-
- -
Whether or not to use caching
-
-
- $cache -
-
-
Module::$cache in Module.php
-
Cache Object
-
-
- $child_template -
-
- -
Child (sub) Template
-
-
- $columns -
-
-
Model::$columns in Model.php
-
Columns
-
-
- $conditions -
-
-
Model::$conditions in Model.php
-
Conditions
-
-
- $config -
-
-
Object::$config in Object.php
-
Instance of the Config object
-
-
- $connection -
-
- -
Connection resource
-
-
- $css_class -
-
- -
CSS Class Name
-
-
- Cache -
-
-
Cache in Cache.php
-
Cache Class
-
-
- CENTURY -
-
-
Time::CENTURY in Time.php
-
Century
-
-
- check -
-
- -
Check
-
-
- checkbox -
-
-
Form::checkbox() in Form.php
-
Checkbox
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Cache.php -
-
-
Cache.php in Cache.php
-
-
- Config.php -
-
-
Config.php in Config.php
-
-
- Controller.php -
-
-
Controller.php in Controller.php
-
-
- Convert.php -
-
-
Convert.php in Convert.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- Common.php -
-
-
Common.php in Common.php
-
-
- close -
-
-
Session::close() in Session.php
-
Closes the Session
-
-
- close -
-
- -
Closes database connection
-
-
- close -
-
- -
Closes database connection
-
-
- commit -
-
-
Model::commit() in Model.php
-
Commit
-
-
- Config -
-
-
Config in Config.php
-
Config Class
-
-
- Controller -
-
-
Controller in Controller.php
-
Controller Class
-
-
- Convert -
-
-
Convert in Convert.php
-
Convert Class
-
-
- count -
-
-
Model::count() in Model.php
-
Count Records
-
-
- css -
-
-
Dynamic::css() in Dynamic.php
-
Generate Stylesheet Reference
-
-
- -
-
d
-
top
-
-
-
-
- $database -
-
- -
Database name for the server
-
-
- $datasource -
-
-
Model::$datasource in Model.php
-
Datasource
-
-
- $db -
-
-
Model::$db in Model.php
-
Database Object
-
-
- $db -
-
-
Module::$db in Module.php
-
Database Object
-
-
- $delayed -
-
-
Model::$delayed in Model.php
-
Delayed Insert
-
-
- $description -
-
-
Module::$description in Module.php
-
Meta Description
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $driver -
-
- -
Driver
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- $dsn -
-
- -
DSN format
-
-
- Database.php -
-
-
Database.php in Database.php
-
-
- Date.php -
-
-
Date.php in Date.php
-
-
- Dynamic.php -
-
-
Dynamic.php in Dynamic.php
-
-
- Database -
-
-
Database in Database.php
-
Database Factory
-
-
- Database_Common -
-
-
Database_Common in Common.php
-
Common Database Abstraction Layer
-
-
- Database_PDO_Common -
-
-
Database_PDO_Common in Common.php
-
PDO Abstraction Layer
-
-
- Database_PDO_MySQL -
-
-
Database_PDO_MySQL in MySQL.php
-
MySQL Database Abstraction Layer
-
-
- Database_PDO_PostgreSQL -
-
-
Database_PDO_PostgreSQL in PostgreSQL.php
-
PostgreSQL Database Abstraction Layer
-
-
- Database_PDO_SQLite -
-
-
Database_PDO_SQLite in SQLite.php
-
SQLite Database Abstraction Layer
-
-
- Date -
-
-
Date in Date.php
-
Date Class
-
-
- dateSelect -
-
-
Form::dateSelect() in Form.php
-
Date Select
-
-
- DAY -
-
-
Time::DAY in Time.php
-
Day
-
-
- DECADE -
-
-
Time::DECADE in Time.php
-
Decade
-
-
- delete -
-
-
Cache::delete() in Cache.php
-
Delete Key
-
-
- delete -
-
-
Model::delete() in Model.php
-
Delete Record
-
-
- destroy -
-
-
Session::destroy() in Session.php
-
Destroys the Session
-
-
- Display_Common -
-
-
Display_Common in Common.php
-
Common Display Class
-
-
- Display_JSON -
-
-
Display_JSON in JSON.php
-
JSON Display
-
-
- DISPLAY_JSON -
-
-
DISPLAY_JSON in pickles.php
-
-
- Display_PHP -
-
-
Display_PHP in PHP.php
-
PHP Display
-
-
- DISPLAY_PHP -
-
-
DISPLAY_PHP in pickles.php
-
-
- Display_RSS -
-
-
Display_RSS in RSS.php
-
RSS Display
-
-
- DISPLAY_RSS -
-
-
DISPLAY_RSS in pickles.php
-
-
- Display_XML -
-
-
Display_XML in XML.php
-
XML Display
-
-
- DISPLAY_XML -
-
-
DISPLAY_XML in pickles.php
-
-
- dobSelect -
-
-
Form::dobSelect() in Form.php
-
Date of Birth Select
-
-
- Dynamic -
-
-
Dynamic in Dynamic.php
-
Dynamic Class
-
-
- -
-
e
-
top
-
-
-
-
- $engine -
-
-
Module::$engine in Module.php
-
Default Display Engine
-
-
- $extension -
-
- -
Template Extension
-
-
- $extension -
-
- -
Template Extension
-
-
- Error.php -
-
-
Error.php in Error.php
-
-
- enabled -
-
-
Profiler::enabled() in Profiler.php
-
Enabled
-
-
- end -
-
-
Model::end() in Model.php
-
End Record
-
-
- error -
-
-
Log::error() in Log.php
-
Log Error
-
-
- Error -
-
-
Error in Error.php
-
Error Class
-
-
- execute -
-
- -
Executes an SQL Statement
-
-
- execute -
-
-
Model::execute() in Model.php
-
Execute
-
-
- -
-
f
-
top
-
-
-
-
- $fields -
-
-
Model::$fields in Model.php
-
Field List
-
-
- File.php -
-
-
File.php in File.php
-
-
- Form.php -
-
-
Form.php in Form.php
-
-
- fatal -
-
-
Error::fatal() in Error.php
-
Fatal Error
-
-
- fetch -
-
- -
Fetch records from the database
-
-
- File -
-
-
File in File.php
-
File Class
-
-
- first -
-
-
Model::first() in Model.php
-
First Record
-
-
- Form -
-
-
Form in Form.php
-
Form Class
-
-
- formatPhoneNumber -
-
- -
Format Phone Number
-
-
- -
-
g
-
top
-
-
-
-
- $group -
-
-
Model::$group in Model.php
-
Group
-
-
- gc -
-
-
Session::gc() in Session.php
-
Garbage Collector
-
-
- generateGravatarHash -
-
- -
Generate Gravatar Hash
-
-
- generateHash -
-
-
Security::generateHash() in Security.php
-
Generate Hash
-
-
- generateHTML -
-
- -
Generate HTML
-
-
- generateSHA256Hash -
-
- -
Generate SHA-256 Hash
-
-
- get -
-
-
Cache::get() in Cache.php
-
Get Key
-
-
- getCache -
-
- -
Get Cache
-
-
- getDriver -
-
- -
Get Driver
-
-
- getInstance -
-
- -
Get Instance
-
-
- getInstance -
-
- -
Get Instance
-
-
- getInstance -
-
-
Config::getInstance() in Config.php
-
Get instance of the object
-
-
- getInstance -
-
-
Database::getInstance() in Database.php
-
Get Instance
-
-
- getInstance -
-
-
Object::getInstance() in Object.php
-
Get Instance
-
-
- -
-
h
-
top
-
-
-
-
- $hash -
-
-
Module::$hash in Module.php
-
Hash
-
-
- $having -
-
-
Model::$having in Model.php
-
Having
-
-
- $hints -
-
-
Model::$hints in Model.php
-
[Index] Hints
-
-
- $hostname -
-
- -
Hostname for the server
-
-
- hasLevel -
-
-
Security::hasLevel() in Security.php
-
Has Level
-
-
- hidden -
-
-
Form::hidden() in Form.php
-
Hidden
-
-
- hiddenInput -
-
- -
Hidden Input
-
-
- HOUR -
-
-
Time::HOUR in Time.php
-
Hour
-
-
- -
-
i
-
top
-
-
-
-
- $ignore -
-
-
Model::$ignore in Model.php
-
Ignore Unique Index
-
-
- $instances -
-
-
Object::$instances in Object.php
-
Object Instances
-
-
- increment -
-
-
Cache::increment() in Cache.php
-
Increment Key
-
-
- information -
-
- -
Log Information
-
-
- initialize -
-
-
Session::initialize() in Session.php
-
Initializes the Session
-
-
- input -
-
-
Form::input() in Form.php
-
Input
-
-
- isEmpty -
-
-
String::isEmpty() in String.php
-
Is Empty
-
-
- isLevel -
-
-
Security::isLevel() in Security.php
-
Is Level
-
-
- isMobile -
-
-
Browser::isMobile() in Browser.php
-
Is Mobile
-
-
- IS_CLI -
-
-
IS_CLI in pickles.php
-
-
- -
-
j
-
top
-
-
-
-
- $joins -
-
-
Model::$joins in Model.php
-
Joins
-
-
- $js_basename -
-
- -
Javascript [Path and] Basename
-
-
- JSON.php -
-
-
JSON.php in JSON.php
-
-
- jar.php -
-
-
jar.php in jar.php
-
-
- js -
-
-
Dynamic::js() in Dynamic.php
-
Generate Javascript Reference
-
-
- JSON_AVAILABLE -
-
-
JSON_AVAILABLE in pickles.php
-
-
- -
-
k
-
top
-
-
-
-
- $keywords -
-
-
Module::$keywords in Module.php
-
Meta Keywords (comma separated)
-
-
- -
-
l
-
top
-
-
-
-
- $limit -
-
-
Model::$limit in Model.php
-
Limit
-
-
- Log.php -
-
-
Log.php in Log.php
-
-
- last -
-
-
Model::last() in Model.php
-
Last Record
-
-
- listRooms -
-
- -
List Rooms
-
-
- load -
-
-
Config::load() in Config.php
-
Loads a configuration file
-
-
- Log -
-
-
Log in Log.php
-
Log Class
-
-
- log -
-
-
Profiler::log() in Profiler.php
-
Log
-
-
- login -
-
-
Security::login() in Security.php
-
Login
-
-
- logout -
-
-
Security::logout() in Security.php
-
Logout
-
-
- logQuery -
-
-
Profiler::logQuery() in Profiler.php
-
Log Query
-
-
- LOG_PATH -
-
-
LOG_PATH in pickles.php
-
-
- -
-
m
-
top
-
-
-
-
- $meta_data -
-
- -
Meta Data
-
-
- $method -
-
-
Module::$method in Module.php
-
Method
-
-
- $module_return -
-
- -
Module Return Data
-
-
- MySQL.php -
-
-
MySQL.php in MySQL.php
-
-
- Model.php -
-
-
Model.php in Model.php
-
-
- Module.php -
-
-
Module.php in Module.php
-
-
- MINUTE -
-
-
Time::MINUTE in Time.php
-
Minute
-
-
- Model -
-
-
Model in Model.php
-
Model Class
-
-
- Module -
-
-
Module in Module.php
-
Module Class
-
-
- MONTH -
-
-
Time::MONTH in Time.php
-
Month
-
-
- -
-
n
-
top
-
-
-
-
- next -
-
-
Model::next() in Model.php
-
Next Record
-
-
- -
-
o
-
top
-
-
-
-
- $offset -
-
-
Model::$offset in Model.php
-
Offset
-
-
- $order -
-
-
Model::$order in Model.php
-
Order
-
-
- Object.php -
-
-
Object.php in Object.php
-
-
- Object -
-
-
Object in Object.php
-
Object Class
-
-
- open -
-
-
Session::open() in Session.php
-
Opens the Session
-
-
- open -
-
-
Cache::open() in Cache.php
-
Opens Connection
-
-
- open -
-
- -
Opens database connection
-
-
- open -
-
- -
Opens database connection
-
-
- options -
-
-
Form::options() in Form.php
-
Options
-
-
- -
-
p
-
top
-
-
-
-
- $parent_template -
-
- -
Parent Template
-
-
- $password -
-
- -
Password for the server
-
-
- $port -
-
- -
Default port
-
-
- $port -
-
- -
Default port
-
-
- $port -
-
- -
Port number for the server
-
-
- $priority -
-
-
Model::$priority in Model.php
-
Insert Priority
-
-
- $private -
-
-
Module::$private in Module.php
-
Private
-
-
- Profanity.php -
-
-
Profanity.php in Profanity.php
-
-
- PostgreSQL.php -
-
-
PostgreSQL.php in PostgreSQL.php
-
-
- PHP.php -
-
-
PHP.php in PHP.php
-
-
- Profiler.php -
-
-
Profiler.php in Profiler.php
-
-
- password -
-
-
Form::password() in Form.php
-
Password
-
-
- passwordInput -
-
- -
Password Input
-
-
- phoneInput -
-
-
Form::phoneInput() in Form.php
-
Phone Input
-
-
- phpError -
-
-
Log::phpError() in Log.php
-
Log PHP Error
-
-
- pickles.php -
-
-
pickles.php in pickles.php
-
-
- PICKLES_CLASS_PATH -
-
-
PICKLES_CLASS_PATH in pickles.php
-
-
- PICKLES_PATH -
-
-
PICKLES_PATH in pickles.php
-
-
- PICKLES_START_TIME -
-
-
PICKLES_START_TIME in pickles.php
-
-
- polarSelect -
-
- -
Polar Select
-
-
- prepareVariables -
-
- -
Prepare Variables
-
-
- prev -
-
-
Model::prev() in Model.php
-
Previous Record
-
-
- PRIVATE_PATH -
-
-
PRIVATE_PATH in pickles.php
-
-
- Profiler -
-
-
Profiler in Profiler.php
-
Profiler Class
-
-
- -
-
q
-
top
-
-
-
-
- QUARTER -
-
-
Time::QUARTER in Time.php
-
Quarter
-
-
- query -
-
-
Log::query() in Log.php
-
Log SQL Query
-
-
- -
-
r
-
top
-
-
-
-
- $record -
-
-
Model::$record in Model.php
-
Record
-
-
- $records -
-
-
Model::$records in Model.php
-
Records
-
-
- $replace -
-
-
Model::$replace in Model.php
-
Replace instead of Insert/Update?
-
-
- $results -
-
-
Model::$results in Model.php
-
Query Results
-
-
- $results -
-
- -
Results object for the executed statement
-
-
- RSS.php -
-
-
RSS.php in RSS.php
-
-
- radio -
-
-
Form::radio() in Form.php
-
Radio Button
-
-
- random -
-
-
String::random() in String.php
-
Random
-
-
- read -
-
-
Session::read() in Session.php
-
Reads the Session
-
-
- readFileContents -
-
-
readFileContents() in pickles.php
-
-
- redirect -
-
-
Browser::redirect() in Browser.php
-
Redirect
-
-
- reference -
-
-
Dynamic::reference() in Dynamic.php
-
Generate Reference
-
-
- removeDirectory -
-
- -
Remove a Directory, Recursively
-
-
- render -
-
- -
Renders the data in RSS format
-
-
- render -
-
- -
Renders the data in XML format
-
-
- render -
-
- -
Renders the PHP templated pages
-
-
- render -
-
- -
Rendering Method
-
-
- render -
-
- -
Renders the data in JSON format
-
-
- report -
-
-
Profiler::report() in Profiler.php
-
Report
-
-
- reset -
-
-
Model::reset() in Model.php
-
Reset Record
-
-
- roomInfo -
-
-
API_Tinychat::roomInfo() in Tinychat.php
-
Room Info
-
-
- -
-
s
-
top
-
-
-
-
- $secure -
-
-
Module::$secure in Module.php
-
Secure
-
-
- $security -
-
-
Module::$security in Module.php
-
Security Settings
-
-
- $session -
-
-
Module::$session in Module.php
-
Session
-
-
- $socket -
-
- -
UNIX socket for the server
-
-
- SQLite.php -
-
-
SQLite.php in SQLite.php
-
-
- Security.php -
-
-
Security.php in Security.php
-
-
- Session.php -
-
-
Session.php in Session.php
-
-
- String.php -
-
-
String.php in String.php
-
-
- Security -
-
-
Security in Security.php
-
Security Class
-
-
- security -
-
-
Form::security() in Form.php
-
Security
-
-
- securityInput -
-
- -
Security Input
-
-
- select -
-
-
Form::select() in Form.php
-
Select
-
-
- Session -
-
-
Session in Session.php
-
Session Class
-
-
- set -
-
-
Cache::set() in Cache.php
-
Set Key
-
-
- setBroadcastPassword -
-
- -
Set Broadcast Password
-
-
- setCache -
-
- -
Set Cache
-
-
- setDatabase -
-
- -
Set Database
-
-
- setHostname -
-
- -
Set Hostname
-
-
- setMetaData -
-
- -
Set Meta Data
-
-
- setModuleReturn -
-
- -
Set Module Return
-
-
- setPassword -
-
- -
Set Password
-
-
- setPort -
-
- -
Set Port
-
-
- setRequest -
-
-
Module::setRequest() in Module.php
-
Sets the Request
-
-
- setRoomPassword -
-
- -
Set Room Password
-
-
- setSocket -
-
- -
Set Socket
-
-
- setTemplateVariables -
-
- -
Set Template Variables
-
-
- setUsername -
-
- -
Set Username
-
-
- sha256 -
-
-
Security::sha256() in Security.php
-
SHA-256
-
-
- shuffle -
-
-
Model::shuffle() in Model.php
-
Shuffle Records
-
-
- SITE_CLASS_PATH -
-
-
SITE_CLASS_PATH in pickles.php
-
-
- SITE_MODEL_PATH -
-
-
SITE_MODEL_PATH in pickles.php
-
-
- SITE_MODULE_PATH -
-
-
SITE_MODULE_PATH in pickles.php
-
-
- SITE_PATH -
-
-
SITE_PATH in pickles.php
-
-
- SITE_TEMPLATE_PATH -
-
-
SITE_TEMPLATE_PATH in pickles.php
-
-
- slowQuery -
-
-
Log::slowQuery() in Log.php
-
Log Slow Query
-
-
- sort -
-
-
Model::sort() in Model.php
-
Sort Records
-
-
- stateSelect -
-
- -
State Select
-
-
- status -
-
-
Browser::status() in Browser.php
-
Status
-
-
- String -
-
-
String in String.php
-
String Class
-
-
- submit -
-
-
Form::submit() in Form.php
-
Submit
-
-
- submitInput -
-
- -
Submit Input
-
-
- -
-
t
-
top
-
-
-
-
- $table -
-
-
Model::$table in Model.php
-
Table Name
-
-
- $template -
-
-
Module::$template in Module.php
-
Default Template
-
-
- $title -
-
-
Module::$title in Module.php
-
Page Title
-
-
- Tinychat.php -
-
-
Tinychat.php in Tinychat.php
-
-
- Time.php -
-
-
Time.php in Time.php
-
-
- templateExists -
-
- -
Template Exists
-
-
- templateExists -
-
- -
Template Exists
-
-
- textarea -
-
-
Form::textarea() in Form.php
-
Textarea
-
-
- Time -
-
-
Time in Time.php
-
Time Class
-
-
- timer -
-
-
Profiler::timer() in Profiler.php
-
Timer
-
-
- timestamp -
-
-
Time::timestamp() in Time.php
-
Timestamp
-
-
- toJSON -
-
-
Convert::toJSON() in Convert.php
-
To JSON
-
-
- transaction -
-
- -
Log Credit Card Transaction
-
-
- truncate -
-
-
String::truncate() in String.php
-
Truncate
-
-
- -
-
u
-
top
-
-
-
-
- $username -
-
- -
Username for the server
-
-
- $use_cache -
-
-
Model::$use_cache in Model.php
-
Whether or not to use cache
-
-
- unescape -
-
-
Model::unescape() in Model.php
-
Unescape String
-
-
- upperWords -
-
-
String::upperWords() in String.php
-
Upper Words
-
-
- -
-
w
-
top
-
-
-
-
- walk -
-
-
Model::walk() in Model.php
-
Walk Records
-
-
- warning -
-
-
Log::warning() in Log.php
-
Log Warning
-
-
- WEEK -
-
-
Time::WEEK in Time.php
-
Week
-
-
- write -
-
-
Session::write() in Session.php
-
Writes the Session
-
-
- -
-
x
-
top
-
-
-
-
- XML.php -
-
-
XML.php in XML.php
-
-
- -
-
y
-
top
-
-
-
-
- YEAR -
-
-
Time::YEAR in Time.php
-
Year
-
-
- -
- a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - w - x - y - _ -
- \ No newline at end of file diff --git a/docs/errors.html b/docs/errors.html deleted file mode 100644 index 265c44b..0000000 --- a/docs/errors.html +++ /dev/null @@ -1,567 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.8041 104988664 7. HTMLframesConverter->ConvertErrorLog() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1951 - 7.8081 105287744 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:969 - 7.8081 105329768 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 7.8108 105333288 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.8109 105367520 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.8131 105406104 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - phpDocumentor Parser Errors and Warnings - - - - - Post-parsing
-atom+xml.php
-Browser.php
-Cache.php
-category.php
-combine.php
-Common.php
-Config.php
-config.php
-content3-slow.php
-content4-broken.php
-Controller.php
-Convert.php
-ConvertTest.php
-csp.php
-Database.php
-Date.php
-DateTest.php
-Dynamic.php
-echoData.php
-echoQuery.php
-Error.php
-errorWithText.php
-etag.php
-evalScript.php
-File.php
-Form.php
-forms-sample-response.php
-forms-sample-selfsubmit.php
-headers.php
-if_modified_since.php
-index.php
-index.phtml
-jar.php
-json.php
-JSON.php
-jsonp.php
-Log.php
-longLoadScript.php
-Model.php
-Module.php
-MySQL.php
-name.php
-Object.php
-params_html.php
-PHP.php
-pickles.php
-polluted.php
-PostgreSQL.php
-Profanity.php
-Profiler.php
-RSS.php
-script.php
-search.php
-Security.php
-Session.php
-SQLite.php
-statusText.php
-String.php
-StringTest.php
-test.php
-text.php
-Time.php
-Tinychat.php
-with_fries_over_jsonp.php
-xhtml.php
-XML.php
- -

Post-parsing

-

Warnings:


-Warning - Class Module in file /Users/josh/Source/pickles/classes/Module.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Session in file /Users/josh/Source/pickles/classes/Session.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - -duplicate class element "Browser" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - Class Model in file /Users/josh/Source/pickles/classes/Model.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Form in file /Users/josh/Source/pickles/classes/Form.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Display_XML in file /Users/josh/Source/pickles/classes/Display/XML.php has multiple possible parents named Display_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Dynamic in file /Users/josh/Source/pickles/classes/Dynamic.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - -duplicate class element "Convert" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Date" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "API_Google_Profanity" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "API_Tinychat" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "API_Common" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Log" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Error" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "File" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - Class Display_RSS in file /Users/josh/Source/pickles/classes/Display/RSS.php has multiple possible parents named Display_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Display_PHP in file /Users/josh/Source/pickles/classes/Display/PHP.php has multiple possible parents named Display_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Config in file /Users/josh/Source/pickles/classes/Config.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Controller in file /Users/josh/Source/pickles/classes/Controller.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Cache in file /Users/josh/Source/pickles/classes/Cache.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class API_Tinychat in file /Users/josh/Source/pickles/classes/API/Tinychat.php has multiple possible parents named API_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class API_Common in file /Users/josh/Source/pickles/classes/API/Common.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class API_Google_Profanity in file /Users/josh/Source/pickles/classes/API/Google/Profanity.php has multiple possible parents named API_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database_Common in file /Users/josh/Source/pickles/classes/Database/Common.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database_PDO_Common in file /Users/josh/Source/pickles/classes/Database/PDO/Common.php has multiple possible parents named Database_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Display_Common in file /Users/josh/Source/pickles/classes/Display/Common.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Display_JSON in file /Users/josh/Source/pickles/classes/Display/JSON.php has multiple possible parents named Display_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database in file /Users/josh/Source/pickles/classes/Database.php has multiple possible parents named Object. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database_PDO_SQLite in file /Users/josh/Source/pickles/classes/Database/PDO/SQLite.php has multiple possible parents named Database_PDO_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database_PDO_MySQL in file /Users/josh/Source/pickles/classes/Database/PDO/MySQL.php has multiple possible parents named Database_PDO_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - Class Database_PDO_PostgreSQL in file /Users/josh/Source/pickles/classes/Database/PDO/PostgreSQL.php has multiple possible parents named Database_PDO_Common. Cannot resolve name conflict, - try ignoring a file that contains the conflicting parent class
-Warning - -duplicate class element "Cache" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Object" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Model" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Form" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Dynamic" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Security" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Module" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Session" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Profiler" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "String" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Time" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Config" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Display_RSS" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Display_XML" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Display_PHP" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database_PDO_Common" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database_Common" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Controller" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database_PDO_PostgreSQL" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database_PDO_MySQL" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Display_JSON" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database_PDO_SQLite" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Display_Common" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
-Warning - -duplicate class element "Database" in file /Users/josh/Source/pickles/jar.php will be ignored. -Use an @ignore tag on the original if you want this case to be documented.
- -

about.phtml

-

Warnings:


-Warning on line 10 - File "/Users/josh/Source/pickles/bootstrap/templates/about.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

atom+xml.php

-

Warnings:


-Warning on line 3 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/atom+xml.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Browser.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class Browser
- -

Cache.php

-

Warnings:


-Warning on line 35 - no @package tag was used in a DocBlock for class Cache
- -

category.php

-

Warnings:


-Warning on line 149 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/docs/pages/dynamic-samples/category.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

combine.php

-

Warnings:


-Warning on line 21 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/combine.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Common.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Database_PDO_Common
-Warning on line 24 - no @package tag was used in a DocBlock for class Display_Common
-Warning on line 24 - no @package tag was used in a DocBlock for class API_Common
-Warning on line 24 - no @package tag was used in a DocBlock for class Database_Common
- -

config.php

-

Warnings:


-Warning on line 52 - File "/Users/josh/Source/pickles/bootstrap/config.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Config.php

-

Warnings:


-Warning on line 30 - no @package tag was used in a DocBlock for class Config
- -

content3-slow.php

-

Warnings:


-Warning on line 6 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-ui/demos/tabs/ajax/content3-slow.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

content4-broken.php

-

Warnings:


-Warning on line 2 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-ui/demos/tabs/ajax/content4-broken.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Controller.php

-

Warnings:


-Warning on line 28 - no @package tag was used in a DocBlock for class Controller
- -

Convert.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Convert
- -

ConvertTest.php

-

Warnings:


-Warning on line 6 - no @package tag was used in a DocBlock for class ConvertTest
-Warning on line 10 - Unknown tag "@dataProvider" used
-Warning on line 40 - Unknown tag "@dataProvider" used
-Warning on line 58 - File "/Users/josh/Source/pickles/tests/classes/ConvertTest.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

csp.php

-

Warnings:


-Warning on line 12 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/csp.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Database.php

-

Warnings:


-Warning on line 25 - no @package tag was used in a DocBlock for class Database
- -

Date.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class Date
- -

DateTest.php

-

Warnings:


-Warning on line 5 - no @package tag was used in a DocBlock for class DateTest
-Warning on line 9 - Unknown tag "@dataProvider" used
-Warning on line 31 - File "/Users/josh/Source/pickles/tests/classes/DateTest.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Dynamic.php

-

Warnings:


-Warning on line 29 - no @package tag was used in a DocBlock for class Dynamic
- -

echoData.php

-

Warnings:


-Warning on line 0 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/echoData.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

echoQuery.php

-

Warnings:


-Warning on line 0 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/echoQuery.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Error.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Error
- -

errorWithText.php

-

Warnings:


-Warning on line 4 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/errorWithText.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

etag.php

-

Warnings:


-Warning on line 20 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/etag.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

evalScript.php

-

Warnings:


-Warning on line 0 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/evalScript.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

File.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class File
- -

Form.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class Form
- -

forms-sample-response.php

-

Warnings:


-Warning on line 81 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/docs/forms/forms-sample-response.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

forms-sample-selfsubmit.php

-

Warnings:


-Warning on line 122 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/docs/forms/forms-sample-selfsubmit.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

headers.php

-

Warnings:


-Warning on line 17 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/headers.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

if_modified_since.php

-

Warnings:


-Warning on line 19 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/if_modified_since.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

index.php

-

Warnings:


-Warning on line 6 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/css/themes/default/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-Warning on line 11 - File "/Users/josh/Source/pickles/bootstrap/public/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one
-Warning on line 60 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-mobile/js/index.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

index.phtml

-

Warnings:


-Warning on line 80 - File "/Users/josh/Source/pickles/bootstrap/templates/__shared/index.phtml" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

jar.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class API_Common
-Warning on line 61 - no @package tag was used in a DocBlock for class API_Google_Profanity
-Warning on line 107 - no @package tag was used in a DocBlock for class API_Tinychat
-Warning on line 290 - no @package tag was used in a DocBlock for class Browser
-Warning on line 468 - no @package tag was used in a DocBlock for class Cache
-Warning on line 671 - no @package tag was used in a DocBlock for class Config
-Warning on line 975 - no @package tag was used in a DocBlock for class Controller
-Warning on line 1416 - no @package tag was used in a DocBlock for class Convert
-Warning on line 1560 - no @package tag was used in a DocBlock for class Database_Common
-Warning on line 1799 - no @package tag was used in a DocBlock for class Database_PDO_Common
-Warning on line 2050 - no @package tag was used in a DocBlock for class Database_PDO_MySQL
-Warning on line 2095 - no @package tag was used in a DocBlock for class Database_PDO_PostgreSQL
-Warning on line 2140 - no @package tag was used in a DocBlock for class Database_PDO_SQLite
-Warning on line 2181 - no @package tag was used in a DocBlock for class Database
-Warning on line 2330 - no @package tag was used in a DocBlock for class Date
-Warning on line 2368 - no @package tag was used in a DocBlock for class Display_Common
-Warning on line 2561 - no @package tag was used in a DocBlock for class Display_JSON
-Warning on line 2592 - no @package tag was used in a DocBlock for class Display_PHP
-Warning on line 2705 - no @package tag was used in a DocBlock for class Display_RSS
-Warning on line 2848 - no @package tag was used in a DocBlock for class Display_XML
-Warning on line 2885 - no @package tag was used in a DocBlock for class Dynamic
-Warning on line 3139 - no @package tag was used in a DocBlock for class Error
-Warning on line 3241 - no @package tag was used in a DocBlock for class File
-Warning on line 3308 - no @package tag was used in a DocBlock for class Form
-Warning on line 3955 - no @package tag was used in a DocBlock for class Log
-Warning on line 4106 - no @package tag was used in a DocBlock for class Model
-Warning on line 5394 - no @package tag was used in a DocBlock for class Module
-Warning on line 5639 - no @package tag was used in a DocBlock for class Object
-Warning on line 5767 - no @package tag was used in a DocBlock for class Profiler
-Warning on line 6168 - no @package tag was used in a DocBlock for class Security
-Warning on line 6624 - no @package tag was used in a DocBlock for class Session
-Warning on line 6931 - no @package tag was used in a DocBlock for class String
-Warning on line 7142 - no @package tag was used in a DocBlock for class Time
-

Errors:


-Error on line 2073 - @access was passed neither "public" nor "private." Was passed: "proceted"
-Error on line 2118 - @access was passed neither "public" nor "private." Was passed: "proceted"
- -

json.php

-

Warnings:


-Warning on line 12 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/json.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

JSON.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Display_JSON
- -

jsonp.php

-

Warnings:


-Warning on line 13 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/jsonp.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Log.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Log
- -

longLoadScript.php

-

Warnings:


-Warning on line 3 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/event/longLoadScript.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Model.php

-

Warnings:


-Warning on line 25 - no @package tag was used in a DocBlock for class Model
- -

Module.php

-

Warnings:


-Warning on line 28 - no @package tag was used in a DocBlock for class Module
- -

MySQL.php

-

Warnings:


-Warning on line 21 - no @package tag was used in a DocBlock for class Database_PDO_MySQL
-

Errors:


-Error on line 44 - @access was passed neither "public" nor "private." Was passed: "proceted"
- -

name.php

-

Warnings:


-Warning on line 23 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/name.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Object.php

-

Warnings:


-Warning on line 25 - no @package tag was used in a DocBlock for class Object
- -

params_html.php

-

Warnings:


-Warning on line 11 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/params_html.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

PHP.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Display_PHP
- -

pickles.php

-

Warnings:


-Warning on line 30 - Page-level DocBlock precedes "define PICKLES_START_TIME", use another DocBlock to document the source element
- -

polluted.php

-

Warnings:


-Warning on line 109 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/polluted.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

PostgreSQL.php

-

Warnings:


-Warning on line 21 - no @package tag was used in a DocBlock for class Database_PDO_PostgreSQL
-

Errors:


-Error on line 44 - @access was passed neither "public" nor "private." Was passed: "proceted"
- -

Profanity.php

-

Warnings:


-Warning on line 21 - no @package tag was used in a DocBlock for class API_Google_Profanity
- -

Profiler.php

-

Warnings:


-Warning on line 34 - no @package tag was used in a DocBlock for class Profiler
- -

RSS.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Display_RSS
- -

script.php

-

Warnings:


-Warning on line 10 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/script.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

search.php

-

Warnings:


-Warning on line 589 - File "/Users/josh/Source/pickles/vendors/jquery/jquery-ui/demos/autocomplete/search.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Security.php

-

Warnings:


-Warning on line 27 - no @package tag was used in a DocBlock for class Security
- -

Session.php

-

Warnings:


-Warning on line 51 - no @package tag was used in a DocBlock for class Session
- -

SQLite.php

-

Warnings:


-Warning on line 21 - no @package tag was used in a DocBlock for class Database_PDO_SQLite
- -

statusText.php

-

Warnings:


-Warning on line 4 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/statusText.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

String.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class String
- -

StringTest.php

-

Warnings:


-Warning on line 5 - no @package tag was used in a DocBlock for class StringTest
-Warning on line 9 - Unknown tag "@dataProvider" used
-Warning on line 32 - Unknown tag "@dataProvider" used
-Warning on line 76 - Unknown tag "@dataProvider" used
-Warning on line 94 - Unknown tag "@dataProvider" used
-Warning on line 111 - File "/Users/josh/Source/pickles/tests/classes/StringTest.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

test.php

-

Warnings:


-Warning on line 6 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/test.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

text.php

-

Warnings:


-Warning on line 11 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/text.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

Time.php

-

Warnings:


-Warning on line 24 - no @package tag was used in a DocBlock for class Time
- -

Tinychat.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class API_Tinychat
- -

with_fries_over_jsonp.php

-

Warnings:


-Warning on line 6 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/data/with_fries_over_jsonp.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

xhtml.php

-

Warnings:


-Warning on line 4 - File "/Users/josh/Source/pickles/vendors/jquery/jquery/test/xhtml.php" has no page-level DocBlock, use @package in the first DocBlock to create one
- -

XML.php

-

Warnings:


-Warning on line 23 - no @package tag was used in a DocBlock for class Display_XML
-

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

- - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 10722ac..0000000 --- a/docs/index.html +++ /dev/null @@ -1,41 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3752 104443944 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:677 - 6.3753 104485896 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3756 104489872 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3757 104523064 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3764 104535416 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - PHP Interface Collection of Killer Libraries to Enhance Stuff - - - - - - - - - - - <H2>Frame Alert</H2> - <P>This document is designed to be viewed using the frames feature. - If you see this message, you are using a non-frame-capable web client.</P> - - - \ No newline at end of file diff --git a/docs/li_PICKLES.html b/docs/li_PICKLES.html deleted file mode 100644 index 8f60bc5..0000000 --- a/docs/li_PICKLES.html +++ /dev/null @@ -1,123 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.4144 103513504 7. HTMLframesConverter->formatLeftIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1853 - 6.4162 103636136 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:756 - 6.4163 103678056 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.4167 103689776 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.4168 103730312 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4259 103893832 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - -
PICKLES
-
- -
- -
Description
-
- Class trees
- Index of elements
- Todo List
-
- - - -
Classes
-
API_Common
-
API_Google_Profanity
-
API_Tinychat
-
Browser
-
Cache
-
Config
-
Controller
-
Convert
-
Database
-
Database_Common
-
Database_PDO_Common
-
Database_PDO_MySQL
-
Database_PDO_PostgreSQL
-
Database_PDO_SQLite
-
Date
-
Display_Common
-
Display_JSON
-
Display_PHP
-
Display_RSS
-
Display_XML
-
Dynamic
-
Error
-
File
-
Form
-
Log
-
Model
-
Module
-
Object
-
Profiler
-
Security
-
Session
-
String
-
Time
-
Functions
-
readFileContents
-
__autoload
-
__handleError
-
__handleException
-
Files
-
Browser.php
-
Cache.php
-
Common.php
-
Common.php
-
Common.php
-
Common.php
-
Config.php
-
Controller.php
-
Convert.php
-
Database.php
-
Date.php
-
Dynamic.php
-
Error.php
-
File.php
-
Form.php
-
jar.php
-
JSON.php
-
Log.php
-
Model.php
-
Module.php
-
MySQL.php
-
Object.php
-
PHP.php
-
pickles.php
-
PostgreSQL.php
-
Profanity.php
-
Profiler.php
-
RSS.php
-
Security.php
-
Session.php
-
SQLite.php
-
String.php
-
Time.php
-
Tinychat.php
-
XML.php
- - -
-
-

phpDocumentor v 1.4.4

- - \ No newline at end of file diff --git a/docs/media/banner.css b/docs/media/banner.css deleted file mode 100644 index f2149eb..0000000 --- a/docs/media/banner.css +++ /dev/null @@ -1,32 +0,0 @@ -body -{ - background-color: #CCCCFF; - margin: 0px; - padding: 0px; -} - -/* Banner (top bar) classes */ - -.banner { } - -.banner-menu -{ - clear: both; - padding: .5em; - border-top: 2px solid #6666AA; -} - -.banner-title -{ - text-align: right; - font-size: 20pt; - font-weight: bold; - margin: .2em; -} - -.package-selector -{ - background-color: #AAAADD; - border: 1px solid black; - color: yellow; -} diff --git a/docs/media/stylesheet.css b/docs/media/stylesheet.css deleted file mode 100644 index 1fc91c1..0000000 --- a/docs/media/stylesheet.css +++ /dev/null @@ -1,144 +0,0 @@ -a { color: #336699; text-decoration: none; } -a:hover { color: #6699CC; text-decoration: underline; } -a:active { color: #6699CC; text-decoration: underline; } - -body { background : #FFFFFF; } -body, table { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt } -p, li { line-height: 140% } -a img { border: 0px; } -dd { margin-left: 0px; padding-left: 1em; } - -/* Page layout/boxes */ - -.info-box {} -.info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #CCCCFF } -.info-box-body { border: 1px solid #999999; padding: .5em; } -.nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; } - -.oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} -.evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} - -.page-body { max-width: 800px; margin: auto; } -.tree dl { margin: 0px } - -/* Index formatting classes */ - -.index-item-body { margin-top: .5em; margin-bottom: .5em} -.index-item-description { margin-top: .25em } -.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt } -.index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em} -.index-letter-title { font-size: 12pt; font-weight: bold } -.index-letter-menu { text-align: center; margin: 1em } -.index-letter { font-size: 12pt } - -/* Docbook classes */ - -.description {} -.short-description { font-weight: bold; color: #666666; } -.tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; } -.parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; } -.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; } -.package { } -.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black } -.package-details { font-size: 85%; } -.sub-package { font-weight: bold; font-size: 120% } -.tutorial { border-width: thin; border-color: #0066ff } -.tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; } -.nav-button-disabled { color: #999999; } -.nav-button:active, -.nav-button:focus, -.nav-button:hover { background-color: #DDDDDD; outline: 1px solid #999999; text-decoration: none } -.folder-title { font-style: italic } - -/* Generic formatting */ - -.field { font-weight: bold; } -.detail { font-size: 8pt; } -.notes { font-style: italic; font-size: 8pt; } -.separator { background-color: #999999; height: 2px; } -.warning { color: #FF6600; } -.disabled { font-style: italic; color: #999999; } - -/* Code elements */ - -.line-number { } - -.class-table { width: 100%; } -.class-table-header { border-bottom: 1px dotted #666666; text-align: left} -.class-name { color: #000000; font-weight: bold; } - -.method-summary { padding-left: 1em; font-size: 8pt } -.method-header { } -.method-definition { margin-bottom: .3em } -.method-title { font-weight: bold; } -.method-name { font-weight: bold; } -.method-signature { font-size: 85%; color: #666666; margin: .5em 0em } -.method-result { font-style: italic; } - -.var-summary { padding-left: 1em; font-size: 8pt; } -.var-header { } -.var-title { margin-bottom: .3em } -.var-type { font-style: italic; } -.var-name { font-weight: bold; } -.var-default {} -.var-description { font-weight: normal; color: #000000; } - -.include-title { } -.include-type { font-style: italic; } -.include-name { font-weight: bold; } - -.const-title { } -.const-name { font-weight: bold; } - -/* Syntax highlighting */ - -.src-code { border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; } -.src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } - -.src-comm { color: green; } -.src-id { } -.src-inc { color: #0000FF; } -.src-key { color: #0000FF; } -.src-num { color: #CC0000; } -.src-str { color: #66cccc; } -.src-sym { font-weight: bold; } -.src-var { } - -.src-php { font-weight: bold; } - -.src-doc { color: #009999 } -.src-doc-close-template { color: #0000FF } -.src-doc-coretag { color: #0099FF; font-weight: bold } -.src-doc-inlinetag { color: #0099FF } -.src-doc-internal { color: #6699cc } -.src-doc-tag { color: #0080CC } -.src-doc-template { color: #0000FF } -.src-doc-type { font-style: italic } -.src-doc-var { font-style: italic } - -.tute-tag { color: #009999 } -.tute-attribute-name { color: #0000FF } -.tute-attribute-value { color: #0099FF } -.tute-entity { font-weight: bold; } -.tute-comment { font-style: italic } -.tute-inline-tag { color: #636311; font-weight: bold } - -/* tutorial */ - -.authors { } -.author { font-style: italic; font-weight: bold } -.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } -.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } -*[class="example"] { line-height : 0.5em } -.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } -*[class="listing"] { line-height : 0.5em } -.release-info { font-size: 85%; font-style: italic; margin: 1em 0em } -.ref-title-box { } -.ref-title { } -.ref-purpose { font-style: italic; color: #666666 } -.ref-synopsis { } -.title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #CCCCFF } -.cmd-synopsis { margin: 1em 0em } -.cmd-title { font-weight: bold } -.toc { margin-left: 2em; padding-left: 0em } - diff --git a/docs/packages.html b/docs/packages.html deleted file mode 100644 index 90b8f14..0000000 --- a/docs/packages.html +++ /dev/null @@ -1,121 +0,0 @@ - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3936 104464408 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:691 - 6.3936 104506248 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3940 104511456 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3941 104545096 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.3949 104575968 12. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.3957 104591000 13. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3936 104464408 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:691 - 6.3936 104506248 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3940 104511456 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3941 104545096 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4081 104595056 12. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.4083 104597056 13. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3936 104464408 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:691 - 6.3936 104506248 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3940 104511456 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3941 104545096 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4091 104596192 12. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.4092 104598176 13. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Strict standards: Only variables should be passed by reference in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 712 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3936 104464408 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:691 - 6.3936 104506248 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3940 104511456 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3941 104545096 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4107 104600048 12. Smarty_Compiler->_compile_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:316 - 6.4109 104601920 13. Smarty_Compiler->_compile_custom_tag() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:537 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.3325 103488896 7. HTMLframesConverter->formatIndex() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1848 - 6.3936 104464408 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:691 - 6.3936 104506248 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.3940 104511456 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.3941 104545096 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.4115 104599920 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/ric_MIT-LICENSE.txt.html b/docs/ric_MIT-LICENSE.txt.html deleted file mode 100644 index f18989d..0000000 --- a/docs/ric_MIT-LICENSE.txt.html +++ /dev/null @@ -1,95 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2109 102042392 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2361 102057128 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2361 102098944 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.2366 102101168 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2628 103119872 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2673 103149384 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2109 102042392 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2361 102057128 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2723 103184416 9. include('/Users/josh/Source/pickles/docs/media/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.2804 103225664 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/media/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php:6 - 6.2804 103228584 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.2809 103231480 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2809 103263776 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2817 103274304 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - -

MIT-LICENSE.txt

-
-The MIT License
-
-Copyright (c) 2011 Josh Sherman, https://github.com/joshtronic/pickles
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-
- -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2109 102042392 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2361 102057128 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2723 103184416 9. include('/Users/josh/Source/pickles/docs/media/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.2826 103226912 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/media/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php:17 - 6.2826 103229592 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.2829 103231912 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2830 103263568 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2836 103275744 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - -

- Documentation generated on Sun, 14 Oct 2012 14:02:17 -0400 by phpDocumentor 1.4.4 -

- - \ No newline at end of file diff --git a/docs/ric_README.md.html b/docs/ric_README.md.html deleted file mode 100644 index 82b2ccf..0000000 --- a/docs/ric_README.md.html +++ /dev/null @@ -1,122 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2845 103151288 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2851 103164200 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2851 103205984 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 6.2852 103208128 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2853 103242472 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2859 103254808 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2845 103151288 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2851 103164200 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2866 103224808 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.2867 103228072 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php:6 - 6.2867 103231216 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.2868 103234504 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2869 103267608 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2874 103278904 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - - - - - -

README.md

-
-# PHP Interface Collection of Killer Libraries to Enhance Stuff
-
-## What is PICKLES?
-
-PICKLES is an open source framework for the rapid development of web applications.
-
-## Okay, but why?
-
-I could have went with any number of existing frameworks, but I opted to build my own because I like to code. I've built quite a few sites from the ground up over the years, and I wanted to roll that experience into a single system that I could not only use for my sites, but share with the world.
-
-## Wait, what, it's not MVC?
-
-PICKLES is in fact not a true MVC system and won't be masquerading around as one (yeah, I know, I borrowed some naming conventions). PICKLES does have a main controller that handles incoming page views. The controller loads a module that contains all of the business logic (optionally interacting with data models) and then execution is passed off to the display layer. The display layer gives the user what they asked for (even if they didn't say please). This is how web pages work, and there has never been a reason for me to force PICKLES into the MVC box just for the hell of it.
-
-## Requirements
-
-### Required Software
-
-* Apache (should run on 1.3+)
-* Apache Module mod_rewrite
-* PHP 5.0+
-
-### Highly Recommended Software
-
-* PHP 5.2.0+ for native JSON support or PECL JSON 1.2.1 (included)
-
-### Optional Software
-
-* MySQL with PDO and PDO_MYSQL drivers
-* PostgreSQL with PDO and PDO_PGSQL drivers
-* SQLite 3 with PDO and PDO_SQLITE drivers
-* Limited support for Mongo with Mongo driver and PECL Mongo 1.0.10 (included)
-
-## Installation
-
-Installation is quite simple as there is no installer to run, and all server configuration options can be set in your index.php for your site.
-
-1. Download the source [[http://github.com/joshtronic/pickles/zipball/master]] (or clone the repository)
-
-2. Place the code anywhere you'd like (that's at least 2 directories up from the root of your website). I recommend using /usr/share/pickles
-
-3. Open the boilerplate directory and you will find a sample site ready to be copied and pasted to wherever the site you set up is located.
-
-       - The directory public will need to be renamed to whatever you've set up your document root as.
-
-       - The file apache.conf will give you some insight to how configure Apache, or you can just set the include path in public/index.php
-
-4. At this point you should have a very rudimentary site up and running.
-
-
- -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 6.2845 103151288 7. HTMLframesConverter->Convert_RIC() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1720 - 6.2851 103164200 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:875 - 6.2866 103224808 9. include('/Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php') /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1298 - 6.2882 103229288 10. Smarty->_smarty_include() /Users/josh/Source/pickles/docs/26d3399f63abd43a7d72f8c21440dcb0/%%187^%%1876689271^ric.tpl.php:17 - 6.2883 103231976 11. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1935 - 6.2885 103234544 12. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 6.2885 103267392 13. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 6.2893 103279808 14. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - -

- Documentation generated on Sun, 14 Oct 2012 14:02:18 -0400 by phpDocumentor 1.4.4 -

- - \ No newline at end of file diff --git a/docs/todolist.html b/docs/todolist.html deleted file mode 100644 index 9d985cf..0000000 --- a/docs/todolist.html +++ /dev/null @@ -1,54 +0,0 @@ - -Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370 - -Call Stack: - 0.0001 642352 1. {main}() /usr/local/Cellar/php53/5.3.16/bin/phpdoc:0 - 0.0504 658000 2. require('/usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc') /usr/local/Cellar/php53/5.3.16/bin/phpdoc:40 - 0.2081 15420440 3. phpDocumentor_setup->createDocs() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/phpdoc.inc:65 - 6.0026 101044048 4. phpDocumentor_IntermediateParser->Output() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Setup.inc.php:763 - 6.1709 101132944 5. phpDocumentor_IntermediateParser->Convert() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1867 - 6.1709 101133256 6. Converter->walk() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/IntermediateParser.inc:1654 - 7.7988 104988128 7. HTMLframesConverter->ConvertTodoList() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converter.inc:1945 - 7.7995 105011752 8. Smarty->fetch() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc:905 - 7.7995 105053552 9. Smarty->_compile_resource() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1296 - 7.8010 105056168 10. Smarty->_compile_source() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1458 - 7.8011 105090200 11. Smarty_Compiler->_compile_file() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php:1523 - 7.8026 105114984 12. strftime() /usr/local/Cellar/php53/5.3.16/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php:370 - - - - - - - Todo List - - - - -

Todo List

-

PICKLES

-

API_Tinychat::generateHTML()

- -

Cache::increment()

- -

Model::shuffle()

- -

Model::sort()

- -

Model::walk()

- -

- Documentation generated on Sun, 14 Oct 2012 14:02:19 -0400 by phpDocumentor 1.4.4 -

- - \ No newline at end of file diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh deleted file mode 100755 index c37d536..0000000 --- a/scripts/generate_docs.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -rm -rf ../docs -phpdoc -d ../ -t ../docs -ct usage -ti "PHP Interface Collection of Killer Libraries to Enhance Stuff" -ric README.md,MIT-LICENSE.txt -po PICKLES -s