Page 1 of 1

related files to develop a web-based php page?

Posted: Wed Dec 02, 2009 9:00 pm
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.

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

Posted: Thu Dec 03, 2009 1:45 am
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.

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

Posted: Sat Dec 05, 2009 10:05 pm
by soclose
Thanks Arborint. How do I debug vtiger source code? I need to make some customizations or modifications.