Re: [newbie] Which framework for business apps?



Vincent Delporte wrote:
Hi

I'm only starting to look at how to write business apps as web
applications, and would like some feedback on frameworks to ease the
pain.

Unless I'm mistaken, tools like Savant or Smarty only help with
displaying information by replacing keywords in a template with
information fed from a PHP page that handles the business logic.

But a business application requires more features, such as:
- build forms for CRUD, including navigation bars
- allow some freedom to build pages that display data in a non-tabular
way (eg. I need to write pages that show data as bars and graphs, not
rows and columns, while still having to maintain the same look as the
rest of the pages including navigation bars, etc.)
- in input forms, validate each field, preferably as AJAX to avoid
the round-trip with the server
- etc.

Considering this... which PHP framework would you recommend? I've
started taking at CakePHP and ATK, but I'd rather not waste time on
tools that clearly aren't meant for building business applications.

Thanks for any tip.

I don't use a framework. I find it faster to just design a template for the site and build from scratch around that template. I can create pages faster than many people can create them with various frameworks.

Navigation bars are pretty standard. No problem there. Graphs aren't bad with a tool like JpGraph, and I use a few other packages for similar special circumstances.

But some people will swear by frameworks, which is fine for them. Just personally I don't find them to be of much use.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.



Relevant Pages

  • Re: Newbie object design questions
    ... A good profitable business needs to adapt to a changing ... And before you jump on that, I am saying that these "features" ... rather it leverages frameworks. ... IMHO it undermines the true usefulness of oo design. ...
    (microsoft.public.dotnet.languages.csharp)
  • [newbie] Which framework for business apps?
    ... and would like some feedback on frameworks to ease the ... information fed from a PHP page that handles the business logic. ... rest of the pages including navigation bars, ... tools that clearly aren't meant for building business applications. ...
    (comp.lang.php)
  • Re: The friendly internet backgammon server.
    ... there's a universe of other frameworks which are of ... application to the respective business areas. ... won't you be able to overextend their scope! ...
    (rec.games.backgammon)
  • Re: Web Application Frameworks in Smalltalk and Common Lisp
    ... > for Dynamic Languages and the Belgian Smalltalk User Group ... > application frameworks based on Smalltalk and Common Lisp. ... web applications suffer the same problems now ... > coupling that is holding web development back. ...
    (comp.lang.lisp)
  • Re: Share a Data Access Layer across .net Compact Framework 2 and .net Framework 2? Anyone done this
    ... You may have to rethink some of the tools and frameworks that you are using ... server apps and the handheld apps all the time to gain some reuse. ... We want to share the Data Access layer ... > between these two applications. ...
    (microsoft.public.pocketpc.developer)