EclipseGc

Wizard Plugin Processor

Feb 5th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. /* ---------- form info -------- */
  2.     'forms' => array(
  3.       'introduction' => array(
  4.         'path' => "forms/review-introduction.inc",
  5.         'form id' => 'autocar_form_review_introduction',
  6.       ),
  7.     ),
  8.  
  9. /* plugin processor */
  10.  
  11. foreach ($forms as $step => $info) {
  12.   $info['include'] = $plugin['path'] . '/' . $info['path'];
  13.   unset($info['path']);
  14. }
Add Comment
Please, Sign In to add comment