In the HTML mason files, what object is inside the $m?
I see thing coming out of it such as:
$m->out();
$m->comp();
$m->callers();
It shows up in /share/html/autohandler a lot, along with many many other
files.
-Philip Shon
In the HTML mason files, what object is inside the $m?
I see thing coming out of it such as:
$m->out();
$m->comp();
$m->callers();
It shows up in /share/html/autohandler a lot, along with many many other
files.
-Philip Shon
In the HTML mason files, what object is inside the $m?
Mason Request Object. You should see Mason docs,
or the OReilly book on Mason. Mason can be a complicated beast.
bobg