amaltsev/XAO-Catalogs
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
NAME XAO::DO::Catalogs - XAO catalog exchange module SYNOPSIS xao-ifilter-sample --debug sample_site sample.xml xao-import-map --debug sample_site sample DESCRIPTION XAO Catalogs is a Perl module that supports integrating multiple manufacturers' catalogs into a single products database. This can be used for eCommerce sites, data integration projects, and search and comparison engines. METHODS XAO::DO::Catalogs contains only minor utility methods, all real functionality is in ImportMap::Base and specific import maps based on it. build_structure () Builds supporting structure in the database. Does not destroy existing data -- safe to call on already populated database. Usually should be called in Config.pm's build_structure() method. data_structure () Returns a reference to a hash that describes database structure. Usually you would add it to your database description in Config.pm: my $cobj=XAO::Objects->new(objname => 'Catalogs'); my %structure=( MyData => { ... }, %{$cobj->data_structure}, MyOtherData => { ... } ); If that looks ugly (it is ugly) then look at the build_structure() method description instead. AUTHOR Copyright (c) 2005 Andrew Maltsev Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc. <am@ejelta.com> -- http://ejelta.com/xao/ SEE ALSO Recommended reading: XAO::DO::ImportMap::Base, XAO::Objects, XAO::Web, XAO::Commerce.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published