have you decided whether it's going to be a glue or full-stack type of framework?
What about databases and abstraction? What would be the requirements for that? PDO (I don't think it's usual to see more than one pdo extension loaded on most hosts)?
What functionality is going to be included by default?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
have you decided whether it's going to be a glue or full-stack type of framework?
What about databases and abstraction? What would be the requirements for that? PDO (I don't think it's usual to see more than one pdo extension loaded on most hosts)?
What functionality is going to be included by default?
As far as I could follow the discussions, it's supposed to be a glue framework requiring PHP 5.
about the DB abstraction there's not yet a decision made, but PDO seems the most attractive (and my favourite).