Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

Class CAPTCHA

Posted on : 30-06-2010 | By : admin | In : PHP Classes

0

Package: Class CAPTCHA Summary: Generate image with text for CAPTCHA validation Groups: Graphics , PHP 5 , Security , Validation Author: Łukasz Socha Description: This class can be used to generate an image with text for CAPTCHA validation. It can render an image with a given number of random characters. The random text is stored in a session variable for posterior validation

See more here:
Class CAPTCHA

HTML Utilities

Posted on : 30-06-2010 | By : admin | In : PHP Classes

0

Package: HTML Utilities Summary: Create HTML documents programmatically Groups: HTML , PHP 5 Author: Camilo Sperberg Description: This class can be used to create HTML documents programmatically. It can add tags to a document for either the head and body sections

Read more:
HTML Utilities

Flexible pagination class

Posted on : 29-06-2010 | By : admin | In : PHP Classes

0

Package: Flexible pagination class Summary: Split MySQL query results in multiple pages Groups: Databases , HTML , PHP 5 Author: mano kalousdian Description: This class can be used to split MySQL query results in multiple pages. It takes a given SQL query and executes it in such way that it limits the retrieved results to a given range of rows with data to be displayed in the current page. The class also generates HTML for links to go to the next, previous, first and last page of the query results listing.

See the article here:
Flexible pagination class

Target CMS

Posted on : 29-06-2010 | By : admin | In : PHP Classes

0

Package: Target CMS Summary: Content Management System Groups: Content management , PHP 5 Author: Graham Trott Description: This package implements a content management system. All the content is generated by PHP classes, so it does not use separated HTML templates, only a CSS and a few JavaScript external files. It can use optionally WYSIWYG HTML editors products to enter the content that is stored in a MySQL database

Read more here:
Target CMS

phpMyAdmin 3.3.4 is released

Posted on : 28-06-2010 | By : admin | In : PHP Basics, php database, PHP Reference

0

Welcome to phpMyAdmin 3.3.4, a bugfix release.

Link:
phpMyAdmin 3.3.4 is released

Display code

Posted on : 28-06-2010 | By : admin | In : PHP Classes

0

Package: Display code Summary: Display source code files highlighted Groups: Files and Folders , HTML , sourcecode Author: anthony Huebers Description: This class can be used to display source code files highlighted. It can traverse a given directory recursively and display all source code files with names that have one of a given list of file name extensions.

Continued here:
Display code

My Tweets

Posted on : 28-06-2010 | By : admin | In : PHP Classes

0

Package: My Tweets Summary: Retrieve the statuses of a given Twitter user Groups: PHP 5 , Social Networking , Web services , XML Author: german gomez bajo Description: This class can be used to retrieve the statuses of a given Twitter user. It retrieves the XML feed of the time line of a Twitter user and parses it to retrieve the details of each status

Original post:
My Tweets

Exclamation

Posted on : 27-06-2010 | By : admin | In : PHP Classes

0

Package: Exclamation Summary: Display dialog boxes to ask users for confirmation Groups: HTML , PHP 5 Author: pujie Description: This class can be used to display dialog boxes to ask users for confirmation. It can generate HTML with form buttons to ask the user to confirm or cancel an action.

See the original post here:
Exclamation

Crutch Cache

Posted on : 27-06-2010 | By : admin | In : PHP Classes

0

Package: Crutch Cache Summary: Store variable values in cache files Groups: Cache , Files and Folders , PHP 5 Author: Lawondyss Description: This class can be used to store variable values in cache files.

More:
Crutch Cache

lib_word

Posted on : 26-06-2010 | By : admin | In : PHP Classes

0

Package: lib_word Summary: Manipulate Microsoft Word documents using COM Groups: Files and Folders , PHP 5 , Windows Author: Sebastian Zdrojewski Description: This class can be used to manipulate Microsoft Word documents using COM objects. It can instantiate a COM object to open a Microsoft Word document file with a given path.

Follow this link:
lib_word