Sponsors
Articles
Aspect-oriented Software Development and PHP
Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by Java developers. They developed a compiler that implements the AOP (Aspect-Oriented Programming, an implementation of AOSD) white box approach, i.e. the compiler the merges the code that implements the software components core functionality with the necessary code alterations to implement the new aspects where necessary. This paper provides an introduction into the paradigm of aspect-oriented software development (AOSD). It includes a multitude of practical examples, provided with a view to objectify such abstract approach as AOSD, as well as to help the reader easily grasp its essence and advantages. The paper is primarily intended for programmers working with PHP. Its aim is to demonstrate a way of applying AOSD in PHP-based project
Price: free Rate:
0.0(out of 5) Vote:0
Agile development! What’s Up?
A thought! Its nothing but a set of values which provides ways to build good software , cheaper , faster and much better in an unpredictable development environments. Scrum! This word is always mis termed with Agile. Its something where you concentrate on of the four values set below largely.
Price: free Rate:
0.0(out of 5) Vote:0
Introduction to MVC using PHP
To better demonstrate how MVC works, let’s use the example of a simple data retrival both using MVC and not using it. One of my amigo asked me to demonstrate how MVC pattern actually works. We actually know what’s Model , View and Controller are all about. Anyhow let me explain them in detail before proceeding with code area. The Traditional way of connecting to the Database and fetching the results.
Price: free Rate:
0.0(out of 5) Vote:0
Pages : 1 2

