robsite

In php

chiASM

PHP Inline Assembly

What for, you ask? Well I'm glad you did! Here's a list of good reasons to use this feature:

  • uhh..

(end of list)

· :D, assembler, php · ★

Quine (Computerprogramm)

Quine sind Programme, die ihren eigenen quelltext ausgeben, ohne zu 'schummeln', also einfach die Datei zu lesen.

Meine bis jetzt kleinste PHP-Version:

<?php class Quine { function __construct($s) { $c = chr(39); echo $s.$c.$s.$c."; $q = new Quine($s); ?>"; } } $s = '"; } } $s = '; $q = new Quine($s); ?>
· php, programming · ★

You Need the [PHP] Community

Don’t develop in the dark; get out there and meet people. Programming is not just about how many lines you’ve written and what sort of fun tricks you’ve managed to employ. It’s about getting out there and sharing with fellow developers and making the connections and friendships that could save you down the line.

· php, webdev, weisheiten · ★

Getting Started With CakePHP

[CakePHP](http://cakephp.org/) ist ein gutes PHP-Webframework, dass sich anfangs eine Menge von Ruby on Rails abgeguckt hat. Somit kann man Webapps schnell entwickeln und dank PHP auch auf billigen Shared-Hosting-Paketen zum laufen bringen.

Nicht übermäßig performant und (PHP-bedingt) umständlicher als Rails, machts trotzdem eine Menge Spaß Zeug damit zu bauen. Ich hab zumindest schon zwei kleine Seiten damit entwickelt und kann es nur empfehlen, wenn Rails keine Option ist.

Nettuts Tutorials erklären die Grundlagen von Cake.

Hier noch eine deutsche Tutorialserie von Thomas Diehl, in der ein kleines Blog gebaut wird:

Nicht zu vergessen die CakePHP Doku und die gutbesuchte CakePHP Google Group.

· cakephp, php, webdev · ★
Mastodon