Hi,
I want to add multiple functions in a php file. But I don't know where I should put this functions. Can I put my functions in a model Class (Tools) and use my tools class as an object without create a table in my database ? For example :
       $tools = new Tools();
       $tools->myFunction();