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

Subscribe to our news:
Partners
Testimonials
Svetlio Mitev: "I am really sure that you guys can make the best PHP code generators to be found worldwide".
Johnson Sieu: "Your PHP Generator is the BEST that I have used so far. It is affordable and user-friendly. Congratulation for coming up with such a fine product. I will not hesitate to introduce it to my peers".

More

Add your opinion

SQLite PHP Generator online Help

Prev Return to chapter overview Next

IsLoggedInAsAdmin

Checks whether currently logged in user has admin permissions at the application level.

 

Signature:

function IsLoggedInAsAdmin()

 

Example

 

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

   // perform some actions for ordinal users

}



Prev Return to chapter overview Next