Welcome Guest, Not a member yet? Register   Sign In
Constructor Help
#7

[eluser]InsiteFX[/eluser]
Here is a tip for all new users:
Code:
// use this at the top of all your controllers libraries and models.
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

// not just this. With this they can view your scripts!
<?php

// Also do not use the PHP closing tag ?> This causes problems with white space.

// use this at the bottom.
/* End of file your_name.php */
/* Location: ./application/directory/file_name.php */

InsiteFX


Messages In This Thread
Constructor Help - by El Forum - 03-10-2011, 08:57 AM
Constructor Help - by El Forum - 03-10-2011, 11:49 AM
Constructor Help - by El Forum - 03-10-2011, 01:27 PM
Constructor Help - by El Forum - 03-10-2011, 01:37 PM
Constructor Help - by El Forum - 03-10-2011, 01:40 PM
Constructor Help - by El Forum - 03-10-2011, 02:22 PM
Constructor Help - by El Forum - 03-10-2011, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB