related files to develop a web-based php page?

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
soclose
Forum Newbie
Posts: 19
Joined: Tue Nov 10, 2009 12:43 am

related files to develop a web-based php page?

Post by soclose »

Hi All,

I'd like to know how many files are collaborated to develop a web-based php page. Learning in vtiger, I found 3 files per page - js, php and tpl. These three files are the base files? Please explain me each file's purpose.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: related files to develop a web-based php page?

Post by Christopher »

The "js" file is Javascript and is use to run code in the browser. The "php" file contains the code for the page. The "tpl" file contains a template of the output that the "php" code uses to generate the HTML sent to the browser.
(#10850)
soclose
Forum Newbie
Posts: 19
Joined: Tue Nov 10, 2009 12:43 am

Re: related files to develop a web-based php page?

Post by soclose »

Thanks Arborint. How do I debug vtiger source code? I need to make some customizations or modifications.
Post Reply