phpUserTrack
[ class tree: phpUserTrack ] [ index: phpUserTrack ] [ all elements ]

Class: phpusertrack_data

Source Location: /lib/libdata.php

Class Overview

phpusertrack_db
   |
   --phpusertrack_data

Data abstraction layer class.


Variables

Methods


Inherited Methods

Class: phpusertrack_db

phpusertrack_db::phpusertrack_db()
Class constructor
phpusertrack_db::_connect()
Initiate a connection to the database
phpusertrack_db::_insert()
Insert data into the database
phpusertrack_db::_query()
Preform a database query

Class Details

[line 11]
Data abstraction layer class.



[ Top ]


Class Variables

$_path =  null

[line 28]

Requested path


Type:   string


[ Top ]

$_profileId =  null

[line 22]

Profile index


Type:   integer


[ Top ]

$_referrer =  null

[line 34]

Referring page


Type:   string


[ Top ]

$_siteId =  null

[line 16]

Site index


Type:   integer


[ Top ]

$_timestamp =  null

[line 36]


Type:   mixed


[ Top ]



Class Methods


constructor phpusertrack_data [line 46]

mixed phpusertrack_data( [integer $site_id = null], [integer $profileId = null], [string $path = null], [string $referrer = null])

Class constructor. Set class data.



Tags:

return:  false if site id is given as null.


Parameters:

integer   $site_id   Site index
integer   $profileId   Profile index
string   $path   Requested path
string   $referrer   Referring page

[ Top ]

method insertNewPageHit [line 62]

void insertNewPageHit( )

Record that the user requested the path.



Tags:

global:  $conf $conf:


[ Top ]


Documentation generated on Tue, 06 Nov 2007 09:21:57 -0800 by phpDocumentor 1.4.0a2