[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/database/table/ -> user.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: user.php 14401 2010-01-26 14:10:00Z louis $
File Size: 341 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JTableUser:: (6 methods):
  __construct()
  check()
  store()
  delete()
  setLastVisit()
  bind()


Class: JTableUser  - X-Ref

Users table

__construct( &$db )   X-Ref

param: database A database connector object

check()   X-Ref
Validation and filtering

return: boolean True is satisfactory

store( $updateNulls=false )   X-Ref
No description

delete( $oid=null )   X-Ref
No description

setLastVisit( $timeStamp=null, $id=null )   X-Ref
Updates last visit time of user

param: int The timestamp, defaults to 'now'
return: boolean False if an error occurs

bind($array, $ignore = '')   X-Ref
Overloaded bind function

param: array $hash named array
return: null|string    null is operation was satisfactory, otherwise returns an error



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1