Elxis CMS Forum

Support => General => Topic started by: seadhna on June 21, 2011, 16:32:59

Title: Create mini-database within Elxis
Post by: seadhna on June 21, 2011, 16:32:59
Hi there,
I need to create a simple database (say PHP/SQL) for a website that currently runs Elxis and a custom search for the entries.
Can such a "mini-database" be created within Elxis or should it be completely separate?
Title: Re: Create mini-database within Elxis
Post by: webgift on June 21, 2011, 17:54:15
Trying to understand what you want to do . . .  :-\
Title: Re: Create mini-database within Elxis
Post by: seadhna on June 21, 2011, 18:08:05
Hi again,
sorry for not being clear.

Rather than create a hundred odd new 'content items' in Elxis, I'm thinking I need to create a MYSQL database for this special information so that it can be searched in isolation.
I just wanted to check though if there is a way of creating a 'mini-database' within the Elxis infrastructure that is searchable (by dropdown filters or keyword search) in isolation to the rest of the content.

Or should I just work outside of Elxis completely to create this database - i.e. through MySQL/PHPAdmin.
Title: Re: Create mini-database within Elxis
Post by: webgift on June 21, 2011, 18:57:37
You don't need to create any database as i can imagine. Don't you do your job with Elxis Search component?
All you have to do (as i can imagine) is to create the content items one by one and searching them from search component (which must be modified).
Advanced process : Create a query to elxis database on which you will run it once and it will be registered all the content items.

Title: Re: Create mini-database within Elxis
Post by: ks-net on June 22, 2011, 00:56:36
there is no problem to host extra DB-tables inside elxis database ...

Quote
within the Elxis infrastructure that is searchable (by dropdown filters or keyword search) in isolation to the rest of the content.
this is an other matter.... and is not so easy... if you are not familiar and  experience user of php ... leave things as is!