
view changelog current version: 1.7.743NOLOH is an event-driven lightweight, on-demand, object-oriented Web application development platform. It is ideal for developing feature-rich web sites and web applications faster and with fewer resources. NOLOH extends PHP 5.1+, eliminates the need for HTML and JavaScript, and builds in many advanced features such as codeless AJAX, automatic SEO and a full suite of UI controls.



























05/23/13 - NOLOH 1.7.743 Posted
05/15/13 - NOLOH 1.7.742 Posted
10/13/12 - NOLOH 1.7.741 Posted
04/06/12 - NOLOH 1.7.738 Posted
03/26/12 - NOLOH 1.7.734 Posted
05/23/13 - NOLOH 1.7.743 Posted
05/15/13 - NOLOH 1.7.742 Posted
10/13/12 - NOLOH 1.7.741 Posted
04/06/12 - NOLOH 1.7.738 Posted
03/26/12 - NOLOH 1.7.734 Posted
03/26/10 - Confoo Screencast in Digestable Parts
03/12/10 - Screencast of Session at Confoo Montreal



NOLOH is a truly lightweight and on-demand framework. This results in significantly faster websites and WebApps on both the client and server.
Lightweight means that only correct and highly optimized code is loaded for every specific user, employing a number of various techniques to maximize efficiency.
On-demand means that NOLOH only loads the resources that are absolutely necessary at a given point.



NOLOH has many explicit features which have the net effect of saving developers orders of magnitude of time developing and maintaining websites and WebApps. Everything is designed to make the entire development process as intuitive as possible.
NOLOH is fully object-oriented from the ground up, which guarantees a high degree of naturalism in expressing your ideas. This allows you to instinctively write your code, a result of a well-designed object-oriented framework.
NOLOH is very high level, automatically taking care of most of the development work that is usually required. This allows you to focus on your business logic and not having to reinvent wheels.
The fact that NOLOH is one unified language allows you to master a consistent and single set of concepts instead of having to become a guru on every web technology in order to get your code off the ground. This slashes the learning curve, reduces the number of mistakes you make (and debug), and increases code clarity and cohesiveness which will pay off many times over during future maintenance.
Programming syntax design can be a very important factor in a developer's efficiency. This is why NOLOH maintains a strict adherence to consistent coding conventions and is sprinkled with numerous syntactic sugars. One of our core tenets is the uncompromising belief in the value of correct language semantics, which shows in the careful naming of classes, methods and properties.
In short, unless you're already using NOLOH, you probably can't imagine how much time and energy it can save you.



NOLOH is a very different PHP framework. It is not just a set of abstractions and helper functions. Rather, it envelops your entire development experience.
Other PHP frameworks not only require you fragment your code, forcing you to think and write in several languages, they also leave the burden of communication between these layers to you.
In NOLOH, you need only think and write in NOLOH.