georgerobbo Posted April 16, 2011 Share Posted April 16, 2011 Can you have a method called new or do you need to use Uri mapping to map 'new' to another method. http://127.0.0.1/home/new For example class Home extends Controller function Home() { parent::Controller(); } function new() { } surely does not work, as it takes new as a sign to create a new object. Quote Link to comment https://forums.phpfreaks.com/topic/233888-method-new/ Share on other sites More sharing options...
trq Posted April 16, 2011 Share Posted April 16, 2011 Because classes get there own scope your methods can be named whatever you like. Quote Link to comment https://forums.phpfreaks.com/topic/233888-method-new/#findComment-1202425 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.