Tagged Questions
The text-database tag has no wiki summary.
2
votes
2answers
84 views
How would the conversion of a custom CMS using a text-file-based database to Drupal be tackled?
Just today I've started using Drupal for a site I'm designing/developing. For my own site http://jwm-art.net I wrote a user-unfriendly CMS in PHP. My brief experience with Drupal is making me want to ...
2
votes
4answers
2k views
Android: Is it more efficient to use a text file or an XML file to store static data
I have some reference data in a text file (~5MB) that I want to use with might android application.
The file is of the format:
1|a|This is line 1a
1|b|This is line 1b
2|a|This is line 2a
2|b|This is ...
1
vote
4answers
63 views
Product Analytical data in TXT files (using YAML)
I am currently developing an ecommerce software using PHP/MySQL for a big company. There are two options for me to get some specificed data:
DB (for getting huge data, such as PRODUCTS, CATEGORIES, ...