View Full Version : FaabBB - Open-source PHP webpage management system and development framework
Faab234
August 8th, 2011, 17:59
FaabBB is an open-source website management system and development framework written in PHP.
You can use it as Community or CMS as well for your PHP application.
FaabBB has support for several SQL servers including MySQL and Microsoft SQL. FaabBB has a
SQL system with Logic, a powerful content management system and plenty plugins.
Source code: Only the registered members can see the link.
Anthony`
August 8th, 2011, 18:07
Nevermind.
Mike
August 8th, 2011, 18:08
Woot finally done nice!
bl00dshooter
August 8th, 2011, 18:13
Why are there only a couple of files in the repository? Are you restarting from scratch?
Faab234
August 8th, 2011, 18:49
Why are there only a couple of files in the repository? Are you restarting from scratch?
There wasn't actually anything except some files like URL.php.
Faab234
August 8th, 2011, 21:10
CoreLogger done:
Aug 08, 2011 22:06:02 PM Core init
INFO: Loading FaabBB 3.006 ALPHA
Faab234
August 10th, 2011, 09:43
Error log shows backtrace.
edit; It's very helpful for me.
Faab234
August 10th, 2011, 16:32
Added ini configuration.
bl00dshooter
August 10th, 2011, 16:36
When you make a commit, don't type in the version number. Instead, type in what you actually changed.
Faab234
August 10th, 2011, 16:38
When you make a commit, don't type in the version number. Instead, type in what you actually changed.
Thinking about the MVC pattern; added ini configuration; added default c... (Only the registered members can see the link.)
Last commit message ^. BTW I'm using tags.
Shaiyatoplist
August 14th, 2011, 06:36
when do you think this will be finnished or open into Beta
Faab234
August 14th, 2011, 10:37
when do you think this will be finnished or open into Beta
I'm not giving out any dates.
Shaiyatoplist
August 14th, 2011, 11:27
I'm not giving out any dates.
Would be good if you could like upload a demo so some people can test it for you or something
Faab234
August 14th, 2011, 17:56
Added simple MVC pattern.
Faab234
August 26th, 2011, 17:03
Should I use namespaces?
Anthony`
August 26th, 2011, 22:02
Should I use namespaces?
For what reasons?
Faab234
August 27th, 2011, 07:01
For what reasons?
Example:
Having 2 "String" classes that you can both access;
<?php
namespace test;
use php\lang\String as StringA;
use org\faabtech\lang\String as StringB;
?>
Anthony`
August 27th, 2011, 23:16
To be honest, if you wanted something like that, why not just delegate them to different classes inheriting one parent? Im assuming this idea is going to utilize a variety of utilities being similar to a parent one?
Divine-X
August 27th, 2011, 23:22
To be honest, if you wanted something like that, why not just delegate them to different classes inheriting one parent? Im assuming this idea is going to utilize a variety of utilities being similar to a parent one?
*mindfucked*
Faab234
August 28th, 2011, 09:00
To be honest, if you wanted something like that, why not just delegate them to different classes inheriting one parent? Im assuming this idea is going to utilize a variety of utilities being similar to a parent one?
I actually meant programmers can make different classes with the same name.
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.