Hi there, I have some code formatting an user object as a human readable string. It was put into an UserHelper class as it is used in different views. Now I need that functionality in my UserController to put that string into an PDF file (using fpdf) . Trying to utilize my helper class for that I realized that it is not possible (pls ;) correct me if I am wrong).
I took a look into Sessions(Helper|Component) and saw that both delegate to CakeSession. Cloning that pattern seems to be a little too big for my little formatting method. Any other idea how to deal with my "problem"? TIA, Thomas. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
