Ben php bir sınıf yazmak ve ben sınıfın fonksiyonları yazıyorum tüm başvurular bir önek olduğunu gerekir. Yani ...
class MyClass
{
function echoing()
{
$class = new LinkMaker();
return $class->create(array('href' => 'popular/books/', 'title' => 'Popular books of 2010'));
}
}
And then in the class LinkMaker I add a prefix to the links .. Are all right I want to do? sorry for bad english