Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Steve Morton: "First let me thank you for making this application Free. Best deal I have ever see for what it does".
Kirby Foster: "Nice software. Small, lightweight, works well. I evaluated lots of software before deciding that your software worked the best for what I do. Both Maestro for MySQL and PHP Generator have saved me lots of time".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

IsCurrentUserLoggedIn

Checks if the current visitor is a logged in user. This is useful when the guest access is enabled in your application.

 

Signature:

function IsCurrentUserLoggedIn()

 

Example

 

if (!GetApplication()->IsCurrentUserLoggedIn()) {

   // perform some actions for guest

}



Prev Return to chapter overview Next