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.
related files to develop a web-based php page?
Moderator: General Moderators
- 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?
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)
Re: related files to develop a web-based php page?
Thanks Arborint. How do I debug vtiger source code? I need to make some customizations or modifications.