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 / Zephyr

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



Read The Full Review.




Project Name :Zephyr

Version :

Download URL : http://zephyr-php.sourceforge.net/

Website URL : http://zephyr-php.sourceforge.net/

License : Opensource

 Alexa

  


Statistics about this project website from Alexa

wikipedia  Contributions

  

Features

Edit


  • zephyr uses Smarty as template engine. so developing templates for zephyr is flexible and structured. moreover you can use all the powerful features of smarty in your templates.
  • adoDB is used as DAL (data access layer) in zephyr.
  • you can manage multiple databases concurrently in zephyr actions.
  • easy integration of custom php and javascript libraries
  • zephyr's front end is developen on top of sam stephenson's famous prototype library. it reduces pain to use javascript in templates and gives you ultimate flexibility.
  • zephyr uses CPAINT as ajax interface. so you can easily pass multibyte characters from and to your actions using zephyr.
  • each package has their own initializer
  • implements pre actions processors which helps you to run some specific actions before normal actions. this will help you to implement stronger validations.
  • supports cron actions which runs after regular interval.
  • easy manipulation of database records. zephyrs internal request manager manages all request parameters in a flexible way so that you just dont need to access and set these parameters exclusively.
  • you can integrate any PEAR package easily.
  • you can manage database aggreate functions via zephyr's builtin database aggregator object.
  • Supports multiple level of user defined filters
  • easy integration with ezComponents

Samples

Edit


The system cannot find the file specified.

Related Links

Edit


Competitors

Edit


testing

test

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.
  • 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.
  • DutchPIPE
    PHP object-oriented framework to turn sites into real-time, multi-user virtual environments
  • CakePHP
    Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
  • ajChat
    Ajchat is a simple online chat system which uses AJAX. Ajchat also allows sharing or embedding of chatrooms into websites
  • AJASON
    PHP 5 library and JavaScript client for AJAX. Fetch data asynchronously and develop interactive GUI-like Web applications. Call PHP functions and object methods from JavaScript and exchange even complex data types between client and server.

 Discussion

  


Leave Your Comment

Name (Required)
Mail (will not be published) (required)
Website
Random Projects
Web 2.0 Technologies
gOFFICE
Sarissa
Gollum Browser
mxAjax
Sarissa
WebORB for .NET
Backbase AJAX Java Edition
Nitobi ComboBox V3
Visual WebGui
Tutorials
Creating an Autosuggest Textbox with JavaScript, Part 3
A Primer on Microsoft Atlas
Mastering Ajax Part 1 : Introduction to Ajax
Webkit CSS Transforms
When is your page ready?
An Ajax Hello World project to Get You Going
Creating an AJAX-Enabled Grid (Part 2)
JavaScript Method Overloading
Ajax
Making DIV a Link - Javascript Vs CSS