 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Stefan Koopmanschap's Blog: phpBB and Symfony Combining Communities
by Chris Cornutt August 23, 2010 @ 09:39:34
Stefan Koopmanschap has an excellent new post to his blog about some of the ideas and contributions he's made to help the phpBB community move closer to their goal move to the Symfony framework.
At the conference it was announced that phpBB was considering moving to a Symfony basis for their upcoming version 4. Since then, an RFC was posted and given the schedule for the Libertyvasion conference organized by phpBB, they're gearing up to dive deep into Symfony. This article reflects the thoughts I've offered at the Libertyvasion Conference on the combining of powers of phpBB and Symfony.
He talks some about each community, what they're all about and how this coming together might effect each side. He does list a some of the positive side effects of this collaboration - things like more skilled developers, providing a good solid use case for the framework and easier integration of the forum into a pre-existing site. He also includes a few ways for those interested to help out with the project.
voice your opinion now!
phpbb symfony community forum
TutToaster.com: How to create a forum in PHP from scratch
by Chris Cornutt August 11, 2010 @ 11:08:51
On the TutToaster site today there's a new tutorial showing you how to create an entire PHP forum completely from scratch using PHP and a MySQL backend.
The code I'll show is exactly the same than the one you can download, except for some comments. In the original project you'll have everything well documented (using phpDocumentor). [...] This project doesn't follow a MVC pattern, but we'll use classes and try to separate the different functionalities.
They walk you through the creation of the database (a "posts" table) and how to organize the file structure, configuration, making the header and footer as well as the classes to do things like database connections, validation and creating the output (view) as well as working with the posts itself.
voice your opinion now!
forum create tutorial mysql
php|architect Blog: Less Code isn't Always Better
by Chris Cornutt May 03, 2010 @ 13:16:59
On the php|architect blog Keith Casey has a new post that suggests something a bit counterintuitive to what a lot of developers think about their code - less code isn't always better.
Everyone says "I could build that in an afternoon/weekend/marathon session of caffeine-fueled code-debauchery" but to actually do something well, unsurprisingly, it usually takes longer.
He gives an example of this forum script that's under 1KB of code (949 bytes or so) and has some of the basic features of any forum software out there. Keith talks about the software - the features included, the included security, how it uses quotes to its advantage and how it only uses the basic functionality of PHP to make it all work.
Keith also includes a few criticisms of the code like how it uses short tags, the lack of linebreaks, using $_REQUEST and a few more.
To be blunt, it's not pretty and doesn't have many features, but honestly, I fluctuate between terrified and impressed by the feat. [...] More than anything, it's refreshing and fascinating to see what someone can do when they set clear, simple, direct priorities and focus exclusively on those.
voice your opinion now!
less code opinion forum example
Dougal Campbell's Blog: WordPress as a Forum?
by Chris Cornutt April 23, 2010 @ 11:47:58
Dougal Campbell has posed a question about the popular WordPress blogging system concerning an interesting use for it that seems to be popping up more - using it as a forum.
I know there are some efforts to integrate forums with WordPress. [...] The main problem with external forum systems (as opposed to solutions purely based on plugins and themes) is that if you want a consistent look-and-feel between your blog and your forums, you have to do a lot of work.
WordPress, endlessly themeable, can be made to look like a forum, but that's not what he's talking about here. He wants feedback from other developers out there on the approaches they're taking to get WordPress to cooperate this way. There's over thirty comments on the post now with some great feedback from all around the community - check them out!
voice your opinion now!
wordpress forum opinion platform
NETTUTS.com: How to Create a PHP/MySQL Powered Forum from Scratch
by Chris Cornutt March 18, 2010 @ 11:21:46
On NETTUTS.com there's a (quite complete) tutorial posted that walks you through the creation of a forum using PHP and MySQL as a backend to store the posts.
In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage.
They start with the backend and move their way forward, setting up the MySQL tables - categories, replies, users and topics. They describe each of them in a bit more detail before getting into the code. They show how to create template for the site (with a little CSS) and include code to create users, authenticate them, set up their permission levels, making categories/topics and much more.
The full code for the forum application they've created can be downloaded here.
voice your opinion now!
mysql tutorial forum beginner
|
Community Events
Don't see your event here? Let us know!
|