PHP

group_avatar

Created by dharmavir On Jan, 4 2010 (1 Members)

Sort group by Published Upcoming Shared Members

RMSforms – A flexible CSS Forms Framework to Help Style Those Pesky Forms

If you are a Web designer or developer, you know that styling forms with CSS is a huge pain. Not only are browser inconsistencies rampant in form elements, but it is very difficult to get an advanced form to layout correctly, both visually & semantically. To alleviate these issues and to help designers / developers avoid unwanted stress, I took a crack at developing “RMSforms”, a CSS forms framew » Read More

An Introduction to the Art of Unit Testing in PHP

Testing is an essential aspect of developing in any programming language. If you don't test your source code then how can you verify it works as expected? Manual testing can only be performed irregularly and usually only in limited ways. The answer to testing source code regularly, and in depth, is to write automated tests which can be frequently executed. In PHP such tests are usually written us » Read More

Digg PHP's Scalability and Performance - O'Reilly ONLamp Blog

Several weeks ago there was a notable bit of controversy over some comments made by James Gosling, father of the Java programming language. He has since addressed the flame war that erupted, but the whole ordeal got me thinking seriously about PHP and its scalability and performance abilities compared to Java. I knew that several hugely popular Web 2.0 applications were written in scripting langu » Read More

symfony | Web PHP Framework

Open-Source PHP Web Framework

Symfony is a full-stack framework, a library of cohesive classes written in PHP.

It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise.

Symfony i » Read More

CakePHP: the rapid development php framework

CakePHP enables PHP users at all levels to rapidly develop robust web applications.

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps develope » Read More

CodeIgniter - Open source PHP web application framework

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

* You want a framework with a small » Read More

Practical PHP Patterns: Service Layer

The last domain logic pattern we will treat in this series is the Service Layer one. In its simplest form, a Service Layer is a set of service classes that deal with application logic, and that are characterized from being used from different front-ends.

Source code, at every level of abstraction, is the representation of data entities and their related behavior, particularly in an object-orie » Read More

Symfony Reloaded - 2.0 Preview Release

Symfony 2.0 leads a new generation of PHP frameworks

Based on an innovative architecture, Symfony 2 is fast, flexible, and easy to learn. It allows developers to build better and more easily maintainable websites with PHP.

- High Performance
- Easy learning
- Advanced Usability
- Extensible
- Flexible
- Built for Developers
- Built on the Shoulders
- of Giants
- Full-Featur » Read More