Topic on Manual talk:Writing maintenance scripts

$this->output rather than echo?

1
Karl Wettin (WMSE) (talkcontribs)

It's recommended to use $this->output( "foo" ) rather than echo "foo". Should we perhaps make this change to the examples on this page? Or are the examples meant to illustrate the use on a more abstract level? I personally based my first scripts on this page and thus ended up with echo. :)

Reply to "$this->output rather than echo?"