Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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

Doctrine with Zend Framework.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top