4

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 ?

4

1 回答 1

0

我想我迟到了,但谷歌搜索我在一个名为 YUPP 的 php 框架上找到了一个 webflow 实现

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

于 2012-02-14T16:21:28.813 回答