...
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 | ||||
---|---|---|---|---|
|
Fetches the source in $mystring into variable $t. Rows will return only the first matching pattern into variable $t.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$t->fetch("[http://blinkmobile.com.au/mobile-solutions/");] $t->row('|{DATA}|iU', '{DATA}'); return $t->result; |
$t->rows( )
Anchor | ||||
---|---|---|---|---|
|
Fetches the source in $mystring into variable $t. Rows will return only the first matching pattern
...