News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building a Logout Class
September 05, 2007 @ 12:36:00

DevShed has posted a new tutorial today about building another common component of a website - the logout component.

The main function of the logout class is to log out a user and then redirect the user to the login page. On a programmatic level, the logout class terminates and destroys the session variables that the login class created for the user and also logs the exit time to the database. This article will show you how to create a logout class. It is part of a series on application framework components.

They build out the simple part of the class first, handling the variables and all and then move on to handling the logout and updating the database to reflect the user's status. They finish the tutorial off by giving both the database structure for the component and an example of it in action.

0 comments voice your opinion now!
devshed logout class tutorial database login devshed logout class tutorial database login


blog comments powered by Disqus

Similar Posts

DevShed: Utilizing Private Methods with PHP 5 and Member Visibility

Hasin Hayder's Blog: Working with models in orchid

MelonFire Community: Caching Web Sites With PEAR Cache

PHPMaster.com: Getting Started with Varnish

NETTUTS.com: A Beginner’s Introduction to HTTP and REST


Community Events











Don't see your event here?
Let us know!


functional database code series community introduction release podcast unittest language phpunit zendframework2 example framework api opinion tool development interview testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework