Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to import a sql file in codeigniter?
Post: RE: How to import a sql file in codeigniter?

PaulD Wrote: (10-27-2015, 11:01 AM) -- Try something like this: Code: -- // Set line to collect lines that wrap $templine = ''; // Read in entire file $lines = file('/path/to/file/my_f...
18,306 Views
7 Replies
02-16-2017, 09:13 PM
freddy
    Thread: add_clients
Post: RE: add_clients

just show complete controller and view ? adn you make router it will not change anything if you write like that which is alias and manipulate same,
3,338 Views
3 Replies
06-30-2016, 01:14 AM
freddy
    Thread: Unable to load the requested class: Facebook
Post: RE: Unable to load the requested class: Facebook

show your library facebook and autoload, please consider about Upper Case or not !
6,332 Views
3 Replies
03-17-2016, 01:00 AM
freddy
    Thread: [SOLVED] URL redirection
Post: RE: URL redirection

InsiteFX Wrote: (02-25-2016, 03:32 PM) -- Please when you solve a problem mark your Topic [SOLVE] in the topic title field. -- i guess there are admin mark as solved,well will mark solved if in th...
4,730 Views
4 Replies
02-25-2016, 07:57 PM
freddy
    Thread: routing
Post: RE: routing

davy_yg Wrote: (02-24-2016, 10:25 AM) -- I have use this .htaccess index: Code: Code: -- RewriteEngine On RewriteBase / RewriteRule ^(system|application|cgi-bin) - [F,L] RewriteCond %{R...
17,552 Views
17 Replies
02-25-2016, 03:18 AM
freddy
    Thread: routing
Post: RE: routing

davy_yg Wrote: (02-23-2016, 10:50 AM) -- Hello, I have followed your last advice and still have not been successful removing the index.php I still have to type:  http://127.0.0.1/ci3/index.php/...
17,552 Views
17 Replies
02-23-2016, 06:22 PM
freddy
    Thread: Cannot redirect 404
Post: RE: Cannot redirect 404

spider58 Wrote: (02-23-2016, 03:25 AM) -- freddy Wrote: (02-23-2016, 01:38 AM) -- remember you should write with capital every controller, do you use linux or windows ? please tested it first, th...
6,273 Views
3 Replies
02-23-2016, 03:29 AM
freddy
    Thread: routing
Post: RE: routing

this is how to remove index.php ht acsess Code: -- RewriteEngine on RewriteCond $1 !^(index\.php|resources|robots\.txt) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !...
17,552 Views
17 Replies
02-23-2016, 02:56 AM
freddy
    Thread: routing
Post: RE: routing

davy_yg Wrote: (02-23-2016, 02:13 AM) -- Hey, I wonder did I configure the router correctly? I wonder why I have type this to open the table: http://127.0.0.1/ci3/index.php/welcome/table ? I...
17,552 Views
17 Replies
02-23-2016, 02:52 AM
freddy
    Thread: CodeIgniter Login form using Ajax
Post: RE: CodeIgniter Login form using Ajax

skunkbad Wrote: (02-23-2016, 12:23 AM) -- Community Auth now has an Ajax login example. You would have to use Community Auth, but that's an easier solution that trying to create your own. -- what A...
8,001 Views
6 Replies
02-23-2016, 01:42 AM
freddy
    Thread: CodeIgniter Login form using Ajax
Post: RE: CodeIgniter Login form using Ajax

i guess this is simple task if you are familiar with CRUD codeignter,
8,001 Views
6 Replies
02-23-2016, 01:42 AM
freddy
    Thread: Cannot redirect 404
Post: RE: Cannot redirect 404

remember you should write with capital every controller, do you use linux or windows ? please tested it first, then let me know it working or not and name it  My404_controller.php Code: -- ...
6,273 Views
3 Replies
02-23-2016, 01:38 AM
freddy
    Thread: routing
Post: RE: routing

as like @skunkbad  said you need to call it by href you cannot type in url, let me teach you ya here is router.php Code: -- $route['default_controller'] = 'welcome'; $route['add'] = 'welcom...
17,552 Views
17 Replies
02-22-2016, 11:18 PM
freddy
    Thread: Tendoo CMS: Nexo 2.2.6 Point Of Sale Module
Post: RE: Tendoo CMS: Nexo 2.2.6 Point Of Sale Module

cool bro, i love the style when you add product ? is your tendo has multilevel users such as boss, employee, cashier ? is your tendo can change configuration about currency ? Thanks for your answ...
16,405 Views
11 Replies
02-22-2016, 06:23 PM
freddy
    Thread: fsockopen error with php 7.0
Post: RE: fsockopen error with php 7.0

all you need to do is 1. enable your email 2. set your $config['smtp_timeout'] = 20; //set as long as you need
17,029 Views
6 Replies
02-21-2016, 07:20 PM
freddy
    Thread: Is valid this base_url setup??
Post: RE: Is valid this base_url setup??

Narf Wrote: (02-18-2016, 02:42 AM) -- No, DO NOT use unvalidated $_SERVER['HTTP_HOST']! -- then why , any link to describe it, thanks
6,388 Views
6 Replies
02-18-2016, 06:26 PM
freddy
    Thread: Suggestion for Good Startup in CodeIgniter
Post: RE: Suggestion for Good Startup in CodeIgniter

InsiteFX Wrote: (02-18-2016, 10:23 AM) -- Start with something small, then build on it. The CodeIgniter User Guide is a good starting place for the tutorials. -- i'm no tottally agree for new bi...
9,298 Views
4 Replies
02-18-2016, 06:24 PM
freddy
    Thread: Teach me how to program
Post: RE: CI3

davy_yg Wrote: (02-14-2016, 08:40 PM) -- I add this: config/autoload.php PHP Code: -- $autoload['libraries'] = array('gsaconst_database'); -- Okay, I have this new error: An Error Was...
42,928 Views
33 Replies
02-14-2016, 09:07 PM
freddy
    Thread: Teach me how to program
Post: RE: CI3

well all you need copy paste your error in google, you need to autoload database just goes to your config/autoload.php then add database, look at me here Code: -- $autoload['libraries'] = array('d...
42,928 Views
33 Replies
02-14-2016, 07:03 PM
freddy
    Thread: ask about performance
Post: RE: ask about performance

hello, it's not working after follow your instruction ?
9,652 Views
9 Replies
02-14-2016, 06:31 PM
freddy

Theme © iAndrew 2016 - Forum software by © MyBB