Hello,
I want to class name are very specific. Like: form.class.php or database.class.php and i access them via autoload.
But sometimes i need a function which not specific.
For example: get avatar for current user or relation between two user.
I am using function.class.php for these function but function.class.php is growing up.
How can i do ?
Note that: English is not my native languages.
Best regards.