PHP

TwitterFacebook
Get flash to fully experience Pearltrees
http://codeigniter.com/user_guide/ Welcome to CodeIgniter CodeIgniter is an Application Development Framework - a toolkit - for people who build web sites using PHP. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets you creatively focus on your project by minimizing the amount of code needed for a given task.

Welcome to CodeIgniter : CodeIgniter User Guide

Batteries Included The things you need are built-in. Translations, database access, caching, validation, authentication, and much more are all built into one of the original PHP MVC frameworks. CakePHP comes with built-in tools for input validation, CSRF protection, Form tampering protection, SQL injection prevention, and XSS prevention, helping you keep your application safe & secure.

CakePHP: the rapid development php framework. Pages

http://cakephp.org/

Propel ORM

http://www.propelorm.org/ What? Propel is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data. Why? Propel gives you, the web application developer, the tools to work with databases in the same way you work with other classes and objects in PHP. findPK ( 123 ); // retrieve a record from a database $book -> setName ( 'Don\'t be Hax0red!'
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net add a note User Contributed Notes PHP Manual http://php.net/manual/en/index.php

PHP Manual - Manual

http://php.net/manual/en/ref.strings.php

String Functions - Manual

Note that this function can be combined with wordwrap() to accomplish a routine but fairly difficult web design goal, namely, limiting inline HTML text to a certain number of lines. wordwrap() can break your string using , and then you can use this function to only return text up to the N'th . You will still have to make a conservative guess of the max number of characters per line with wordwrap(), but you can be more precise than if you were simply truncating a multiple-line string with substr(). See example: $text = 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque id massa. Duis sollicitudin ipsum vel diam.

LDAP Functions - Manual

/* filter the search for all people in the microsoft.com tree that have a name that matches any one of the following attributes name, displayname, or cn. */ http://php.net/manual/en/ref.ldap.php

Array Functions - Manual

http://php.net/manual/en/ref.array.php $return = array_merge ( $return , Parser_method_replace :: flatten ( $value , $prefix . $key . $seperator , $start_string , $end_string , $seperator ));

SimpleTest - Unit Testing for PHP

http://www.simpletest.org/ [23/01/2012] SimpleTest 1.1.0 is available . It's the first release in maintenance mode . The SimpleTest PHP unit tester is available for download from your nearest SourceForge .