Index » Tech help » FutureBB Internal Layout (Atom feed)
Pages: 1
Member
What inspired the FutureBB internal layout? I really liked it - I don't mean the dispatcher, I mean like the three main folders
Administrator
You mean like how there's app_resources, app_config, and static? Nothing really inspired it. I have seen a bunch of web frameworks in the past that have a ton of folders, and I wanted to do something much simpler, so I ended up choosing that.
Member
Nice. I just used something similar in a product Im creating for a guy - only named static to app_assets, and its a lot more object oriented so I have a classes folder in the resources. Very intuitive - I like it
Administrator
Nice. I just used something similar in a product Im creating for a guy - only named static to app_assets, and its a lot more object oriented so I have a classes folder in the resources. Very intuitive - I like it
I was in charge of structuring the code for this project, so I got to decide how everything was organized.
Simply because of how my mind works, I use procedural code rather than object-oriented as much as possible. I only use classes to categorize functions, and they're all abstract classes except the database for that reason. However, even for the database, the functions are all used procedurally.
Index » Tech help » FutureBB Internal Layout (Atom feed)
Pages: 1