donate A donation widget for the yii programming framework. currently supports paypal,moneybooker and alertpay.

  1. Usage
  2. Resources

Usage

  $this->widget('application.extensions.donate.Donate', 
 		array(
 		 'email',   //your  email address
		 'item',    // the description of what the donation is going for
	         'currency',   //the currency to accept (defaults to usd)
		 'amt',      // the amount to donate
		 'type', // type of donation 'paypal,moneybookers,alertpay'\
		 'item_code', // for use with moneybookers and aertpay
		 'language', // EN,SP etc
		 'quantity', //quantity 
 		 'beforeform', // place divs here or whatever you want to appear before the form
		 'rid'='5413099', //use with moneybookers
 		 'userbid',       // allow the user to set the donation amount     
		));
?>

Resources

0 0
1 follower
426 downloads
Yii Version: 1.1
License: GPL-3.0
Category: User Interface
Tags: donate
Developed by: mithereal
Created on: Dec 27, 2010
Last updated: 13 years ago

Downloads

show all

Related Extensions