PHP.neoform Framework v1.161

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
neoform
Forum Newbie
Posts: 1
Joined: Fri Apr 27, 2007 11:09 am

PHP.neoform Framework v1.161

Post by neoform »

Yeah, so I've been working on a PHP framework for almost a year now.. It's getting pretty close to completion.. (still work to be done, but it's pretty solid at this point)

Just wondering what anyone thinks of it.

http://www.phpneoform.com/php.neoform.v1.161.zip

Basically it's a pre-made backend for your website. It allows you to make websites with user management, subdomain management, http/https and a bunch of other stuff. Most importantly it was designed to be very portable. You can take chunks of one website and just plop it into another really easily.

screenshot of the dashboard: http://www.phpneoform.com/115/phpneoform_images/files/fulls/phpneoform_backend.png

here's a site that's currently using it
http://www.newsique.com/

here's one of the packages you can install into it
http://www.phpneoform.com/115/phpneoform_images/

it's main feature is that you can create great looking URL structures.
an example would be the web forum i made for it, this is the URL for a thread:

http://www.newsique.com/forum/site/site ... s/page1/#l

here's a URL for a news story:

http://www.newsique.com/politics/house_ ... _the_vote/

it makes use of mod_rewrite to do it, but it's very easy to set up with the framework.

Right now it's still technically a beta release and is only for personal/non-profit use.

Requirements:

PHP 5 with Mysqli
MySQL 5
Mod_Rewrite needs to be on in apache

Enjoy.

P.S. Please do not use this on a production server. I don't want anyone accidentally screwing up their sites because of any bugs that might exist.. this is still beta. :P
Post Reply