Dear All,
May you provide me a link for standard code conventions followed in PHP coding like tabbing, spaces, { start and } end, switch-case allignment, variable declaration policy etc?
Coding Conventions
Moderator: General Moderators
-
Ashikuzzaman
- Forum Newbie
- Posts: 5
- Joined: Mon Jun 23, 2003 6:22 am
- Location: Dhaka, Bangladesh
- Contact:
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
PHP has no standard coding conventions - you kinda get to make your own up, see this thread:
coding style: curly brackets - why like this?
If you wanted to code stuff to be released through PEAR then they do have some standards:
http://pear.php.net/manual/en/standards.php
Mac
coding style: curly brackets - why like this?
If you wanted to code stuff to be released through PEAR then they do have some standards:
http://pear.php.net/manual/en/standards.php
Mac