HMGSCRIPT 0.34
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5481
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMGSCRIPT 0.34
I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
- Attachments
-
- hmgscript_sqlite.zip
- (7.23 KiB) Downloaded 203 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT 0.34
Very interesting.rathinagiri wrote:I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
In the long term, we should switch to PDO (PHP data objects) then, we will have only one set of PHP database functions, changing the database driver as required. This is the reason because I've named the functions Sql*() and not MySql*().
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5481
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMGSCRIPT 0.34
Yes. I too have thought that Roberto. But just after finishing this sqlite support. 
PDO is definitely the best choice.
PDO is definitely the best choice.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT 0.34
I've tried to test to include in 0.36 release, but I've was not able to make it work, since it require a class not present in the package.rathinagiri wrote:I have completed PHP-SQLite3 support. The code is in contrib.js. Extract the zip file in hmgscript directory.
Could be you be so kind to add all the required files?
TIA.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5481
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: HMGSCRIPT 0.34
Please leave it Roberto. I am working on a common PDO way of doing the same. That will be common for many types of SQL servers.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMGSCRIPT 0.34
Great!rathinagiri wrote:Please leave it Roberto. I am working on a common PDO way of doing the same. That will be common for many types of SQL servers.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)