Pages

Wednesday, February 24, 2016

Coding Trends: The Top 21 Programming Languages of 2015

http://fossbytes.com/coding-trends-the-top-20-programming-languages-of-2015/


Short Bytes: RedMonk’s bi-annual programming language ranking is out and it shows that JavaSript continues to rule the web. Also, Apple’s Swift has made great progress in a short span of one year.

მე-14 დღე

1. რაცხა ცოტა დავრჩით, არადა ჯერ სად ვართ  :(

ტერმინი PHP Data Objects (PDO)
www.magentocommerce.com  ელ კომერციიის

გამოცდა 13

Create:
  • 1 interface (with minimum 1 declared method),
  • 1 abstract class (with minimum 1 abstract method),
  • 2 traits (minimum 1 method and 1 properties in each trait)
  • 3 regular classes (should implement all methods from abstract class and interface).
Names of methods and properties can be any.

Monday, February 22, 2016

oop ერთად

 კლასის გამოცხადება

<?php
class SimpleClass
{
    // property declaration  თვისებები
    public $var = 'a default value';
    // method declaration
    public function displayVar() {
        echo $this->var;
    }
}

?>

Friday, February 19, 2016

მე-12 დღე

კლასები ცალ-ცალკე ფაილში და სახელები უნდა ემთხვეოდეს


ამ დავალებაში დასამატებელია ცვლადების გამოცხადება

ტემნპლეითს უნდა ერქვას დეფულტ

Monday, February 15, 2016

მე-10 დღე

3
5
5
5

მე-9 დღე

გავარჩიეთ სხვაობა ორ და ერთ ბრჭყალ შორის   this da $this    ცვლადი

ტრენინგები: https://goo.gl/7FPbp3
დავალებები: https://goo.gl/vFGhxq

goo.gl/uvnALG


Wednesday, February 10, 2016

Wednesday, February 3, 2016

მასივის ფუნქციები Array Funcion და განმარტებები


<aaaaa

http://agratitudesign.blogspot.com/2013/09/styling-script-code-snippets-syntax.html
https://www.youtube.com/watch?v=iFhA3kok6sY#t=118.971951

https://code.google.com/archive/p/syntaxhighlighter/downloads


aaaaa

მარტივი string ფუნქციები PHP-ში



კიდევ:

ამ პოსტში მიმოვიხილავ PHP სკრიპტში ყველაზე ხშირად გამოყენებულ String ფუნქციებს


1. String სიგრძის გაგება

PHP-ში არის სტრინგის სიგრძის გასაზომი ფუნქცია Strlen (), რომელიც აბრუნებს სტრინგის სიგრძეს. ის ხშირად გამოიყენება იმ ველების სისწორის შესამოწმებლად, სადაც გამოყენებულია სიმბოლოთა გარკვეული სიგრძის ლიმიტი. მაგალიტად პაროლი გუგლში არ შეიძლება 8-ზე ნაკლები იყოს. ტელეფონის ნომერი მხოლოდ 9 ციფრიანია... 

 

მე-2 დღე



ვნახეთ


ტიპები

ცვლადები

კონსტანტა

ოპერატორები


კონტროლი


ჩამოვტვირთეთ  PHP
windows.php.net/download

შეგიძლიათ ამ ლინკით ისარგებლოთ


Monday, February 1, 2016

ჩანიშვნები Intermediate examination 1 (01.0.016




Practical tasks:
No.


Preparation for intermediate examination 1:
Required themes:
  1. Client server architecture.
  2. Server formatted variables
  3. Http status codes
  4. Mime-types
  5. Request methods
  6. Php definition
  7. Work PHP with other software
  8. Paradigms in PHP
  9. Functions in PHP
  10. Groups of functions and user-defined functions.