Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-18-2013, 01:42 AM   PM User | #1
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
Types of php coders?

Hi i have often wondered if there are actually names for different kinds of php coders or is it all or nothing. What i mean is that with the different segments of coding there are certainly people that are proficient in one thing but not another much like the medical field.

For example in overall coding/programming, someone might be great at html and basic php, but not at javascript.

In the same sense in just the php field alone, someone might be good at straight forward php but not good at php when it comes to template engines, defining and using all the template vars in the tpl file itself.

So has template engine php become a specialty?

If so what are some of the other specialties in the php field? Class specialists maybe?

If you just know basic php and can code a script without the template engine are you still a full fledge php coder or half of one?

I guess my main question is, is it all or nothing, or are their php specialty fields developing?

I certainly consider myself a programmer but i dont know all the facets of php, or any other language for that matter, does anyone really lol...

Are we going to start seeing titles in signature footers or business cards in the future much like doctors do,

for example maybe

PHP-GC (general coder)
PHP-TPL (template coder)
PHP-CS (class specialist)
PHP-MC (master coder)
and just to be funny here
PHP-HF (headers and footers) like ear nose and throat lol

Last edited by durangod; 01-18-2013 at 02:06 AM..
durangod is offline   Reply With Quote
Old 01-18-2013, 01:57 AM   PM User | #2
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,521
Thanks: 45
Thanked 440 Times in 429 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Unless you're qualified, then no! Even then the qualifications (afaik) don't relate to a particular language - they just prove you understand the theory and have had a bit of hands on experience.

Thats my take on it anyway.
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Old 01-18-2013, 02:03 AM   PM User | #3
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
Do i pass if i figure out what (afaik) means lmao...

Believe it or not either i have not seen that before or i have not seen it enough know what it was. I sat here thinking it was some kind of php license authority or certification authority for a moment then it hit me, oh ok now i got it... i know what that says now..

What would have been funnier is if i tried to google afaik php certification LMAO
durangod is offline   Reply With Quote
Old 01-18-2013, 04:08 AM   PM User | #4
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,662
Thanks: 4
Thanked 2,452 Times in 2,421 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
AFAIK = As far as I know
I'm with Tango here. Expertise or proficiency would be how I may classify it. You are a PHP developer with expertise or proficiency with Joomla CMS for example. That would tell me you know and have experience coding joomla extensions. I would classify myself as a PHP developer with an expertise in OO implementation. I don't develop in Joomla or any CMS, but that doesn't make me incapable of doing so.
The only real classification to a language is your experience in using it (for which I will take from the book of Skyrim ): Novice, Apprentice, Adept, Expert, Master. I would classify myself as an Expert PHP Programmer due to my understanding of the language.

. . .I'd love to see a resume that says Adept PHP Programmer. Lol.
If you are Zend Certified, you are simply a ZCE (Zend Certified Engineer). I don't have my ZCE, but from what I can tell of the exam, you can become certified with an 'Adept' skill level.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php
Fou-Lu is offline   Reply With Quote
Old 01-18-2013, 05:20 AM   PM User | #5
durangod
Senior Coder

 
Join Date: Nov 2010
Posts: 1,177
Thanks: 214
Thanked 31 Times in 30 Posts
durangod is on a distinguished road
lol Fou-Lu thats why my Resume says:

Many years of experience in all areas of php development.

Qualifications:

Expert by proxy via Tangoforce and Fou-Lu



you both can argue who gets top billing lol...

you both are awesome by the way..
durangod is offline   Reply With Quote
Old 01-18-2013, 02:57 PM   PM User | #6
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,521
Thanks: 45
Thanked 440 Times in 429 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by durangod View Post
Do i pass if i figure out what (afaik) means lmao...

Believe it or not either i have not seen that before or i have not seen it enough know what it was.
GOOOOOOGGLLLLLLLEEEEE

Quote:
Originally Posted by Fou-Lu View Post
I would classify myself as a PHP developer with an expertise in OO implementation.
The institute of Tango Technological Developments hereby grants you status of "Ultimate Supereme Master Coder"

Quote:
Originally Posted by durangod View Post
Expert by proxy via Tangoforce and Fou-Lu

you both are awesome by the way..
Eh leave me out of it! I'd be lucky if I could be considered a Novice
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:46 AM.


Advertisement
Log in to turn off these ads.