Jump to content

ATK Extensions: Difference between revisions

From NusaATK
No edit summary
Line 1: Line 1:
== ADOdb Date Library, part of the ADOdb abstraction library ==
== ADOdb Date Library, part of the ADOdb abstraction library ==
Usage:
Description:
<br />Usage:
<br />URL: [http://adodb.sourceforge.net/ http://adodb.sourceforge.net/]
<br />URL: [http://adodb.sourceforge.net/ http://adodb.sourceforge.net/]
<br />Latest version in ATK: 4.54
<br />Latest version in ATK: 4.54
Line 6: Line 7:


== Crossbrowser DHTML functions ==
== Crossbrowser DHTML functions ==
Usage:
Description:
<br />Usage:
<br />URL: [http://www.wallner-software.com http://www.wallner-software.com]
<br />URL: [http://www.wallner-software.com http://www.wallner-software.com]
<br />Latest version in ATK: 1.0
<br />Latest version in ATK: 1.0
<br />Available since: ATK 2
<br />Available since: ATK 2
== FCKeditor ==
Description:
<br />Usage:
<br />URL: [http://www.fckeditor.net/ http://www.fckeditor.net/]
<br />Latest version in ATK: 2.2
<br />Available since: ATK 5.2.0


== PHPMailer ==
== PHPMailer ==
Usage:
Description:
<br />Usage:


You can use the PHPMailer by calling the atkMailer, which is a wrapper for the PHPMailer.
You can use the PHPMailer by calling the atkMailer, which is a wrapper for the PHPMailer.
Line 34: Line 44:


== PEAR::Services_JSON ==
== PEAR::Services_JSON ==
Usage:
Description:
<br />Usage:
<br />URL: [http://pear.php.net/pepr/pepr-proposal-show.php?id=198 http://pear.php.net/pepr/pepr-proposal-show.php?id=198]
<br />URL: [http://pear.php.net/pepr/pepr-proposal-show.php?id=198 http://pear.php.net/pepr/pepr-proposal-show.php?id=198]
<br />Latest version in ATK: 1.1
<br />Latest version in ATK: 1.1
Line 41: Line 52:


==  Prototype javascript library ==
==  Prototype javascript library ==
Usage:
Description:
<br />Usage:
<br />URL: [http://www.sergiopereira.com/articles/prototype.js.html http://www.sergiopereira.com/articles/prototype.js.html]
<br />URL: [http://www.sergiopereira.com/articles/prototype.js.html http://www.sergiopereira.com/articles/prototype.js.html]
<br />Latest version in ATK: 1.5.0_rc0
<br />Latest version in ATK: 1.5.0_rc0
Line 48: Line 60:


== Prototype window class javascript library ==
== Prototype window class javascript library ==
Usage:  
Description:
<br />Usage:  
<br />URL: [http://prototype-window.xilinus.com/ http://prototype-window.xilinus.com/]
<br />URL: [http://prototype-window.xilinus.com/ http://prototype-window.xilinus.com/]
<br />Latest version in ATK: 0.96.2
<br />Latest version in ATK: 0.96.2
Line 55: Line 68:


== Script.aculo.us javascript library ==
== Script.aculo.us javascript library ==
Usage:
Description:
<br />Usage:
<br />URL: [http://script.aculo.us/ http://script.aculo.us/]
<br />URL: [http://script.aculo.us/ http://script.aculo.us/]
<br />Latest version in ATK: 1.6.1
<br />Latest version in ATK: 1.6.1
Line 62: Line 76:


== Rico javascript library ==
== Rico javascript library ==
Usage:  
Description:
<br />Usage:  
<br />URL: [http://openrico.org/ http://openrico.org/]
<br />URL: [http://openrico.org/ http://openrico.org/]
<br />Latest version in ATK: 1.1.2
<br />Latest version in ATK: 1.1.2
Line 68: Line 83:


== Simpletest test framework ==
== Simpletest test framework ==
Usage:
Description:
<br />Usage:
<br />URL: [http://www.lastcraft.com/simple_test.php http://www.lastcraft.com/simple_test.php]
<br />URL: [http://www.lastcraft.com/simple_test.php http://www.lastcraft.com/simple_test.php]
<br />Latest version in ATK: 1.0
<br />Latest version in ATK: 1.0
Line 74: Line 90:


== Smarty ==
== Smarty ==
Usage:
Description:
<br />Usage:
<br />URL: [http://smarty.php.net/ http://smarty.php.net/]
<br />URL: [http://smarty.php.net/ http://smarty.php.net/]
<br />Latest version in ATK: 2.6.11
<br />Latest version in ATK: 2.6.11
Line 80: Line 97:


== The DHTML / JavaScript Calendar ==
== The DHTML / JavaScript Calendar ==
Usage:  
Description:
<br />Usage:  
<br />URL: [http://www.dynarch.com/projects/calendar/ http://www.dynarch.com/projects/calendar/]
<br />URL: [http://www.dynarch.com/projects/calendar/ http://www.dynarch.com/projects/calendar/]
<br />Latest version in ATK: 0.9.2
<br />Latest version in ATK: 0.9.2

Revision as of 18:35, 10 August 2006

ADOdb Date Library, part of the ADOdb abstraction library

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

Crossbrowser DHTML functions

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

FCKeditor

Description:
Usage:
URL: http://www.fckeditor.net/
Latest version in ATK: 2.2
Available since: ATK 5.2.0

PHPMailer

Description:
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

Description:
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

Description:
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

Description:
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

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

Rico javascript library

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

Simpletest test framework

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

Smarty

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

The DHTML / JavaScript Calendar

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