Dynamic Web Pages: deutschsprachiger PHP Knotenpunkt seit 1999

Dynamic Web Pages : tutorials _





 
 
 
 
 
 
 

PHP QuickRef

Via QuickRef gelangen Sie direkt zur gesuchten Funktion im Handbuch.

 
 

Printmedien

PHP-Magazin
Das PHP Magazin erscheint 2-monatlich zum Preis von 9,80 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Journal
Das PHP Journal erscheint 2-monatlich zum Preis von 14,95 €. Studenten und Abonnenten erfreuen sich über bis zu 25% Ermäßigung.

PHP Solutions Magazin
Das PHP Solutions Magazin erscheint alle 3 Monate zum Preis von 8,75 €. Studenten erfreuen sich über ermäßigte Abos.

PHP-Architect
Der php|architect erscheint monatlich als digitale PDF-Version zum Preis von $3,99 USD und als Print-Version zum Preis von $8,69 USD. Im Abo gibt es Rabatt (30% Print, 15% PDF).

 
Tutorials: PostgreSQL
Tutorial in dieser Kategorie hinzufügen
PostgreSQL table audit (1321 Zugriffe)

In our big-brother-esque age, we like to have everything under control. While in real life it may not always be a good thing, we certainly want to know what happens to our data. I've seen all sort of solutions to log database changes, many of them in PHP or some other language, but IMHO that's not how it should be done. Since the DBMS itself often offers the tools we need, let's see how to use them effectively.
Database table auditing seems to be an hot topic: there are ad-hoc tools , there's an example in the postgresql manual and of course there are blog posts about it. Nothing new under the sun.
But I'd still like to talk about it :-), since we're going to see a different approach, and learn something about PostgreSQL triggers and functions in the process, aren't we?

Tutorial kommentieren  Defekten Link melden

 
Writing PostgreSQL Functions with PL/pgSQL (1689 Zugriffe)

One of the most powerful features of PostgreSQL is its support for user-defined functions written in various programming languages, including pure SQL, C, Perl, Python, and PHP. Perhaps the most common programming language for PostgreSQL functions, however, is PL/pgSQL (don't ask me to pronounce it), because it comes with PostgreSQL and is easy to set up.

Tutorial kommentieren  Defekten Link melden

 
When to use a materialized view in PostgreSQL (1174 Zugriffe)

A materialized view is defined as a table which is actually physically stored on disk, but is really just a view of other database tables. In PostgreSQL, like many database systems, when data is retrieved from a traditional view it is really executing the underlying query or queries that build that view. This is great for better representation of data for users, but does not do anything to help performance.

Tutorial kommentieren  Defekten Link melden

 
Building the PostgreSQL BuildFarm (2382 Zugriffe)

PostgreSQL is a high-quality, full-featured open source database that runs on a huge number of platforms. The number of possible combinations of machine architecture, operating system, system libraries, compilers, and configuration sets is truly staggering. It also has just increased significantly with the recent release of the 8.0 version, which supports Windows natively for the first time. One of the problems that the PostgreSQL project faces, as many other similar projects do, is how to know whether some change has broken things on some platform. We don't have the resources to run every possible combination, nor even a tiny proportion of them. On several occasions it has happened that breakage only became apparent some time after a change went in. We created PostgreSQL BuildFarm to address that difficulty.

Tutorial kommentieren  Defekten Link melden

 
Automating PostgreSQL Tasks (2092 Zugriffe)

You can and should automate routine database tasks, to remove the possibility of user error and to let yourself focus on other, more interesting work. If you use PostgreSQL on Unix or Linux, you can combine the shell with PostgreSQL's psql client to automate database chores.

Tutorial kommentieren  Defekten Link melden

 
Counting Queries: PostgreSQL Analysis (2672 Zugriffe)

There are a number of ways to get your database-backed Web application to run faster on the same hardware--allowing you to postpone upgrades for at least a little while, thus cutting costs. One way involves examining how your applications are interacting with the database. Tom Copeland explains how to "tune the queries" for a PostgreSQL database.

Tutorial kommentieren  Defekten Link melden

 
PostgreSQL Software Installation (2718 Zugriffe)

Getting free software and installing can sometimes be a daunting task. Not so with PostgreSQL.

Tutorial kommentieren  Defekten Link melden

 
PostgreSQL und PHP (16737 Zugriffe)

Cornelia Boenigk, Autorin des im dpunkt-Verlag im August erscheinenden deutschsprachigen PHP und PostgreSQL Buch "PostgreSQL. Einführung und Praxis. Anwendungsentwicklung mit PHP4" hat uns netterweise ein Einstiegs-Tutorial über PostgreSQL und PHP zur Verfügung gestellt.

Tutorial kommentieren  Defekten Link melden

 
Making the PostgreSQL and PHP Connection (3545 Zugriffe)

PHP is the most widely used Apache module available and provides a strong platform for Web application development. However, most people who use PHP with open source databases use PHP with MySQL. As an invitation to using PostgreSQL, I have written the following article on using PHP and PostgreSQL. There are already a lot of PHP articles out there on the Web, so I'm not going to cover the basic concepts here. Instead, I'll jump right to the chase and show the fundamentals of using PHP with PostgreSQL.

Tutorial kommentieren  Defekten Link melden

 
Migrate your site from MySQL to PostgreSQL -- Part 2 (2282 Zugriffe)

In this article, I'll guide you through the other half of the conversion process and explain how to take existing MySQL PHP code and make it Postgres-friendly.

Tutorial kommentieren  Defekten Link melden

 
zurück

Folge DynamicWebPages!

PHP News als RSS abonnieren ...
Auf Twitter folgen ...
Fan werden auf Facebook ...

 
 

PHP Newsletter

Bleiben Sie immer "Up-To-Date" mit unseren Newslettern!

PHP Newsletter
PHP Trainingsletter

 
 
 
 
 
 

PHP Releases

 
 

Sponsoren

 
 
 
   
powered by Hetzner


top Alle Rechte vorbehalten. © Dynamic Web Pages 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 top

  Seitenaufbau in 0.043 Sekunden