Hi, I'm new on ZF (although I have some years of experience in PHP OO, frameworks and MVC). I think it's the best fw around and I started a personal project working with it a few days ago.
I'm find myself with a lot of doubts about if I'm doing things the proper way and I think the documentation doesn't help a lot in some matters. For example, I would like to implemente the following: 1. Reverse routes so I don't hardcode the urls in the templates and if I ever change the routes.ini file the urls would be properly changed everywhere 2. Integrate a debug in some conditions (activating it with ?debug=1 if I'm logged in) 3. Profiling db queries 4. I18n with po files 5. Zb_Table and m:n relationships, couldn't find anything about this I know in the documentation I can find info about all of these, but what I don't find is the proper way to implement it. I also tried with some books but none of them was very helpful either. So if you guys can recommend some tutorials/how-tos/book I'll be very grateful. Thanks in advance Jose
