Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These functions can be naturally generated by the "Code Builder" in the Interactions Manager. Basic Madl components used in the display of fetched data for Interactions include:

 

$t->row( )
Anchor
row
row

Fetches the source in $mystring into variable $t. Rows will return only the first matching pattern into variable $t.

...

Code Block
themeRDark
languagephp
linenumberstrue
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");]

$t->row('|{DATA}|iU', '{DATA}');

return $t->result;

 

 

$t->rows( )
Anchor
row
row

Fetches the source in $mystring into variable $t. Rows will return only the first matching pattern

...