Update of /var/cvs/Geeklog-2.x/MVCnPHP/ProjectStub
In directory iowaoutdoors:/tmp/cvs-serv939/ProjectStub
Modified Files:
index.php
Log Message:
Fixed whitespace issues as a result of me moving a file
between linux/windows. Constructor now takes viewDir and
commandDir.
Index: index.php
============================================================
=======
RCS file:
/var/cvs/Geeklog-2.x/MVCnPHP/ProjectStub/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php 15 Nov 2006 01:41:23 -0000 1.2
--- index.php 15 Nov 2006 21:56:39 -0000 1.3
***************
*** 1,10 ****
<?php
!
ini_set('include_path','.:/home/tony/www/:/usr/share/php/');
require_once 'Geeklog/MVCnPHP/Controller.php';
! $basePath = '/home/tony/www/Geeklog/MVCnPHP/';
! $siteUrl = 'http://l
ocalhost/Geeklog/MVCnPHP/ProjectStub';
$pathViews = $basePath . 'ProjectStub/views/';
$pathCommands = $basePath . 'ProjectStub/commands/';
--- 1,10 ----
<?php
! ini_set('include_path','.;C:Program FilesApache
GroupApache2htdocsProjects;C:PHPPEAR');
require_once 'Geeklog/MVCnPHP/Controller.php';
! $basePath = 'C:Program FilesApache
GroupApache2htdocsProjectsGeeklogMVCnPHP\';
! $siteUrl = 'http://localhost/Projects/Geeklog/MVCnPHP/ProjectStub';
$pathViews = $basePath . 'ProjectStub/views/';
$pathCommands = $basePath . 'ProjectStub/commands/';
_______________________________________________
geeklog2-cvs mailing list
geeklog2-cvs lists.geeklog.net
http://lists.geeklog.net/mailman/listinfo/geeklog2-cvs
|