Skip to content

Commit

Permalink
moved al logic related to managing client state into a new owa_client…
Browse files Browse the repository at this point in the history
… class.

all php clients now derive from owa_client
cleaned up handlers by removing checks for inbound session/visitor id
ading missing queue_item entity
moved tracking methods from owa_caller to owa_client
  • Loading branch information
padams committed Sep 19, 2010
1 parent 22703c5 commit b79f91c
Show file tree
Hide file tree
Showing 18 changed files with 690 additions and 625 deletions.
10 changes: 3 additions & 7 deletions log.php
Expand Up @@ -31,14 +31,10 @@
* @since owa 1.0.0
*/

$config = array();
$config['delay_first_hit'] = false;

$owa = new owa_php($config);

ignore_user_abort(true);
$owa = new owa_php();
$owa->e->debug('Logging Event from Url...');

// run controller or view and echo page content
// log event
echo $owa->logEventFromUrl();

?>

0 comments on commit b79f91c

Please sign in to comment.