List Info

Thread: Array




Array
user name
2006-11-16 21:10:05
Update of /var/cvs/Geeklog-2.x/Geeklog-2.x
In directory iowaoutdoors:/tmp/cvs-serv29800

Modified Files:
	config.php 
Removed Files:
	mvcconfig.xml 
Log Message:
Massive updates to use Zend_Log instead of PEAR::Log.  I'm
sure I broke something but the homepage at least shows up
now.

Index: config.php
============================================================
=======
RCS file: /var/cvs/Geeklog-2.x/Geeklog-2.x/config.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** config.php	16 Nov 2006 17:31:02 -0000	1.11
--- config.php	16 Nov 2006 21:10:03 -0000	1.12
***************
*** 151,162 ****
      $glConf['account_manager_options'] = array();
      
!     // Logging Configuration.  Geeklog 2 uses PEAR::log,
the following array maps directly to what 
!     // that class expects. See http://pear.php.net/manual/en/package.logging.log.php
for specifics on
!     // how to use PEAR::Log
!     $glConf['log'] = array('handler'=>'file',
!                            'name'=>$glConf['path_logs']
. 'kernel-error.log',
!                            'ident'=>'Geeklog 2 Kernel',
!                           
'conf'=>array('mode'=>0600,
!                                         
'timeFormat'=>'%b %d %H:%M:%S'));
      // Now stored the configuration into memory.
      apc_store(GL2_CONFIG, $glConf);
--- 151,158 ----
      $glConf['account_manager_options'] = array();
      
!     // Logging Configuration.  Geeklog 2 uses Zend::log,
the following array maps directly to what 
!     // that class expects. 
!     $glConf['logFile'] = getWD('path_logs') .
'kernel.log';
!                            
      // Now stored the configuration into memory.
      apc_store(GL2_CONFIG, $glConf);

--- mvcconfig.xml DELETED ---

_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvslists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs

Considerations ...
user name
2006-11-16 16:18:28
I have a question for making freemarker templates.  I'm comfortable that I have good JSF templates because JSF what I'm doing now.  Also, Struts is familiar as well. ; I am not however, for the other web models.  Should I generate and use action forms or form backings from an AppFuse1 generation?  Should I use the xdoclet templates? Anyone have suggestions?

Or, if someone has example files already that were generated for Struts, Spring, and Tapestry please send them. ;  I want to be consistent.  I will probably ask that the templates be reviewed as well when I'm done.

Thanks,

David
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )