整合aweber在codeigniter中

How can I integrate aweber with codeigniter?

Iam new to the aweber. I dont know how it coded? I alreday integrated mailchimp with codeigniter. But i dont know aweber integration in codeigniter.

You should add the code aweber gives you into a view you want to display it on. There really isn't anything to integrate since all the data processing is done on Aweber's backend.

All the information for Aweber's PHP SDK's are located at

http://labs.aweber.com

Including links to their Github project page with the PHP SDK available for download.

They also include walkthroughs and sample code.

Please note you need to create an account at that url above to use their API.

Open a view of the page where you want to put the aweber subscription form: Go to: CodeIgniter/application/views/desired_page and open it in a text editor and put form text into it on a desired position (somewhere between and ).