National Repository of Grey Literature 39 records found  beginprevious30 - 39  jump to record: Search took 0.00 seconds. 
The frameworks for www applications.
Marinov, Daniel ; Macho, Tomáš (referee) ; Holek, Radovan (advisor)
The aim of this work is to introduce with the technology necessary to build Internet application, which will be partially generated by the code generator. These technologies are primarily PHP framework with MVC architecture, XML and MySQL database system. The goal is not only introduce with the technology but also the preparation of the generator.
omparison of PHP frameworks Symfony 2 and Zend Framework 2
Koščo, Ján ; Pavlíčková, Jarmila (advisor) ; Fesič, Tomáš (referee)
Master thesis deals with a comparison of two web application frameworks in PHP. The aim of this work is to provide a comprehensive view of the possibilities, differences and advantages of the selected frameworks. The main source for comparison is sample web applications that demonstrate these possibilities. For a comprehensive comparison, various criteria were chosen to analyze the properties of frameworks. These criteria are divided into five categories. Technology support examines the compatibility of framework for different versions of the platform. The most important and most widespread category is the analysis of options for creation of web applications, which discusses the most common tasks in developing applications and how frameworks approaches it. Other categories are design and architecture of framework, testing and general support for developers, which analyzes both online and offline sources of information used to learn and solve problems using the selected framework . Comparison results based on above mentioned criteria can help developers when choosing a modern web development framework for PHP platform.
Zend Framework
Kutišová, Magda ; Pavlíčková, Jarmila (advisor) ; Oraný, Vladimír (referee)
The diploma thesis compares first and second version of the PHP framework Zend Framework. It examines framework architecture and technology changes that were brought about by its second version released stable in September 2012. It demonstrates the changes using a practical example application and evaluates them by a set of diverse criteria. The introductory part of the thesis characterizes and classifies web frameworks and determines their place among other software frameworks. In the subsequent part the thesis looks into fundamental characteristics and history of Zend Framework and puts it into its place among web frameworks based on their previous classification. The practical part, that represents the majority of thesis, demonstrates the differences between the first and the second version of Zend Framework using the example application, starting with framework installation and configuration, describing its architecture and ending with evaluation of its speed and security.
Use of Doctrine 2 in Zend Framework
Řehout, Michal ; Mittner, Jan (advisor) ; Pavlíček, Luboš (referee)
The subject of this document is to analyze and evaluate the features of Zend_Db and Doc-trine 2 -- two different implementations of object-relational mapping. The objectives will be achieved through objective performance testing in the sample appli-cation and subjective evaluation of difficulty to work with and contribution of each indi-vidual solution. The document is divided into four main parts. The first part will focus on the theory of object-relational mapping -- design patterns Table Data Gateway (Zend_Db_Table) and Data Mapper (Doctrine 2). In the second part we will summarize and evaluate the options of integrating Doctrine 2 with Zend Framework, this section freely continues in part four with a practical example of simple application. In the third part we will evaluate the analysis of the compared solutions.
Design and Implementation of an entertainment web portal
Lorenc, Ján ; Žamberský, Martin (advisor) ; Zimák, Radek (referee)
The work focuses on the design, development and implementation of a web entertainment portal. The main objective of this work is to create an application that will meet the required functionality using appropriate technologies. Defining the desired functionality as well as the selection of appropriate technology is part of corresponding chapters. As the selected and then used technology was chosen server-side programming language PHP in conjunction with the MySQL database system. The application is a web portal based on Zend framework application that is practical implementation of the MVC architecture. As the client-side programming language was chosen JavaScript, together with a freely available library jQuery that simplifies and streamlines work with the language. The thesis then describes the design data model, which forms the basis for future application. The following chapter describes the structure of each system and relations between them. The conclusion is devoted to consideration of whether the fulfillment of the objectives, benefits and work output.
Information system for primary and secondary schools
Kormaňák, Tomáš ; Pecinovský, Rudolf (advisor) ; Buchlák, Peter (referee)
The subject of this project is to develop an information system for recording study achievements of primary and secondary school students with an online access for their parents. In the first part, the author focuses on a survey of current supply of similar applications already on the market and their properties, with a priority look at the way how they are provided. In the second part the author drafts and develops a new and simple information system, which can compete with other rough applications. Emphasis is given to the simplicity of the application as well as its usage. This application is designed to be provided as 'Software as a service' and therefore is easy to employ.
Application for facillitation of requirements in property management
Pekárek, Matěj ; Pecinovský, Rudolf (advisor) ; Burkoň, Lukáš (referee)
This theses mainly focuses on development of information system for a facility management company. It explores processes in the property management business and possibilities of its facilitation by software applications that are mainly within the tasks of a technical nature. The origin of the paper lies in the process analysis of Vaše domy Ltd. which had been started earlier on. The thesis follows up with more detailed study of client request processing. The goals of the paper are: specifying company's requirements for an application software, analysing the current market situation in the field and finally it covers design and implementation of a unique software solution.
Testing in selected PHP Frameworks
Kouba, Daniel ; Pavlíček, Luboš (advisor) ; Burkoň, Lukáš (referee)
Objective of this document is to provide reader with briefly and cohesive overview about team cooperation, testing , agile software development practices and other modern techniques during web development process. Moreover this paper showing usage of these methodologies and recommendation how to implement it efficiently in some of modern web frameworks for rapid and easy web development (Zend Framework, CakePHP and Yii). In addition this handbook tries to explain how continual integration can be utilized on field of web development process. This work is divided into 2 main sections. The first one is about theoretical knowledge of cooperation, testing and web framework usage at web development process. In second "practical" section I will be concerned about application of this knowledge in practice. Practical section is also about creating of complete continual integration process for web development and its implementation in academic environment of University of Economics in Prague. Contribution of this sheet is mainly in providing of cohesive overview on modern web development techniques such as extreme programming, testing, cooperation and object-oriented frameworks for rapid web development.
Zend Framework
Odehnal, František ; Pavlíčková, Jarmila (advisor) ; Pecinovský, Rudolf (referee)
The goal of this bachelor's thesis is to judge Zend Framework as a tool for development enterprise applications. The first part deals with description of design patterns for enterprise applications. There are descriptions of domain logic, data source and web presentation design patterns. After this part, there is an introduction with Zend Framework. It includes short description of its libraries. In the third part there is described how Zend Framework implements design patterns and how to work with this implementation. A short demonstration follows. It is a simple application which is programmed firstly with Zend Framework and after that without it. Last part deals with judging strong and weak point of Zend Framework.
Access to data sources in Zend Framework.
Zikmund, Štěpán ; Pavlíček, Luboš (advisor) ; Hradecký, Radim (referee)
The purpose of this bachelor thesis is to give a description of architecture of access to data sources in Zend Framework and its creation based on design patterns described by Martin Fowler. The first part introduces the creation of fundamental components of architecture for access to data sources; there are four possibilities offered by Martin Fowler: Table Data Gateway, Row Data Gateway, Active Record and Data Mapper. The first part also describes the implementation in Zend Framework and selection of patterns Table Data Gateway and Row Data Gateway. The posibility of their cooperation with domain objects is also discussed. The second part is about extending the architecture's structure and behavior of its objects. Pattern Query Object and its likeness with class Zend_Db_Select follows. There is also presented Lazy load pattern and the posibility of its implemetation with Zend Framework and domain objects. Lastly, the implementation of Identity Map pattern is described.

National Repository of Grey Literature : 39 records found   beginprevious30 - 39  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.