![]() |
|
class-dbbase.php - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: class-dbbase.php (/thread-14100.html) |
class-dbbase.php - RichardB - 09-04-2026 I would be grateful if you could tell me for what and in which processes the above function is used. class-dbbase.php - acrylian - 09-04-2026 That is not a "function", it is the base database handler class which the actual selected db handler PDO or mysqli are child classes from. It is therefore used everywhere. class-dbbase.php - acrylian - 09-04-2026 There is a change in 1.7a that removes one unnecessary query that had already been reported. I don't recommend to use 1.7a naturally and I cannot tell if you can use it directly, but you can try: class-dbbase.php - RichardB - 09-04-2026 Thank you - I will try it. |