Re: Need help accessing the key array. [message #185434 is a reply to message #185423] |
Mon, 31 March 2014 05:30 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 30/03/14 19:14, Jerry Stuckle wrote:
> If you ever are going to have something different, my suggestion would
> be to start using a database such as MySQL or PostgreSQL now. Using a
> database means that all you have to do is update the database for new
> items or attributes or a rate change, and the results will be reflected
> in all of your pages. The database will also handle the searches for you.
Just a couple of inputs.
Don't forget that PostgeSQL has support for arrays and json objects,
which can be useful in some cases. (PostgrSQL can be find at a fair
number of web hosting companies).
Also I should mention neo4j, a good graph-database, if you need
something which is fast for finding nested relations, there is an
extension for PHP. (of course you will not find this at web hosting
companies, you need to have your own VM)
--
//Aho
|
|
|