Skip to main content

Home/ PHP Programming/ Group items tagged php

Rss Feed Group items tagged

sloansteddi

MDB2-Cheatsheet - codeschmie.de - 0 views

  • fetchOne([int $colnum = 0])
  •  
    examples for using MDB2
Mr. DiGi

phpMinAdmin - 0 views

  •  
    Simple and fast MySQL management tool - with support of stored procedures and triggers.
Raúl - [^BgTA^]

Naneau » Smarty and the Zend Framework - 0 views

  •  
    Smarty en Zend Framework
Raúl - [^BgTA^]

Noticias sobre Typo3 en español y lo relacionado: Instalacion, configuracion... - 0 views

  •  
    Site de recursos sobre typo3 en español
sloansteddi

PEAR::Pager Tutorials - Paginate database results - 0 views

  • Method #2: Pager_Wrapper to the rescue!
  •  
    This tutorial explains how to paginate database results using PEAR::Pager and Pager_Wrapper. The latter is useful, because without it (Pager_Wrapper), you are selecting the ENTIRE result set for each page, which undoes one of the important advantages of paginating.
sloansteddi

MDB2 | Prepare & Execute - 0 views

  •  array('integer'), array('text', 'text')
    • sloansteddi
       
      Make sure to pass TWO types arrays when selecting data with a where clause: prepare($sql, $typesIN, $typesOUT) inserting just takes one...
  • $sth = $mdb2->prepare('INSERT INTO numbers (number) VALUES (?)', array('integer'), MDB2_PREPARE_MANIP); $sth->execute(1); $sth->execute(8);
  •  
    walk through of preparing and executing statements
sloansteddi

PEAR::Calendar Examples - 0 views

  •  
    a bunch of examples on using the PEAR::Calendar class. Code included. With a little styling, those calenders could look right nice!!!
« First ‹ Previous 301 - 320 of 378 Next › Last »
Showing 20 items per page