Jump to content
  • OpenCart Wiki

    Articles regarding OpenCart are a practical directory that contains information about the server part (Apache/Nginx), about the MVC architecture, PHP code, and other things, to quickly search terms and their meanings.
      1. General

        The technical section of the directory contains articles that are not included in the main thematic categories, such as Apache, Nginx, CSS, HTML, JavaScript, jQuery, PHP and Frameworks, etc.. It houses general materials that are not related to a particular technology.
        5
        статьи
      2. Apache

        Apache HTTP server - Apache is cross-platform software, supports Linux operating systems, BSD, macOS, Microsoft Windows, Novell NetWare, BeOS. The main advantages of Apache are the reliability and flexibility of configuration. It allows you to connect external modules to provide data, use DBMS to authenticate users, modify error messages, etc. Supports IPv4.
        1
        статью
      3. Nginx

        nginx [engine x] is an HTTP server and a reverse proxy server, a postal proxy server, and a general-purpose TCP/UDP proxy.
        1
        статью
      4. CSS

        CSS (Cascading Style Sheets) is a style table language that allows you to attach a style (e.g., fonts and color) to structured documents (e.g. HTML documents and XML applications).
        • No статьи here yet
      5. HTML

        An HTML document is a common text document, can be created in both a regular text editor (Notepad++, Visual Studio Code, etc.). The HTML document has an .html extension.
        • No статьи here yet
      6. JavaScript

        JavaScript (/ˈdʒɑːvəskrɪpt/), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
        • No статьи here yet
      7. jQuery

        jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
        • No статьи here yet
      8. PHP

        PHP (recurable acronym for PHP: Hypertext Preprocessor) is a common open-source general-purpose programming language. PHP is specially designed for web development and its code can be implemented directly in HTML.
        3
        статьи
      9. Frameworks

        Framework (sometimes framework; Anglicism, neologism from framework — framework, frame, frame, structure) is a software platform that defines the structure of a software system; software that facilitates the development and integration of various components of a large software project. The word "framework" is also used, and some authors use it as the main one, including not being based at all on the English-language analogue. We can also talk about the framework approach as an approach to building programs, where any program configuration is built from two parts:
        - Permanent part — a frame that does not change from configuration to configuration and carries sockets in which the second, variable part is placed;
        - Replaceable modules (or expansion points).
        1
        статью
×
×
  • Create New...