This shows you the differences between two versions of the page.
| — |
urapidflow:same_profile_diff_file [2010/06/28 15:15] (current) unirgy created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== How to run the same profile using different file names ====== | ||
| + | <file php urapidflow.php> | ||
| + | <?php | ||
| + | |||
| + | // Load profile object by name | ||
| + | $profile = Mage:: | ||
| + | |||
| + | // Run the profile using the first file | ||
| + | $profile-> | ||
| + | |||
| + | // Run the profile using the second file | ||
| + | $profile-> | ||
| + | |||
| + | </ | ||