Tagged Questions

0
votes
5answers
48 views

PHP - Automatically call one one before another?

Hi, In PHP, is there any way to make class method automatically call some other specified method before the current one? (I'm basically looking to simulate before_filter from Ruby on Rails. For …