Jump to content

ATK Extensions: Difference between revisions

From NusaATK
Line 13: Line 13:
== PHPMailer ==
== PHPMailer ==
Usage:
Usage:
You can use the PHPMailer by calling the atkMailer, which is a wrapper for the PHPMailer.
See example below:
      $mailer = atknew('atk.utils.atkmailer');
      $mailer->AddAddress("mailto@mail.com");
      $mailer->FromName = "ATK Application Mailer";
      $mailer->From = 'mailer@achievo.org';
      $mailer->Subject = 'Welcome to the ATK Application!';
      $mailer->Body = 'Welcome to the ATK Application
  We, the team, wish to thank you for making use of our ATK Application.<br />
  Yours Truly,
  The Team.');
      $mailer->Send();
You can use all the methods described in the PHPMailer documentation.
<br />URL: [http://phpmailer.sourceforge.net/ http://phpmailer.sourceforge.net/]
<br />URL: [http://phpmailer.sourceforge.net/ http://phpmailer.sourceforge.net/]
<br />Latest version in ATK: 1.73
<br />Latest version in ATK: 1.73

Revision as of 20:22, 9 August 2006

ADOdb Date Library, part of the ADOdb abstraction library

Usage:
URL: http://adodb.sourceforge.net/
Latest version in ATK: 4.54
Available since: ATK 4

Crossbrowser DHTML functions

Usage:
URL: http://www.wallner-software.com
Latest version in ATK: 1.0
Available since: ATK 2

PHPMailer

Usage:

You can use the PHPMailer by calling the atkMailer, which is a wrapper for the PHPMailer. See example below:

     $mailer = atknew('atk.utils.atkmailer');
     $mailer->AddAddress("mailto@mail.com");
     $mailer->FromName = "ATK Application Mailer";
     $mailer->From = 'mailer@achievo.org';
     $mailer->Subject = 'Welcome to the ATK Application!';
     $mailer->Body = 'Welcome to the ATK Application
 We, the team, wish to thank you for making use of our ATK Application.
Yours Truly, The Team.'); $mailer->Send();

You can use all the methods described in the PHPMailer documentation.
URL: http://phpmailer.sourceforge.net/
Latest version in ATK: 1.73
Available since: ATK 5.6

PEAR::Services_JSON

Usage:
URL: http://pear.php.net/pepr/pepr-proposal-show.php?id=198
Latest version in ATK: 1.1
Available since: ATK saruman branch (unreleased)

Prototype javascript library

Usage:
URL: http://www.sergiopereira.com/articles/prototype.js.html
Latest version in ATK: 1.5.0_rc0
Available since: ATK 5.7 (unreleased)

Prototype window class javascript library

Usage:
URL: http://prototype-window.xilinus.com/
Latest version in ATK: 0.96.2
Available since: ATK 5.7 (unreleased)

Script.aculo.us javascript library

Usage:
URL: http://script.aculo.us/
Latest version in ATK: 1.6.1
Available since: ATK 5.7 (unreleased)

Rico javascript library

Usage:
URL: http://openrico.org/
Latest version in ATK: 1.1.2
Available since: ATK 5.7 (unreleased)

Simpletest test framework

Usage:
URL: http://www.lastcraft.com/simple_test.php
Latest version in ATK: 1.0
Available since: ATK 5.2

Smarty

Usage:
URL: http://smarty.php.net/
Latest version in ATK: 2.6.11
Available since: ATK 5.0

The DHTML / JavaScript Calendar

Usage:
URL: http://www.dynarch.com/projects/calendar/
Latest version in ATK: 0.9.2
Available since: ATK 4