|
Posted by Tony Marston on 01/22/07 13:05
"Vincent Delporte" <justask@acme.com> wrote in message
news:guv7r21aokuhnos1v97pajgjm79lusoequ@4ax.com...
> On Sun, 21 Jan 2007 08:14:07 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>>But some people will swear by frameworks, which is fine for them. Just
>>personally I don't find them to be of much use.
>
> I'd rather not have to rewrite the whole thing by myself, especially
> all the CRUD and input verification part if it's already been done
> before.
Take a look at http://www.radicore.org as this was built with CRUD
applications in mind. It has standard input verification built in - checking
that required fields are not empty, numeric fields contain numbers, date
fields contain dates - and allows you to create fully functioning
transactions very quickly withoy any need to write any HTML or SQL. It can
communiacte with MySQL, PostgreSQL and Oracle databases.
> BTW, Savant and Smarty seem just used to simplify output by replacing
> keywords with actual data in templates, but nothing more?
There are only good for generating screens, not the business logic or
database access logic.
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
[Back to original message]
|