1

news

2

mtasc

3

obfu

4

ocaml

5

php

6

neko

7

haXe

8

contact

PHP

SQL | SPOD | PHPTAL | PHP2XMI

PHP

PHP is not the panacea of programming languages, but well written PHP has proven to be usefull to develop quickly and smoothly complex applications and websites.

Good PHP coding practices, like most untyped and interpreted languages, includes intensive testunits usage which are the only way to prove that your program works (compilation won't help you there).

For its defense, the language itself is easy to learn, applications and scripts are easy to deploy and update. PHP5 introduced more oriented object concepts allowing cleaner application structures. Sadly no namespaces nor modules are supported yet.

There is a lot of bad things to tell about PHP, but sometimes it is simply the good choice... providing you have the good libraries.

Motion-Twin Libraries

  • SQL - Our SQL library
  • SPOD - (really) Simple Persistance Over Database
  • PHPTAL - PHP Template Attribute Language

Motion-Twin Tools

  • PHP2XMI - Generates XMI (UML) from PHP files

Recommended Tools

  • PEAR - Mainly for the library installer, sometimes for one or two library
  • Phing - Manage your projects in an java ant way
  • PHPUnit2 - Test your code
Copyright © 2001-2005 Motion-Twin, all rights reserved