|   | Sergey Kornilov admin 3/24/2009 | 
| It depends on which page you need to apply this logic to. | |
| N | nbrennan author 3/24/2009 | 
| It depends on which page you need to apply this logic to. I recommend to check PHPRunner manual in this regard that explains how to manipulate template variables: http://www.xlinesoft.com/phprunner/docs/smarty_templates.htm 
 | |
|   | Sergey Kornilov admin 3/24/2009 | 
| If you want to use "Insert PHP code snippet" function on View page you can refer to field values the following way: global $data; | |
| N | nbrennan author 3/26/2009 | 
| If you want to use "Insert PHP code snippet" function on View page you can refer to field values the following way: global $data;
 | |
| E | eloi 4/1/2009 | 
| I want do something like this in List Page. I want to print variables in any record lines. function transaccio_Snippet3(&$params)
 | |
| J | Jane 4/1/2009 | 
| Hi, | |
|  | jwoker 4/7/2009 | 
| If you want to use "Insert PHP code snippet" function on View page you can refer to field values the following way: global $data;
 | |
| J | Jane 4/8/2009 | 
| Hi, | |