[geeklog-cvs] MVCnPHP/contactmanager/views EditContact.class.php,1.2,1.2.2.1 ShowContacts.class.php,1.2,1.2.2.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Jul 18 14:56:06 EDT 2003


Update of /usr/cvs/geeklog/MVCnPHP/contactmanager/views
In directory internal.geeklog.net:/tmp/cvs-serv20462/contactmanager/views

Modified Files:
      Tag: rel-1-0-php5-port
	EditContact.class.php ShowContacts.class.php 
Log Message:
Ported most classes to PHP5, not using exceptions yet.  This has not been tested.


Index: EditContact.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/views/EditContact.class.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** EditContact.class.php	14 Jul 2003 16:22:35 -0000	1.2
--- EditContact.class.php	18 Jul 2003 18:56:04 -0000	1.2.2.1
***************
*** 36,40 ****
      * @var array
      */
!     var $_data = null;
      
      /**
--- 36,40 ----
      * @var array
      */
!     private $_data = null;
      
      /**
***************
*** 47,51 ****
      *
      */
!     function EditContact()
      {
          global $db;
--- 47,51 ----
      *
      */
!     function __construct()
      {
          global $db;
***************
*** 76,80 ****
      *
      */
!     function getView()
      {
          global $gConf;
--- 76,80 ----
      *
      */
!     public function getView()
      {
          global $gConf;

Index: ShowContacts.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/views/ShowContacts.class.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** ShowContacts.class.php	14 Jul 2003 16:22:35 -0000	1.2
--- ShowContacts.class.php	18 Jul 2003 18:56:04 -0000	1.2.2.1
***************
*** 39,43 ****
      *
      */
!     function ShowContacts()
      {
      }
--- 39,43 ----
      *
      */
!     function __construct()
      {
      }
***************
*** 54,58 ****
      *
      */
!     function getView()
      {
          global $db, $gConf;
--- 54,58 ----
      *
      */
!     public function getView()
      {
          global $db, $gConf;





More information about the geeklog-cvs mailing list