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. 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. Link to comment https://forums.phpfreaks.com/topic/233888-method-new/#findComment-1202425 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.