Search found 3 matches
- Thu May 17, 2007 12:02 pm
- Forum: PHP - Code
- Topic: [Question] for Experienced OOP PHP Devs
- Replies: 2
- Views: 390
Use OOP in PHP to organize your code and make it easier to maintain/read. Don't worry about instantiating objects and then breaking them back down on each request, its just the way it is with PHP. The performance hit will not be that big of a deal so don't try and optimize the app too early. Thanks...
- Thu May 17, 2007 10:16 am
- Forum: PHP - Theory and Design
- Topic: Multiple Object creation per AJAX request -- bad idea?
- Replies: 2
- Views: 815
Multiple Object creation per AJAX request -- bad idea?
I am trying to leverage my knowledge of OOP to PHP, but I'm new to PHP, so I'm not sure if the following idea is realistic: If I have a page that updates itself constantly (via AJAX) with data from other users who are on the same page, does it make sense to build a bunch of objects from a Database i...
- Thu May 17, 2007 9:32 am
- Forum: PHP - Code
- Topic: [Question] for Experienced OOP PHP Devs
- Replies: 2
- Views: 390
[Question] for Experienced OOP PHP Devs
I am trying to leverage my knowledge of OOP to PHP, but I'm new to PHP, so I'm not sure if the following idea is realistic: If I have a page that updates itself constantly (via AJAX) with data from other users who are on the same page, does it make sense to build a bunch of objects from a Database i...