Ziyad Saeed
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Ziyad Saeed commented, -
Ziyad Saeed created a post, Objective-J support
is there a roadmap for adding objective-J support.so far no other ide supports objective-j -
-
Ziyad Saeed commented, -
Ziyad Saeed created a post, 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 -
-
-
-
Ziyad Saeed created a post, 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... -