Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks
Partners
Ajaxlines
Web 2.0 Sites
Web 2.0 Magazine
Human Development
Software Development Company
 Home / Projects / PHP Frameworks / Tigermouse PHP/AJAX Framework

Tigermouse PHP/AJAX Framework




Tigermouse is object oriented, LGPL licensed PHP/AJAX framework for development of highly interactive web applications in MVC architecture. Its main principle is to be as much client side processing independent as it is possible to provide high reliability and stability. It requires no to little Javascript coding, no manual callbacks handling and no configuration.



Read The Full Review.




Project Name :Tigermouse PHP/AJAX Framework

Version :DR1.2

Download URL : http://sourceforge.net/projects/tigermouse

Website URL : http://tigermouse.epsi.pl

License : LGPL

 Alexa

  


Statistics about this project website from Alexa

wikipedia  Contributions

  

Features

Edit


Tigermouse aims to develop Javascript independent apllication by encapsulating it and making invisible to a developer. These are the key principles of Tigermouse:
  • Most processing (esp. business logic processing, e.g. validation) takes its place at the server side. Processing data at client side is jest nothing more than asking for trouble. At the server side you are in charge with your application, at client side you just think you are.
  • Be lightweight. Essential when there is a congestion of AJAX calls for server side processing. There is no function or method registering or interface exposing to Javascript.
  • Be strictly MVC compliant. It is well tested architecture, also it helps keeping processing code and view code separated.
  • No Javascript mess! All Javascript code must be encapsulated at server side (e.g. IReadableView) or client side (see handlers)
  • No XML configuration files. Well, actually no configuration at all.
  • Be data source independent.

Samples

Edit


Simple calculator example:
 class MainCtrl extends Ctrl {

public function show() {
$f = new Form();
$f->add(new Input('a'));
$f->add(new Input('b'));
$compute = new Button('compute');
$compute->addListener('onClick', 'MainCtr/compute', $f->valueReader());
$f->add($compute);
$f->add(new Label('result'));
return $f;
}

public function compute(FormContext $cx) {
$label = new Label('result');
$label->text = $cx->a + $cx->b;
return $label;
}

}

Related Links

Edit


Competitors

Edit


Related Projects

  


  • Feather Ajax 1.1
    Are you wanting to jump on the ajax bandwagon, but you don't want to sacrifice your load time? I've created an easy-to-use ajax library that is less than 1KB. I'll teach you how it works, so you can either use my library, or revise what I've done and create your own.
  • Zephyr
    is an MVC (model-view-controller) framework and supports complete separation of business logic layer from presentation layer. It is built using popular and tested libraries in backend
  • aSSL Secure Connection
    aSSL is a library distributed under MIT License thats implements a technology similar to SSL without HTTPS.
  • mp3act web mp3 ajax jukebox
    mp3act Digital Music Server is a PHP and MySQL driven mp3 web-based jukebox for playing music locally or streaming music to anywhere in the world. It utilizes AJAX and web standards to create an incredible user experience. AudioScrobbler support too.
  • SMF
    Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes. Its powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI - or Server Side Includes - function you can let your forum and your website interact with each other. SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software - and best of all it is and will always remain completely free!
  • QuTags - PHP Style AJAX
    PHP & C Module that is AJAX for PHP, with no JAX. You don't even have to know what AJAX or JavaScript is about. QuTags requires no knowledge of JS/XML or AJAX; just PHP is enough. Simply, QuTags maximize application performance and minimize development time.

 Discussion

  


Leave Your Comment

Name (Required)
Mail (will not be published) (required)
Website
Random Projects
AJAX with
www.yapura.net
JayJax
Jaxcent
Anthem DVD Collection
OutPost
Gobits Reader
Nitobi Fisheye
PollPub.com Free Polls
Log4js
Tutorials
Slider Using PHP, Ajax And Javascript
Implementing IDIsposable Interface In JavaScript
Erlang-in-JavaScript
Ajax username availability checking
AIM Express
Rasmus 30 second AJAX Tutorial
Crazy way to change third party scripts
Morphic UI for the Web (Self and Squeak)
Ajax
How To Build A Read/Write JavaScript API