PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

Articles

    Home » Articles » PHP Snippets
Browsing PHP Snippets RSS RSS

   Pages :   0     1     2     3     4     5     6     7     8     9     10     11     12     13     14     15     16     17     18     19     20     21     22     23     24     25     26     27     28     29     30     31     32     33     34     35     36     37     38     39     40     41     42     43     44     45     46     47     48     49     50     51     52     53     54     55     56     57     58     59     60     61     62     63     64     65     66     67     68     69     70     71     72     73     74     75     76     77     78     79     80     81     82     83     84     85     86     87     88     89     90     91     92     93  
Codeigniter Autoload Model and Controlle
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] function __autoload($class) { if (file_exists(APPPATH....
Read More »

Date modify
Published on : 12.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] <?php$date = new DateTime("2006-12-12");$date->modify...
Read More »

Extender validacion de Codeigniter
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] //Create: "application/libraries/MY_Form_validation.php"class MY_Form_validation extends CI_Form_validation {  function unique...
Read More »

Website Cache (query results, etc) to file for quicker response time
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] <?php /** * This is the cache management class * @package Skyward_Landing_Page...
Read More »

Make a Drupal Block Visible for Entire Site Sections but NOT Specific Sub-sections or Pages
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php/* a list a pages to include in standard block include/exclude format (one per line) */$include = "some/site/section/*...
Read More »

Dynamic PHP Properties
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] class AbstractModel { private $data = array(); ...
Read More »

array_select(), arrays/strings
Published on : 12.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] <?phpfunction print_pre($code){ print "<pre>";...
Read More »

Customize the Logo of Your WordPress Login Page
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-i...
Read More »

Detect mobile visitors on your WordPress blog
Published on : 12.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] include('mobile_device_detect.php');$mobile = mobile_device_detect(); ...
Read More »

Display your WordPress Tags in a Drop-Down Menu
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?phpfunction dropdown_tag_cloud( $args = '' ) { $defaults =...
Read More »

 

 Members
Log In !
Email Address :

Password :


Change my passowrd !
Sign Up !
We have : 3 members.
Latest member : albans
 
 Last Posts
 
 Advertising
 
©PhpTips.im 2010
Powered by PikaCMS.
Quick Links :
Home | Browse all articles | Downloads | Terms of Use
RSS RSS 2.0 : Articles | Downloads ATOM : Articles | Downloads