public marks

PUBLIC MARKS from keusta with tag php

October 2008

July 2008

Représentation intervallaire des arborescences

by 1 other (via)
Peu connue, la représentation intervallaire des arbres est une technique très performante. Traditionnellement les représentations hiérarchiques font appel à des arborescenses modélisées par une table avec une autojointure entre la clef primaire des données mère et une clef secondaire relative aux données de la ligne fille. Cette simplicité a un coût élevé puisque la plupart des requêtes de recherche dans un tel arbre nécessitent un processus récursif, donc de la programmation dans un langage hôte ou dans une procédure stockée. Avec la représentation intervallaire, toutes les recherches deviennent de simples requêtes basique et les performances sont sans communes mesure avec le modèle en autojointure.

April 2008

Welcome :: indexhibit

by 11 others
Indexhibit is a web application used to build and maintain an archetypal, invisible website format that combines text, image, movie and sound.

March 2008

February 2008

12CropImage 2 Beta

by 1 other
Form Plugin to Crop Images Online using Javascript and PHP

October 2007

ProjectPier.org

by 12 others
ProjectPier is a Free, Open-Source, self-hosted PHP application for managing tasks, projects and teams through an intuitive web interface. ProjectPier will help your organization communicate, collaborate and get things done Its function is similar to commercial groupware/project management products, but allows the freedom and scalability of self-hosting. Even better, it will always be free.

Skycache

by 3 others
Skycache is a free, lightweight and fast page cache for PHP 4 and PHP 5.faut bien que quelqu'un se charge de la sale besogne

Créer un système de cache en PHP

by 1 other
faut bien que quelqu'un se charge de la sale besogne

Créer un système de cache en PHP - JDN Développeurs

by 3 others
faut bien que quelqu'un se charge de la sale besogne

July 2007

June 2007

group by

mysql> SELECT user,MAX(salary) FROM users -> GROUP BY user HAVING MAX(salary)>10;

April 2007

phpMyEdit: Instant MySQL Table Editor and PHP Code Generator

by 2 others
phpMyEdit generates PHP code for displaying/editing MySQL tables in HTML.

phpThumb() - The PHP thumbnail generator

by 4 others
phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly. The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image.