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 დღე

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


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

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