Why you choose Codeigniter ?

Posted Posted in PHP

CodeIgniter is a robust PHP framework to create full-featured web portals Some Benifits of Codeigniter are as follows: CodeIgniter easy to configure We can easily adopt and deploy gives flexibility of easy customization It makes coding quick and easy Built on a easy folder structure Migration from server to other server is easy Easy management with MVC based framework Simple configuration Setup Consists of good collection of libraries Well documented user guide Lightweight is the best feature Ability to construct your own clean URL

New PHP Core Functions Are Introduced in PHP 5.5.x

Posted Posted in PHP

Some new PHP Core function are introduced to PHP 5.5.x 1. array_column() Syntax: array array_column ( array $array , mixed $column_key [, mixed $index_key = null ] ) – It returns the values from a single column of the array. 2. boolval() Syntax: boolean boolval ( mixed $var ) – Return boolean value of a variable. 3. json_last_error_msg() Syntax: string json_last_error_msg ( void ) – Returns the error string of the last json_encode() / json_decode() call 4. password_get_info() Syntax: array password_get_info ( string $hash ) – This function will returns […]