Welcome Guest, Not a member yet? Register   Sign In
Code Igniter & Fast Development
#11

[eluser]jdfwarrior[/eluser]
More of mine are..

jqstart:
Code:
$(document).ready(function() {

    |

});

css:
Code:
<link rel="stylesheet" type="text/css" href="/public/css/|.css" />

lib:
Code:
$this->load->library('|');

mod:
Code:
$this->load->model('|');

help:
Code:
$this->load->helper('|');

function:
Code:
/**
*
* <Name> Function
*
* <explanation>
*
* @param <parameters>
* @returns <return values>
*
**/

function |() {

}

etc.

Some were removed because they were script includes for javascript, and to auto include jquery from google. I have a few more, but didnt wanna get too long. Remember also, that in mine the | character is where the cursor is auto positioned when the text is placed in the code.


Messages In This Thread
Code Igniter & Fast Development - by El Forum - 04-20-2009, 01:04 PM
Code Igniter & Fast Development - by El Forum - 04-20-2009, 06:35 PM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 06:33 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 06:43 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 07:16 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 07:23 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 07:46 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 08:06 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 08:10 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 08:12 AM
Code Igniter & Fast Development - by El Forum - 04-21-2009, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB