I just want to add that phpDoc does support adding basic data types by using comments which can help you auto-generate code/sql statements.
Andi


At 09:58 PM 1/10/2005 +0100, Derick Rethans wrote:
On Mon, 10 Jan 2005, Leonardo Pedretti wrote:

> Are there any plans to include type hinting with basic types and type hinting
> for variables? (such as optional declaration)


There are no such things planned, except for "array" afaik.

> It would be useful to declare the type of a data member of a class, for
> example, for automation of data fetching from SQL databases or such things.

That is *definitely* not on the list - PHP is weakly typed and will
remain so.

Derick

--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to