Forum Moderators: coopster

Message Too Old, No Replies

Sparse - new framework for MySQL programs

Now outputs degradable Ajax forms!

         

Cidolfas

5:56 pm on Oct 26, 2006 (gmt 0)

10+ Year Member



Hey all,

I believe I posted this once before, but enough has changed that I'm doing it again. 8-) I have been working on a project called Sparse [sparse-php.sourceforge.net], a framework specifically for creating PHP/MySQL programs. It is designed with usability in mind - it is meant to be as easy to use as possible. Essentially, the majority of the backend is already done for you, and you can design and configure your website using a few extra HTML tags. It's also very flexible - you can easily integrate it with regular PHP code right in the file.

The new version also prints out every form in degradable Ajax, meaning that those users without Javascript ability will use the regular functionality.

The end result is far less code, meaning less development and maintenance time, fewer errors, and more ease in changing things around.

I'd appreciate it if you guys would take a look and spread the word. I'm excited about this project and really think it could revolutionize database-backed web development!

Thanks very much!

--Daniel

eelixduppy

2:51 am on Oct 27, 2006 (gmt 0)



Thanks, Daniel, I'll have to take a indepth look at it. After quickly scanning it it seems to have potential, although I'm probably going to stick to my own classes/functions knowing everything about them already. Seems to be great for someone just starting, though.

I'll be running some tests of my own ;)