Status/RoadMap
  • Where are we?

We currently have a 2-tier architecture:
0. client: html+css display, javascript behaviour
1. PHP+Smarty: presentation, presentation logic and business logic
2. adodb abstraction, xdbc, database model

  • Where do we want to be?

n-tier:
0. client: display, javascript behaviour and validation
1. presentation tier: PHP+Smarty: presentation and presentation logic
2. controller tier: business logic
3. model tier: adodb abstraction, xdbc, database model

  • Who is working on what? (Priorities/goals/majors issues/roles)

Next step: evaluate solutions

TikiTeam

Who is working here generally? Link UserPage.

Trackers

[+]

Competition and standards

[+]

CVS Doc section

[+]

Discussion/participation

[+]

Architectures

[-]
  • phpBeans - interesting technology, looks very promising but essentially driver by one small company. Community is very week.
  • SRM - similar to phpBeans in many ways. Again seems to be driven by one organization.
  • MSession