Categories
Tags → Php Assignment

Type Juggling and Type Casting in PHP

Juggling and casting the variables types in PHP. Different to constants, a variable is automatically declared in PHP when you assign a value to it. Assignment is accomplished with the assignment operator (=). Note that the assignment operator (...
DETAILS

PHP Simple Template System

Yet another PHP based template system. Requires PHP5. Currently supports blocks, nested blocks and variable replacement. The current version also has support for array assignment and object assignment. To view examples, please refer to test scripts...
DETAILS

Internet Task Management System

ITMS uses PHP and MySQL to track and manage the delegation of tasks in a business environment. An LDAP directory can be used to store user names and passwords, or they can be stored in the Database along with all other data. Users of ITMS can belong ...
DETAILS
©2003-2008 jCay.com