简体   繁体   中英

Inventory Management with doctrine and PHP

I'd like to make a database, with doctrine , with an interface in PHP/Symfony2 .

It's a company that sells clothing. So we have a table stock with product elements and a table Product with all clothes.

Could you guide me where to start ?

Here is a good start: http://tutorial.symblog.co.uk/

This tutorial shows you how to create a blog with Symfony , Doctrine and Twig . If you rename the Blog entity into Product and change it's properties to fit you product model you are good to go.

More on working with Doctrine in the official documentation here: http://doctrine-orm.readthedocs.org/en/latest/tutorials/getting-started.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM