[geeklog-cvs] MVCnPHP/quickform/views QFExampleOne.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/quickform/views
In directory internal.geeklog.net:/tmp/cvs-serv20462/quickform/views

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


Index: QFExampleOne.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/quickform/views/QFExampleOne.class.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** QFExampleOne.class.php 14 Jul 2003 16:38:16 -0000 1.2
--- QFExampleOne.class.php 18 Jul 2003 18:56:04 -0000 1.2.2.1
***************
*** 4,8 ****

class QFExampleOne extends QF_View {
! function getView()
{
$this->_setQFormAttributes('frmTest','get');
--- 4,13 ----

class QFExampleOne extends QF_View {
! public function __construct()
! {
! parent::__construct();
! }
!
! public function getView()
{
$this->_setQFormAttributes('frmTest','get');





More information about the geeklog-cvs mailing list