Vivid Lust Posted July 1, 2009 Share Posted July 1, 2009 Could anyone suggest me any small projects/problems where by I can practice and learn PHP OOP? Thanks, Jake Link to comment https://forums.phpfreaks.com/topic/164412-php-oop-projects/ Share on other sites More sharing options...
Cosizzle Posted July 1, 2009 Share Posted July 1, 2009 for some reason, maybe because of school I've always found the "guest application" a good one. Basically build an application that has a database or array of guest objects. Your classes might look something like: [Person] - firstName - lastName - address - etc... [Hotel] - Database (array) of guest objects Of course this is simple and nothing big. But with it you'll learn how to create a new guest object and store each object in an array. Also call upon the array getting all the male guests or something Link to comment https://forums.phpfreaks.com/topic/164412-php-oop-projects/#findComment-867261 Share on other sites More sharing options...
Daniel0 Posted July 1, 2009 Share Posted July 1, 2009 You can code anything object orientedly. I don't understand your question. Link to comment https://forums.phpfreaks.com/topic/164412-php-oop-projects/#findComment-867298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.