Jump to content
php.lv forumi

Koda rakstība


ritogy

Recommended Posts

Sveiciens visiem!

 

Esu skatījies daudzus piemērus un arvien biežāg redzu, kā cilvēki izmanto dažādus simbolus kolus, jautājuma zīmes piem else vietā piemērs:

 

function f-ja($addr)
{
 $id = login() ? $_COOKIE['id']:"Guest";
 $ip = quote_smart($_SERVER['REMOTE_ADDR']);
 $request_uri = quote_smart($addr);
 mysql_query("INSERT INTO views (id, date, ip, request_uri) VALUES ('$id', ".time().", $ip, $request_uri)");
}

 

Un vēl esu redzējis ka apakšsvītru vietā funkcijām izmanto -> simbolu piemēram fetch->assoc u.t.t.

 

Nezinu pēc kāda atslēgvaŗda šos visus meklēt, tāpēc prasu jums, kur var par šo visu vairāk uzzināt un jūsu viedokli ar ko šis ir labāks/sliktāks no cita.

 

Vēl esu redzējis, ka parastā mysql_connect vietā izmanto mysqli un ar ko šis labāks, Paldies!

Link to comment
Share on other sites

http://php.net/manua...e.operators.php

 

nākošā lieta saucās: OOP

http://php.net/manua...nguage.oop5.php

 

par MySqli - šeit gan ir par PDO bet tas domu nemaina:

http://net.tutsplus....atabase-access/

 

+

 

vēl tevi varētu interesēt:

php ternary operator

Edited by Aiviss
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...