Linux SoftwareProgrammingLibrariesPhp AjaX with Smarty Templates 0.0.2

Php AjaX with Smarty Templates 0.0.2


Php AjaX with Smarty Templates (PAXT) is a library built on top of the HTML_AJAX package and using Smarty templates. Download paxt
Developer:   maho
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   0K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Php AjaX with Smarty Templates (PAXT) is a library built on top of the HTML_AJAX package and using Smarty templates.

Download paxt and put it somewhere you can include it (eg. add it to your include path, or you will include it via it's path)

classes.php

include paxt widget class
< ?
require_once "paxt/lib/widget.class.php";
require_once "paxt/lib/server.class.php";
? >


define main class

derived from widget? class
< ?
class myindex extends widget {
function __construct() {
$this->template="myindex.html";
$this->exportMethod("launch");//export $this->launch to be used from javascript
parent::__construct(true);//main widget always is fully instantiated
}

function launch() {
return $this->launchWindow(new launched(true));
}
}
? >

define second class

, which will be launched by myindex
< ?
class launched extends widget {
function __construct($parent=null) {
$this->template="launched.html";
parent::__construct($parent);

if ($parent) {
$this->data->variable = $this->modal_parent->data->variable;
}
}
}
? >

index.php5

create file index.php5, which will be gate to your application
include your classes
< ?
require_once "classes.php";
? >

start session

object will be stored in sessions
< ?
session_start();
?>

create server object

and give name of first page ...
tags widget class  require once  which will  parent construct  construct parent  data variable  this template  index php5  extends widget  once paxt  classes php  paxt lib  class php  

Download Php AjaX with Smarty Templates 0.0.2


 http://pagema.net/paxt/attachment/wiki/Download/paxt-0.0.2.tar.bz2?format=raw


Authors software

Php AjaX with Smarty Templates 0.0.2 (by maho)
Php AjaX with Smarty Templates (PAXT) is a library built on top of the HTML_AJAX package and using Smarty templates.

Download paxt


Similar software

Php AjaX with Smarty Templates 0.0.2 (by maho)
Php AjaX with Smarty Templates (PAXT) is a library built on top of the HTML_AJAX package and using Smarty templates.

Download paxt

Template::Tutorial 2.15 (by Andy Wardley)
Template::Tutorial are template toolkit tutorials.

This section includes tutorials on using the Template Toolkit

Curses::UI::Widget 0.95 (by Maurice Makaay)
Curses::UI::Widget is a base class for all widgets.

CLASS HIERARCHY

Curses::UI::Widget - base class

SYNOPSIS

This class

SMK PHP Authentication Class 1.0.1 (by SoftMarket)
SMK PHP Authentication Class package can be used to authenticate users against a MySQL database of user records.

It can verify whe

PyGG 0.4 (by Franck Pommereau)
PyGG (PyGTK and Glade) is a Python module intended to ease the usage of Glade with PyGTK

Cgiapp.class.php 2.0.0 (by Matthew Weier O'Phinney)
Cgiapp.class.php is a port of CGI::Application to PHP

pgk 0.05 (by H.N.M. Oesterholt-Dijkema)
pgk is a Perl Gimp Kit, a OO perl gtk interface.

pgk::Widget

new ($name,$type)

pre: $name is the name of this widget.

AjaxAC 0.4.1 (by Hendrix)
AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications.

The fundamental idea behind

Template Lite 1.80 (by Mark Dickenson)
Template Lite is a smaller, faster alternative to the Smarty template engine.

For the most part, it is a drop in replacement for S

Prima::Application 1.20 (by Dmitry Karasik)
Prima::Application is root of widget objects hierarchy.

Prima::Application class serves as a hierarchy root for all objects with c


Other software in this category

zlib 1.2.3 (by Jean-loup Gailly)
zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

libjpeg v6b (by Independent JPEG Group)
libjpeg is a library for handling the JPEG (JFIF) image format

OpenSSL 0.9.7c (by The OpenSSL Project Team)
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

libxml2 2.6.27 (by DV)
Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

GNU C library 2.4 (by Andreas Jaeger)
GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

GNU C library is us

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


Subscribe in Rojo
Google Reader
Add to My Yahoo!

Add to My AOL
Subscribe with Bloglines
Subscribe in NewsGator Online
Add 'nixbit linux software' to Newsburst from CNET News.com
del.icio.us nixbit linux software


Top tags