2013-11-03, 23:24:26
Well it wasn't mentioned here on the topic so thats why i asked but after i noticed on the demo site. Thanks for the answer though. Gonna test it soon
(2013-11-03, 22:28:40)olmy Wrote: the plugin uses sqlite3 database via the Sqlite PDO driver
http://www.php.net/manual/en/ref.pdo-sqlite.php
edit:
Managing hundreds (or thousands) of contacts is IMHO beyond the scope of xml
and sqlite3 is a nice fit as it's a simple embedded DB well supported.
Other databases could be supported in the future.
(2013-11-03, 21:54:57)Kolyok Wrote: Ive just downloaded it and took a look at it.
I have a question: whats with all the PDO queries in the plugin?