lonerunners.net | www.lonerunners.net www.lonerunners.net lab.lonerunners.net lab.lonerunners.net

Come scrivere un plugin per Wordpress

Wordpress e` una piattaforma di blogging estremamente potente, flessibile e configurabile. La sua architettura e` orientata alla personalizzazione e rende facile la scrittura di plugin custom.
Esiste un’ampia gamma di plugin preconfezionati per personalizzare il proprio blog, se questi non dovessero bastare apprendere come scriverne ad-hoc uno se si conosce gia` PHP e` semplice.
Esistono gia` molte [...]

CakePHP vs Ruby on Rails

Ruby on Rails or PHP, this is the dilemma.
I think that Ruby on Rails is the greatest web development framework i have ever used, but Ruby is too slow, needs the deploy of some libraries, and can be a hell when you need to scale.
On the other side PHP is tedious, but scale well and [...]

PHPIDS

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes nor filters any malicious input, it simply recognizes when an attacker tries to break your site and reacts in exactly the way you want it to. Based on [...]

Smarty PHP Template Engine

Smarty is a web template system written in PHP. Smarty is primarily promoted as a tool for separation of concerns, which is a common design strategy for certain kinds of applications.
Smarty generates web content by the placement of special Smarty tags within a document. These tags are processed and substituted with other code.
Tags are directives [...]

PHP MVC Framework for Web Rapid Development

Here is a list of PHP MVC framework for web rapid development, some of this are modeled after Ruby on Rails.

Web Application Component Toolkit

Limb PHP Web Application Framework

EZ Publish

LogiCreate

Mojavi

Navigator

Phrame

ZNF

Achievo ATK

Akelos Framework

AModules3

Ambivalence

[...]

CakePHP Tutorials

CakePHP is a PHP rapid development framework, modeled after the concepts of Ruby on Rails, and distributed under the MIT License.Like Rails, CakePHP makes it easier for the user to interface with the database with Active Records. It also encourages use of the model-view-controller architectural pattern.

Compatible with PHP4 and PHP5
Integrated CRUD for database and simplified [...]