To be honest, the learing curve of this framework was quite high for me in the beginning but now I don't want to miss the system any more.
One important note: Never put the business logic in the model components. I made this mistake in the beginning because it looked so damn easy but now I have created a sub directory named "cfc" and in this directory all the business logic is done.
So the perfect combination for me at the moment for a new project is:
- Mach-II framework
- ColdSpring for wiring CFC together
- TransferORM for DB access
- jQuery for interface operations
No comments:
Post a Comment