Table prefix

I want to use the option to store a table prefix in the cDBConnection.

I do this in the UserIdentity script. Logging in is working.

But, when starting an other script from de main.php, the prefix is not known anymore. Where do I store the prefix to the cDBConnection?

You should do this in main.php. Please refer to the blog demo in 1.1.0.

Is it not possible to set the table prefix depending on the user that logs in? So after veryfing the user? That’s why I try to set the propertie in UserIdentity.php.