Ziyad Saeed

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Objective-J support
is there a roadmap for adding objective-J support.so far no other ide supports objective-j -
Created I18N functions in php 5.3
PHP 5.3 comes with build in Intl extension. Web IDE doesn't recognize any one of these functions.Here is the complete list of these functions http://www.php.net/manual/en/book.intl.php -
Created use keyword isn't supported
PHP 5.3 introduced the 'use' keyword for lambda functions. WebIDE 387 doesn't recognize itExample codeclass Cart { const PRICE_BUTTER = 1.00; const PRICE_MILK = 3.00; const PRICE_EG... -
-
Created Namespace support bug
Web IDE PHP version 387 doesn't recognize namespaced class in inheritence.Example codeclass BlogController extends \F3\FLOW3\MVC\Controller\ActionController {}The IDE has red squigly lines undernea...