Question

I want a CMS (Web based) to input the product catalog. But i won't use the CMS to display. Instead, i will need a api to retrieve the data, XML/JSON return is fine.

Is there any such a system? PHP language is preferred.

Was it helpful?

Solution

What it sounds like you're looking for is just some generated database scaffolding. This Stackoverflow question and answer can probably point you in the right direction. Once you get the basic data entry forms created you can then start adding in your permssions and approval system.

Good luck and hope this helps some.

OTHER TIPS

Use phpMyAdmin to input your catalog. Its forms will exactly match the structure of your database table.

Doctrine with Zend Framework.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top