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 ?

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Kakawait
  • 3,929
  • 6
  • 33
  • 60

1 Answers1

0

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

de3
  • 1,890
  • 5
  • 24
  • 39