URL Parameters

August 19th, 2010 Leave a comment Go to comments

Add URL Parameters to all Links.

(Requries Version 3.0.2)

Sample Code


// create form object
$forms = new pnFormTrash("people");

// show and list attributes
$forms->edit("firstname", "lastname");
$forms->show("firstname", "lastname");

// add parameters
$forms->addLinkParameter("option", "com_plugins");
$forms->addLinkParameter("taxonomy", "post_tag");

// create html
$forms->doit(); 

Live Sample

  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.