I have my own class with many my own very useful functions:

class myClass
{

public function __construct()
{
}

public function __destruct()
{
}

public function function_1()
{
...............
}

public function function_2()
{
..............
}

}

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

Reply via email to