Difference between revisions of "X-Cart:Programmer's guide"
Line 1: | Line 1: | ||
− | [[File: | + | [[File:xcart_logo_line.gif]] |
==Main sections== | ==Main sections== | ||
<div style="float:right; background-color:#F6F9ED; border:1px solid #AAAAAA; padding:1ex; margin:1ex 0 1ex 1ex; clear: right; width:25%"> | <div style="float:right; background-color:#F6F9ED; border:1px solid #AAAAAA; padding:1ex; margin:1ex 0 1ex 1ex; clear: right; width:25%"> | ||
'''Categories & pages''' | '''Categories & pages''' | ||
− | <categorytree hideroot="yes" mode="pages">X- | + | <categorytree hideroot="yes" mode="pages">X-Cart developer guide</categorytree> |
</div> | </div> | ||
− | ; [[X- | + | ; [[X-Cart:Installation|Installation]] |
− | : Guide to setting up a new X- | + | : Guide to setting up a new X-Cart installation |
− | ; [[X- | + | ; [[X-Cart:Configuration|Configuration]] |
− | : Information about the various parameters that can be used to customize the X- | + | : Information about the various parameters that can be used to customize the X-Cart software. |
− | ; [[X- | + | ; [[X-Cart:Database layout|Database layout]] |
− | : Details about the database architecture behind X- | + | : Details about the database architecture behind X-Cart. |
− | ; [[X- | + | ; [[X-Cart:Code|Code]] |
: Details about the PHP program. | : Details about the PHP program. | ||
− | ; [[X- | + | ; [[X-Cart:Global object variables|Global object variables]] |
− | : Details about the global objects variables used throughout the X- | + | : Details about the global objects variables used throughout the X-Cart code. |
− | ; [[X-Cart: | + | ; [[X-Cart:FAQs|X-Cart FAQs]] |
: Frequently asked questions about the software. | : Frequently asked questions about the software. | ||
+ | |||
+ | == Browsing the guuide == | ||
+ | The guide is not particularly developed yet, and the content we do have is not always organized well. These other methods of browsing our content may help: | ||
+ | |||
+ | * [[Special:Allpages/X-Cart:]] - Lists all pages in the X-Cart: namespace. | ||
+ | * [[Special:RecentChanges]] - recent changes | ||
+ | |||
+ | [[Category:X-Cart developer guide]] |
Revision as of 13:00, 13 January 2010
Main sections
Categories & pages
- Installation
- Guide to setting up a new X-Cart installation
- Configuration
- Information about the various parameters that can be used to customize the X-Cart software.
- Database layout
- Details about the database architecture behind X-Cart.
- Code
- Details about the PHP program.
- Global object variables
- Details about the global objects variables used throughout the X-Cart code.
- X-Cart FAQs
- Frequently asked questions about the software.
Browsing the guuide
The guide is not particularly developed yet, and the content we do have is not always organized well. These other methods of browsing our content may help:
- Special:Allpages/X-Cart: - Lists all pages in the X-Cart: namespace.
- Special:RecentChanges - recent changes