PHP Product devt

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

PHP Product devt

Post by vivekjain »

Hi,
We are planning on developing an application using PHP and MySQL, and would want to develop this using a product development approach, like the Joomla and other open source tools. Can anyone suggest me a link wherein I can get some pointers as to how to go about the product development approach specifically for PHP?

Thanks in advance.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The development approach is generally the same across programming languages.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Can you explain a little bit what a development approach might be? It sounds useful.
vivekjain
Forum Commoner
Posts: 76
Joined: Thu Jan 08, 2004 12:38 am

PHP Prod dev

Post by vivekjain »

Yes, I agree that the product devt approach is same irrespective of the programming language, but I am looking at some ideas specifically that is being used in PHP. For eg, Joomla uses global.php, and all the text on the site, comes from a languages folder, etc. Would like to know the best practices.

Thanks
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

There are generic best practises for PHP, but for individual/specific projects, you may be better off developing your own.
Post Reply