
NOLOH is an event-driven object-oriented development platform built on PHP. My own experience has been that I can create web applications with surprisingly little code. Even, Web 2.0 style animations, floating windows, and dynamic content is a breeze.
Asher and Philip developed noloh to create the advantages listed below, and in my opinion, they have succeeded.
Advantages to the Programmer.
- NOLOH presents a single language and syntax for all aspects of web application development: there is no Javascript/PHP/SQL embedded in HTML page code.
- NOLOH handles rendering of all HTML, CSS, and Javascript for the programmer.
- NOLOH manages view state for the programmer.
- NOLOH provides the programmer with reusable, inheritable, instantiable, and persistent objects. No forms.
- NOLOH code is easier to write.
- NOLOH code is easier to maintain.
- NOLOH code is faster to write.
- Programmers can still use regular php inside of NOLOH
- NOLOH is extensible, if a programmer does not find object in the library that does what’s needed, it can be written (in NOLOH). These external objects are called nodules (Noloh mODULES).
- Once the NOLOH kernel is installed and running, nodules can be added simply by referring to them in an “includes” file.
- NOLOH sports ODBC, JDBC, ADO-DB, and/or native drivers to connect to virtually any SQL database.
- NOLOH allows for connecting to multiple databases simultaneously, and executes queries easily.
- NOLOH handles bookmarks automatically.
- NOLOH automatically displays your application appropriately to search engines.
- NOLOH applications are automatically fully ‘AJAX’, the developer never needs to worry about it.
Leave a Reply
