changes to README.markdown

Esse commit está contido em:
Felipe Nascimento de Moura
2011-02-12 16:11:12 -02:00
commit 0ff1e64bfa
3 arquivos alterados com 16 adições e 0 exclusões
+3
Ver Arquivo
@@ -1,3 +1,6 @@
TheWebMind
===============================================
Requires:
PHP 5.3+
PHP-cli
+1
Ver Arquivo
@@ -90,6 +90,7 @@
if(!$tmpType)
{
//TODO: Darwin::add($this->type);
Darwin::addDoubt($this->type, 'dataType');
echo "UNKNOWN TYPE...for a while";
return false;
}else
+12
Ver Arquivo
@@ -0,0 +1,12 @@
<?php
/**
* Description of Darwin
*
* @author felipe
*/
class Darwin {
public static function addDoubt($context, $type)
{
echo "DUVIDAAAA";
}
}