php code snippets
- Add ending slash
- Array change case
- Apply keys
- Split an array into chunks
- Array count values
- Array get path
- Array map
- Randomize array
- Create array range
- Array remove empty entries
- Slice a array (like MySQLs limit)
- array_walk debug example
- array_walk example
- Array2object and Object2array
- Simple HTTP authentication example
- Datetime Design Pattern Microformat
- HTTP authentication example with logout function
- Auto updating copyright
- Bin2PHP
- How to block multiple IP adresses
- Caching for dynamic content
- Color inverse
- String contains
- Count files recursive
- Simple cURL example
- Daily changing random quotes
- Darker color
- Calculate full database size
- Debug function
- Directory list
- How to calculate the size of a directory
- File download with speed limit
- DomXML Example
- Ends with
- Debug value helper function
- Elapsed microtime counter
- Exif thumbnail
- Function overloading
- Extract E-Mails
- File download
- Replace bad words
- Force the use of the www subdomain
- FTP file upload example
- String get between
- Get alphabet
- Files by extension
- Glob examples
- Google texter - v0.2
- String2Hex and Hex2String
- Modify HTTP Headers (Examples)
- htmlSQL - Example
- Hex2RGB
- Count lines and their occurrences
- Is IPAdress valid
- List directory contents by date
- Save PHPInfo to file
- Miscellaneous things
- Load and save a array dump
- Find lowest and highest value
- Simple Ming example
- Simple MS-SQL example
- Simple MySQL examples
- Natsort example
- Preg replace callback example
- Next related number
- Normalize path
- Number suffix
- Path get last argument
- PHP System vars
- How to do a POST request
- Prefix and suffix
- Printf and sscanf examples
- Randomize SQL query results
- Random split
- Random string
- Random array element
- Random color
- Random file
- Random password
- Random readable password
- Random sentence
- Read and write tab seperated files
- Human readable filesize
- Remove duplicated lines
- Remove duplicated values
- Restore array
- Restore htmlspecialchars
- RGB2Hex
- ROT13 transform
- Simple Syntax highlighting
- Secure redirect
- Similar text
- Simple hand-made hash function
- Simple text counter
- Snoopy example
- Soundex
- Split by length
- Reduce a string by the middle
- Starts with
- Swap array
- StrTrim
- A easy way to check the file size
- Text to links
- Is older than
- Time to load
- Trim array (recursive)
- URL functions
- Values2keys
- Whois query
- Wordwrap example
- XOR encryption
- Write to file
- Swap two variables
- Merge two strings
- Format string as machine compatible key
- MD5-based block cipher
- Delete temporary files
http://jonasjohn.de/snippets/php/
Comments (0) 16.07.2008. 00:26 PHP Classes and Components - The Zoop Framework
Zoop is an object oriented PHP framework. Zoop is modeled after the MVC design pattern. It is a high performance, secure, and scalable framework for PHP. It is designed to be very fast and efficient and very nice for the programmer to work with. Zoop has been built in a modular way so it is both easily extensible, and light. It has been in development and production use since 2001 and is quite mature.
http://zoopframework.com/
Comments (0) 16.07.2008. 00:07 PHP Classes and Components - Seagull OOP framework
Seagull is a mature OOP framework for building web, command line and GUI applications. Licensed under BSD, the project allows PHP developers to easily integrate and manage code resources, and build complex applications quickly.
Many popular PHP applications are already seamlessly integrated within the project, as are various templating engines, testing tools and managed library code. If you're a beginner, the framework provides a number of sample applications that can be customised and extended to suit your needs. If you're an intermediate or advanced developer, take advantage of Seagull's best practices , standards and modular codebase to build your applications in record time.
http://seagullproject.org/
Comments (0) 16.07.2008. 00:02 PHP Classes and Components - Qcodo Development Framework
The Qcodo Development Framework is an open-source PHP 5 framework that focuses on freeing developers from unnecessary tedious, mundane coding.
The result is that developers can do what they do best: focus on implementing functionality and usability, improving performance and ensuring security.
It is a completely object-oriented framework that takes the best of PHP and provides a truly rapid application development platform. Initial prototypes roll out in minutes instead of hours. Iterations come around in hours instead of days (or even weeks). As projects iterate into more cohesive solutions, the framework allows developers to take prototypes to the next level by providing the capability of bringing the application maturity.
http://www.qcodo.com/Comments (0) 16.07.2008. 00:00 PHP Classes and Components - PhpOpenbiz Framework
Want to build a data centric business application without dirty code - PhpOpenbiz (Openbiz) is the solution! OpenBiz is a PHP application framework for professional IT developers and consultants to build web-based enterprise applications. Key features includes:
- XML Metadata-driven design principal. Developers declare business logic in metadata (zero-coding development)
- AJAX enabled browser client, Model-View-Controller (MVC), Object Relational Mapping (ORM)
http://www.phpopenbiz.org/jim/Comments (0) 15.07.2008. 23:57 |