|
||||
| ||||
|
|||||||
| OOTP Mods Logos, roster packs, historical databases, OOTP tools, FaceGen files... it's all here! |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
All Star Starter
Join Date: Dec 2005
Posts: 1,692
|
OOWP Introduction Part 1: The Big Picture
OOTP Open Web Platform Introduction Part 1:
The Big Picture The OOTP Open Web Platform combines leading open source development technologies with a set of OOTP specific PHP modules and developer tools to help reduce the time and effort needed to create OOTP based web sites. Using this platform, mod authors can focus on exactly what they want their web tools to do and not get bogged down by the usual infrastructure work needed to build and run a member driven web site. Due to its modular nature, it also promotes cooperative development and code reuse, meaning a fast point of entry for new web mod authors. As more users build tools using the platform and contribute back to the core modules, the more functionality is available for others to use in their own projects. End users benefit with a streamlined site that can grow and be installed and upgraded with ease. So let’s see what these components and leading technologies are. BONFIRE ADMIN LIBRARY FOR CODEIGNITER Bonfire is an open source admin dashboard library built on top of CodeIgniter, a leading open source PHP development framework. CodeIgniter provides not only a MVC based development environment, but includes a host of standard tools and helper libraries that help streamline development. Bonfire creates an administrative dashboard and basic web site architecture on top of this framework. It also utilizes the JQuery JavaScript library as well as the new Twitter Bootstrap HTML/CSS library to power the user interface. On top of all this, Bonfire provides three important benefits to the development platform:
So as you can see, Bonfire is the very powerful yet flexible foundation of the platform. It provides the overall structure and creates a modular workflow with which to drop in standalone or cooperative tools. Best of all, its open source, has a flexible license allowing free reuse and redistribution and includes helpful tutorials to get you up to speed. I myself have contributed numerous additions to the projects upcoming 0.6 release so it’s easy to not only use, but contribute back to the core project as well. THE OOTP ONLINE LEAGUE MODULES (OOLM) This is a collection of several custom Bonfire modules to help OOTP online commissioners streamline their web site management duties and provide a better web site experience overall. The ultimate goal of this package is to combine league membership, content management, forum, news and OOTP data driven tools into one combined and efficient web package. The OOLM Module Bundle includes the following components and features:
NOTE: With its preparation for beta to coincide with the overall platform release, a special version of the bundle including the Storylines Editor: Community Edition module will also be available for download. THE OOTP WEB TOOLKIT This module is simply a collection of standard and generic OOTP data models and helper functions aimed at giving mod developers a common and powerful set of tools for working with OOTP SQL data and also tools to help display it to the end user. For the initial beta release, the library will include the following tools:
So that's it for the basic introduction. As you can clearly see, there is a lot to the platform overall. It includes some powerful tools right out of the box. READ MORE Need to know more about CodeIgniter? Try the CodeIgniter From Scratch Series - at NetTuts as a starting point. There are also Tutorials at the CodeIgniter Wiki. Want to know more about Bonfire? See the official Bonfire Guides for more information. Still not sure about modules and HMVC? Here's another perspective to read. If you're unfamiliar with them, you can also find great information on getting started with JQuery and the Twitter Bootstrap. Have questions or feedback on the OOWP? Discuss it on the official OOTP forums thread. WHAT'S NEXT? In part 2 of the introduction, we'll discuss getting the tool installed and setup on a web server so you can get hands on and see it in action for yourself. Download the OOWP Today! Download the latest stable release version from the official OOWP forums page. All the documentation you need is available in the installation and setup guide. Contribute to the development and help the OOWP grow The OOWP is a 100% free and open source project. The source code is publicly available on GitHub.com. If you want to contribute to the development, simply head over to my official Github page, fork the related projects, hack the code and send pull request with your updates. It’s that simple. If you’ve built an OOWP module let me know and I’ll add it to the built on the OOWP list. Want to help test? Testing assures everything works as expected and that everyone gets the best fantasy experience possible. Simply download and test the site and log issues on the official Github issues pages. Each portion of the site has its own page and issues list so be sure to log the issue in the appropriate module portion of the site. Donate While the OOWP is free to download and use, we do very much appreciate any donations made towards its development.
__________________
OOTP Mods and Sites:
Gaming Channels:
Last edited by ootpFox07; 05-15-2012 at 09:20 AM. |
|
|
|
|
|
#2 |
|
All Star Reserve
Join Date: Feb 2003
Location: Orange, CA
Posts: 569
|
Any reason why changing ANY settings and hitting save would produce a blank page? Is there a debug or verbose mode that will report errors to me?
__________________
DanGarion GM - Los Angeles Dodgers The Peanuts and Cracker Jack Baseball League PCJBL! |
|
|
|
|
|
#3 | |
|
All Star Starter
Join Date: Dec 2005
Posts: 1,692
|
Quote:
Code:
error_reporting(0); Code:
error_reporting(E_ALL);
__________________
OOTP Mods and Sites:
Gaming Channels:
|
|
|
|
|
![]() |
| Bookmarks |
|
|