Wrong confirmation ID
  • Email
  • Favorite
  • Download
  • Embed
  • Private Content

Type-Safe Objects in PHP

by Sebastian Bergmann on May 23, 2008

  • 16,628 views

Out-of-the-Box, PHP does not support the declaration of a type for the attributes of a class. This can lead to problems when you expose a PHP class as a Web Service and want to automatically generate t...

Out-of-the-Box, PHP does not support the declaration of a type for the attributes of a class. This can lead to problems when you expose a PHP class as a Web Service and want to automatically generate the WSDL from the class\' sourcecode, for instance. Against the backdrop of this problem statement, this session will make the audience familiar with PHP\'s __get() and __set() interceptors while an annotations-based solution for the problem is developed. The session also highlights existing annotation frameworks for PHP and shows additional use cases.

Accessibility

Categories

Tags

tek08 php oop objects bergman clases metodos object webdev good practice safe type interesante segura y programacion seb bergman oo type-safe data types

More...

Upload Details

Uploaded via SlideShare as OpenOffice

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

18 Embeds 1,230

http://sebastian-bergmann.de 846
http://www.planet-php.net 138
http://krsteski.de 104
http://www.slideshare.net 60
http://www.planet-php.org 34
http://planet-php.org 16
http://www.phpeye.com 11
http://lj-toys.com 6
http://www.activars.com 4
http://www.xianguo.com 2
http://www.techgig.com 2
http://webcache.googleusercontent.com 1
http://planet-php.net 1
file:// 1
http://www.xaprb.com 1
applewebdata://848ED1FE-2DF6-403A-AA8D-C5555B9621A8 1
http://www.theinquirer.de 1
http://livebuzz.com.br 1

More...

Statistics

Favorites
16
Downloads
0
Comments
1
Embed Views
1,230
Views on SlideShare
15,398
Total Views
16,628

11 of 1 previous next

  • vector25 vector25 There is strong data typing in PHP, see: http://php.webtutor.pl/index.php/2011/04/13/strong-data-typing-in-php-part-ii-autoboxing-and-indestructable-objects-english-version/ 1 year ago Reply
    Are you sure you want to Yes No
Post Comment
Edit your comment Cancel

Type-Safe Objects in PHP — Presentation Transcript