Incoming Links

Syndicate content
Google Blog Search Results: 2 results for http://richardathome.com/ - showing 1 through 2212
Updated: 6 min 47 sec ago

Cakephp – Inserindo mais de um registro no banco de dados

6 min 47 sec ago
Hoje me deparei com um probleminha ao precisar inserir mais de um registro no banco de uma vez. A solução que eu procurava era para ter o seguinte efeito: INSERT INTO tabela (titulo,created) VALUES ('11111', '2009-09-28 17:05:03'); ...
Categories: Incoming Links

Richard@Home is moving…

6 min 47 sec ago
…to a brand new host and a Drupal powered website: http://www.richardathome.com. There will be no more posts and comments will be disabled on richardathome.wordpress.com, but I will keep the site in place for achive purposes.
Categories: Incoming Links

ZURB – Tables: Not As Evil As You Think

Tue, 08/10/2010 - 09:21
An article written by Jonathan Smiley titled 'Tables: Not As Evil As You Think'. Tables are for tabular data. Using tables for layout is evil. If you use tables for layout, YOU are evil. Don't do it. Don't do it ever.
Categories: Incoming Links

CakePHP : Change view file from controller

Tue, 07/20/2010 - 10:52
With CakePHP, the controller core automatically detects the file name of the view file which needs to be rendered from a controller action. You might want to reuse an existent view for an action or specify a different file name. ...
Categories: Incoming Links