Hello,
on 12/31/2007 04:22 PM nikos_101 said the following:
> I have my own linked select form using my own Javascript and HTML. I use
> static arrays for data. There is so much data that I would have to write
> convert it to work with the data declarations that Manuels link- plugin
> uses for example
>
> $continents=array(
> ""=>"Select continent",
> "na"=>"North America",
> "eu"=>"Europe",
> "sa"=>"South America",
> "as"=>"Asia",
> "oc"=>"Oceania"
> );
> $countries=array(
> ""=>array(
> ""=>"Select country",
> ),
> "na"=>array(
> ""=>"Select country",
> "us"=>"United States",
> "ca"=>"Canada"
> ),
>
> Is it relatively simple for me to write my own custom class so I could
> use my own data?
You can develop your own plug-ins to retrieve your data from wherever
you want. The database variants do that. They just redefine a few
functions of the base linked select plug-in and retrieve from for the
options from database query results.
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/