Hi,
Need to write a proposal for a web based system in Tanzania. Internet connectivity is not always reliable and part of the functionality and data needs to be available offline. The client requests a desktop application, but is open to other suggestions.
I've been reading up a bit about (Google) Gears today. Gears uses SQlite, Adodb supports SQlite, Zikula supports Adodb. I guess you get my drift.
I'm thinking of building Zikula modules that do their standard things when offline and have some kind of offline equivalents. Does this sound ridiculous? Should I rather turn to Cake or Symphony for something like this? What are your thoughts?
Thanks,
Bert
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Gears SQlite Adodb
-
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
-
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
Having done some Zikula stuff with SQLite I can just confirm that your idea is far from being ridiculous. It's a reliable and extremely easy to handle database system, and will do what you expect. Just do not expect perfect performance under high load. I played with Pagesetter stuff on a SQLite setup, and did like it.
You know our Cozi, which is Trac based. Trac comes with a simply SQLite setup by default, which seems to be very successful for smaller sites all around the world. So, go on - and please stay tuned with us.
Greetings,
chris
--
an operating system must operate
development is life
my repo -
- Rank: Team Member
- Registered: Jul 15, 2008
- Last visit: Sep 26, 2009
- Posts: 23
I think you can't use Adodb because Google Gears SQlite database runs on the web browser and Adodb on the web server.
You must access the Google Gears SQlite database with javascript ( http://code.google.c…s/api_database.html ).
edited by: planetenkiller, Jun 24, 2009 - 08:45 PM -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Thanks for the comments. I guess you're right about Adodb not being an option (specifically not when you require any return information from the query).
I did run into something interesting here: http://www.phil-tayl…a-1.5-Admin-Console. Doesn't help me but might be an interesting idea for Zikula as well (though I'm in doubt about the real need).
Will try and do some tesing of very simple ideas.
- Moderated by:
- Support
