Hello,

I have tried to figure out what would be the best way to add generic
functions to an app, in order to then be able to use them everywhere
in a Cake application.

I wrote some time ago (nothing to do with cake) classes with methods
that I use to do different things. They are generic classes, that I
use for instance to manipulate strings, or whatever.

I could off course copy/paste them in my components or helper that
need them, but I would prefer to have it written at only one place,
and be able to call it from everywhere.

I could also for instance include the files I need somewhere in the
app (in 'app_controller.php' maybe).

But I'd like to know what would be the best way to do it in order to
respect the Cake guidelines ?

Thanks !

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to