php

TwitterFacebook
Get flash to fully experience Pearltrees

Miles Johnson // Blog: 5 custom PHP functions: Strings

http://milesj.me/blog/read/15/5-custom-basic-php-string-functions It's now time for some PHP that isn't Cake related. This is the first part in a series of "Basic/Common PHP functions that all programmers should know". This series has to deal with manipulating strings. I try to make my functions short, sweet and powerful, and I hope you learn something from them.
It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website. TCPDF is a FLOSS PHP class for generating PDF documents. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf

TCPDF - PHP Class for PDF

http://www.akelos.org/ The Akelos PHP Framework is a web application development platform based on the MVC (Model View Controller) design pattern. Based on good practices, it allows you to: Your Akelos based applications can run on most shared hosting service providers since Akelos only requires that PHP be available at the server. This means that the Akelos PHP Framework is the ideal candidate for distributing standalone web applications as it does not require any non-standard PHP configuration to run. Development teams that require a method with a few simple conventions to ensure that team members will understand the work done by their peers.

Akelos PHP Framework

In the Woods – Simple Layouts with PHP

This tutorial is for those starting out in PHP and want to learn a great way to create layouts. This will help reduce redundancy and keep you from writing too much code. Anyone that has been developing HTML based sites for some time has undoubtedly ran in to the issue of keeping the design consistent across multiple pages. Most websites follow a similar layout to the picture. http://blog.themeforest.net/tutorials/simple-layouts-with-php/
http://www.snipe.net/2009/03/quick-and-dirty-php-caching/

Quick and Dirty PHP Caching | Snipe.Net

This post was published 2 years 11 months 17 days ago. There is a chance that some APIs or software versions discussed have changed since this article was written. Caching your database-driven website pages has a plethora of benefits, not the least of which being improved speed and reduced server loads.

40+ Invaluable PHP Tutorials and Resources | Nettuts+

http://net.tutsplus.com/articles/web-roundups/40-invaluable-php-tutorials-and-resources/ PHP is one of the most popular scripting languages on the internet today, and one of the easiest to get into. Whether you’re a PHP newbie, or an experienced code-slinger, there is always something new to discover. A function you’re unfamiliar with a killer timesaving tool, a technique that you forgot about… Jason Lengstorf shows how to build a very simply object-oriented Content Management System with PHP. While not a ready-to-use solution, due to a few security holes, it nonetheless does a good job at teaching a real-world use for PHP.

SocialEngine PHP Social Network Script - Create your own social media community!

http://www.socialengine.net/ Just wanted to say thanks for such an outstanding product. We just re-launched our website (www.mitosis.com) yesterday using socialengine and a custom widget we're internally calling "Likked-it" (as a play on reddit). Looking forward to all the improvements you guys have been showing peeks of. I'd like to congratulate you on such an awesome product. I've looked around for all options like Dolphin and phpfox and you surpass them all (also backed with your awesome plugins developers). ~ Hussein
http://pchart.sourceforge.net/

pChart | a PHP Charting library

pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or fix are made every week.

43 Ways to Optimize your PHP Code | OpenJason

List from: http://reinholdweber.com/?p=3 , just to give credit where credit is due. This information is great, so thanks to the author at http://reinholdweber. If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is not too long, consider writing a few redundant replacement statements, passing one character at a time, instead of one line of code that accepts arrays as search and replace arguments. http://www.openjason.com/2007/10/31/43-ways-to-optimize-your-php-code/