문제

I recently developed a web application in Java EE with Spring framework. I also used the Spring webflow project to define my flow (a strict navigation that user must follow to access certain pages, eq: the shopping cart in ecommerce website).

I'm now on PHP web project. And I want to know if there is any equivalent to SpringWebflow in php (framework or not). Otherwise what's the best practices (eq: to design an shopping cart application) in php ?

도움이 되었습니까?

해결책

I guess I'm late, but googling I found a webflow implementation on a php framework calle YUPP

http://code.google.com/p/yupp/source/browse/trunk/YuppPHPFramework/core/mvc/webflow

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top