|
|
| CMS & Content Management CMS and general content management discussion |

06-06-2007, 06:34 AM
|
|
Senior Member
|
|
Join Date: Jun 2007
Posts: 100
|
|
CMS without SQL
I once came across a cms that do not use sql databse but stored the pages in plain html.But unfortunately I have loss the url and just cannot find it through google.
Can someone help?
|

06-08-2007, 12:28 PM
|
|
Member
|
|
Join Date: Jun 2007
Posts: 81
|
|
|
Check with Hotscripts. It has a good list of scripts both free and commercial where you can find your desired CMS script which does not require any database.
__________________
Practical Money Guide
|

06-24-2007, 10:23 PM
|
|
Senior Member
|
|
Join Date: May 2007
Posts: 204
|
|
|
Yes, I usually find my free scripts through hot scripts as well.
But just a word of caution. In the beginning, I figured it was easier to use a database that was not SQL. In fact, I ran sites with cgi and others but after a while if the database is too big, it starts to bog down and runs slower.
|

06-25-2007, 01:21 AM
|
|
Member
|
|
Join Date: Jun 2007
Posts: 81
|
|
|
It is much preferred to have a database driven CMS than a purely HTML CMS. For one, access time for pages is much faster. This is true if you search contents posted on your site. Moreover it is much easier to extract specific information for back up purposes.
__________________
Practical Money Guide
|

03-28-2008, 12:36 PM
|
|
Junior Member
|
|
Join Date: Mar 2008
Posts: 6
|
|
|
Pure SEO CMS (google the name) has an local XML database but creates real html (or other) pages.
Database driven, html CMSs are available and offer may advantages over online SQL versions apart from the fact that anyone (including hackers) can get to the database.
Because they are PC based they tend to be faster, more reliable and easier to set up. You can also create lots of sites from one install.
I'd recommend you use both online and PC based CMS solutions depending on which is most appropriate for the site. We find PC based is better for most small businesses.
|

12-03-2008, 04:05 PM
|
|
Junior Member
|
|
Join Date: Oct 2008
Posts: 27
|
|
|
Limbo is a CMS, based in mambo mamboserver.com which does not use SQL, but your hosting must have PHP to use it
|

12-24-2008, 05:35 AM
|
|
Junior Member
|
|
Join Date: Dec 2008
Posts: 4
|
|
|
this is easy to do ....just use the common php function
$myFile = "testFile.txt";
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = "Floppy Jalopy\n";
fwrite($fh, $stringData);
$stringData = "Pointy Pinto\n";
fwrite($fh, $stringData);
fclose($fh);
and read from the include file to display to in browser
|

03-25-2009, 07:37 PM
|
|
Senior Member
|
|
Join Date: Dec 2008
Posts: 1,666
|
|
|
I usually find it in the hot scripts very helpful site
|

11-14-2010, 07:33 PM
|
|
Member
|
|
Join Date: Nov 2010
Posts: 32
|
|
|
file flat database is good enough for small data, but once you have 100000 records, your text flat database will have a bottle nick
'choking' issues.
SQL do have indexes, it has query, and the ideal one. Then WHY uses flat database ?
|

11-24-2010, 12:33 PM
|
|
Junior Member
|
|
Join Date: Nov 2010
Location: Rumia
Posts: 15
|
|
Quote:
Originally Posted by iioacademy
SQL do have indexes, it has query, and the ideal one. Then WHY uses flat database ?
|
Sometimes free hostings don't offer any database access, just pure PHP. But when you decides to use a free hosting, it means you don't predict having lots of visitors, so it all depends on individual needs 
|

05-17-2011, 10:57 PM
|
 |
Junior Member
|
|
Join Date: May 2011
Posts: 19
|
|
|
i think it definitely worth it to have mysql and phpAdmin
i actually never try limbo or other html CMS. So u say html CMS is database driven? But Mysql itself is a database too. Sorry, if i misunderstand what u r saying. English isn't my first language
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +1. The time now is 12:09 PM.
|