Skip to main content

Home/ PHP Programming/ Group items tagged ...

Rss Feed Group items tagged

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.
RSJoomla RS

New RSForm! Pro revision - Revision 22 is available for download! - 0 views

  •  
    A new update for RSForm! Pro has a new layout called \\\"Inline (XHTML)\\\" and uses a series of list items to define the components, instead of table rows, like the \\\"Inline\\\" layout does.
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
sloansteddi

PEAR Auth example - Dev Shed - 0 views

  •  
    PEAR::Auth example
  •  
    Example code for the PEAR auth class.
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

Rename File Upload PHP - Rename PHP Upload - Change Upload Name PHP - 0 views

  •  
    Randomize upload file names to avoid clobbering.
renews_

Doctrine - PHP Object Relational Mapper - 0 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
Raúl - [^BgTA^]

Open Source PHP - 0 views

  •  
    Gallery of the Best Open Source PHP Projects
  •  
    Galería de proyectos PHP
jdr santos

Home - Kohana: Swift, Secure, and Small PHP 5 Framework - 0 views

  •  
    Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Adildi ldinlio

free ebook downloads|free ebooks|free ebooks download - 1 views

  •  
    Free ebooks download,The best ebooks library for free ebooks download at ebook-x.com.
Dave Crusoe

CodeKindness :: Mobilizing Technology Professionals for Social Good - 0 views

  •  
    CodeKindness is a project that mobilizes volunteer technologists for social good.
Raúl - [^BgTA^]

Adobe - Kuler - 0 views

  •  
    Aplicación para explorar y crear temas de colores para nuestros diseños de la mano de Adobe.
Raúl - [^BgTA^]

Regular Expressions Cheat Sheet (V2) - Cheat Sheets - Added Bytes - 0 views

  •  
    Cheat Sheet de expresiones regulares
Maggie Wolfe Riley

PHP Resources - 0 views

  •  
    Lots of beginning PHP resources and tutorials
  •  
    My PHP Resources Bookmark List on Diigo. I am a beginner at PHP, so right now, most of these are targeting to a very basic level, most useful for other beginners.
« First ‹ Previous 261 - 280 of 650 Next › Last »
Showing 20 items per page