Biz çeşitli kütüphaneler, modeller ve bu gelen ileri ve geriye doğru farklı PHP işlevler başvuran çapraz, yeni bir CodeIgniter tabanlı bir uygulama ile çalışıyoruz.
We're running PHP5 on the server and we try to find a good way for managing errors and status reports that arises from the usage of our functions.
While using return
in functions, the execution is ended, so nothing more can be sent back. Right?
Asıl işlevi yürütme biten üzerine bir durum bilgileri veya hata kodunu göndermek için en iyi yöntem nedir?
Should we look into using exceptions or any other approach? http://us.php.net/manual/en/language.exceptions.php