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

[eluser]jdfwarrior[/eluser]
I personally speed up development a lot by using the Auto Completions available in PHPDesigner (IDE of preference). Doing this, I have auto completions(basically same idea as using snippets) to auto insert/complete code based off a key term.

For instance, I type: 'controller' then hit Control+J (auto complete hotkey) and I get

Code:
<?php if ( !defined('BASEPATH')) exit('No direct script access');

/**
*
* <name> Controller
*
* <description of functionality>
*
* Uses: <other scripts and such it uses>
* Author: David Ferguson
* Date: <date>
*
**/

class | extends Controller {

     function index() {

     }

}

It auto positions the cursor where the | symbol is. I have auto completions (complete with commenting and all) for controllers, models, creating the index function, the remap function, creating a blank function, loading libraries, models, and helpers, and so on.

It cuts time out of a lot of the stuff that you repeat a lot. That's just my way..


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