Search found 3 matches

by phpBuddy
Fri Jan 18, 2008 5:01 pm
Forum: [3.0/Olympus] Discussion
Topic: PostgreSQL query optimisation HOWTO
Replies: 1
Views: 6547

MySQL vs. PostgreSQL - performance vs. userfriendliness

:) First, thank you for your plenty of advice. There seems to be a lot we can do to make database work better and faster. Your advice, to let the database do the main work and not the php script, is very wise in most cases. The PHP interpreter of user php codings is very slow in compare to what a da...
by phpBuddy
Fri Jan 18, 2008 3:48 pm
Forum: [3.0/Olympus] Discussion
Topic: SQL optimisation
Replies: 70
Views: 88673

Abstracting databases - Types of abstraction layers

Types of abstraction layers People sometimes say “SQL abstraction layer” or “database interface” fairly loosely, assuming everyone knows what they mean. Not so — I’ve seen at least four distinct meanings in common usage: 1. A software library to connect to a database server and issue queries, fetch...
by phpBuddy
Fri Dec 28, 2007 4:40 pm
Forum: [3.0/Olympus] Discussion
Topic: Adding Advanced Custom BBCode (bbcode.php)
Replies: 5
Views: 22084

Re: Adding Advanced Custom BBCode (bbcode.php)

First, it pulls a bbcode_bitfield from $user->template... I don't know much about this step. Later, it checks against NUM_CORE_BBCODES (Which I changed from 12 to 13) What exactly is needed to be edited to add new bbcode to phpbb3? Edit: After more searching, I've found that my work is stumped by t...