[cvs] [Wiki] changed: ChucksHorde4Thoughts

Chuck Hagenbuch chuck at horde.org
Tue Jul 8 16:56:06 UTC 2008


chuck  Tue, 08 Jul 2008 12:56:06 -0400

Modified page: http://wiki.horde.org/ChucksHorde4Thoughts
New Revision:  1.3
Change log:  consolidate a few more sets of links and notes

@@ -3,13 +3,47 @@
  + Chuck's Horde 4 Thoughts

  ++ Debug support

+* http://code.google.com/p/webgrind/
  *  
http://www.sitepoint.com/blogs/2008/05/13/useful-in-browser-development-tools-for-php/
+* http://bergie.iki.fi/blog/sql-level_debugging_with_midgard.html
  * Debug "wrapper" drivers - encapsulate another driver and delegate  
all calls, but provide before/after hooks for any function along with  
timing, profiling, reporting of calls and arguments, etc.
+
+
+++ Testing
+
+* http://www.phpunit.de/pocket_guide/3.2/en/database.html
+*  
http://sebastian-bergmann.de/archives/702-Data-Providers-in-PHPUnit-3.2.html
+
+
+++ Idea sources
+
+Don't get too caught up in everything everyone else is doing.  
However, some things that might be useful food for thought are listed  
below. Projects may be added to or discarded from this list quickly as  
they are synthesized.
+
+* http://kohanaphp.com/home.html
+* http://code.whytheluckystiff.net/camping
+* http://api.rubyonrails.com/
+* http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html
+* http://www.xml.lt/Resources/Framework
+* http://cognifty.com/
+
+
+++ Horde 4 Administratation
+
+* http://bergie.iki.fi/blog/asgard_welcome_page_just_got_useful.html


  ++ Unsorted
+
+http://www.sitepoint.com/blogs/2008/02/04/dealing-with-dependencies/
+
+protocol-independent URLs:
+http://nedbatchelder.com/blog/200710.html#e20071017T215538
+
+using register_shutdown_function to show a nicer error page on fatal errors:
+http://eirikhoem.wordpress.com/2008/03/15/dying-with-grace-phps-register_shutdown_function/
+

  // return a 304 if the file hasn't been modified since the  
If-Modified-Since date
      // no point in resending all the data if the browser already has  
it cached
      if (function_exists("apache_request_headers")) {


More information about the cvs mailing list