Jump to content

Method 'new'


georgerobbo

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.