Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problem in calling views
Post: RE: Problem in calling views

rhyszz Wrote: (09-23-2015, 12:41 AM) -- Good day, I'm having problem with calling the views. maybe this is a noob question but please help me. let say: view * header.php * homepage.php * ii...
3,948 Views
2 Replies
09-24-2015, 07:11 AM
Dracula
    Thread: Moving from localhost to web server
Post: RE: Moving from localhost to web server

Scottio Wrote: (02-08-2015, 02:38 PM) -- Hello, I've recently been following a few tutorials for Codeigniter and have the basics down pretty well. I've been working using WAMPserver throughout the...
15,970 Views
0 Replies
07-28-2015, 12:54 PM
Dracula
    Thread: CodeIgniter Tutorial News section
Post: RE: CodeIgniter Tutorial News section

christaliise Wrote: (07-27-2015, 09:00 AM) -- I am now studying the News section - user_guide\tutorial\news_section.html - and having to spend many hours trying to understand, and where I expect I sh...
32,612 Views
19 Replies
07-27-2015, 12:40 PM
Dracula
    Thread: Moved from local to remote host - Routing Problems
Post: RE: Moved from local to remote host - Routing Prob...

agrc Wrote: (07-25-2015, 06:27 AM) -- Hi all, Just re-joined the forum since things changed here... Hi! I've immediately ran into a problem with CodeIgniter 3.0 (also haven't touched CI for a ...
12,040 Views
7 Replies
07-25-2015, 07:50 AM
Dracula
    Thread: [Solved] Email Config File Question
Post: RE: Email Config File Question

Diederik Wrote: (07-24-2015, 09:01 PM) -- Yes it does, The documentation is pretty clear about this.... http://www.codeigniter.com/user_guide/libraries/email.html#setting-email-preferences-in-a-co...
7,159 Views
4 Replies
07-25-2015, 02:50 AM
Dracula
    Thread: Sessions getting erased
Post: RE: Sessions getting erased

jdriddle Wrote: (07-24-2015, 01:37 PM) -- Assuming that your web user has permissions to the /sessions folder, then this is most likely to be a setup issue at the web server level. Internet Explorer...
13,621 Views
9 Replies
07-24-2015, 05:09 PM
Dracula
    Thread: Is it possible for one controller/method to call another controller/method?
Post: RE: Is it possible for one controller/method to ca...

ivantcholakov Wrote: (07-24-2015, 05:02 PM) -- It is possible. The easiest method I can describe is when it happens within the same class. Code: -- class Bar extends CI_Controller {    pu...
13,657 Views
5 Replies
07-24-2015, 05:06 PM
Dracula
    Thread: Is it possible for one controller/method to call another controller/method?
Post: RE: Is it possible for one controller/method to ca...

sneakyimp Wrote: (07-24-2015, 03:46 PM) -- Suppose I have a POST operation that submits a dozen input fields to a method in one controller, foo/original_post. Suppose in the process of trying to exe...
13,657 Views
5 Replies
07-24-2015, 05:00 PM
Dracula
    Thread: I have a subdirectory in my controllers folder - possibly to set default controller?
Post: RE: I have a subdirectory in my controllers folder...

Narf Wrote: (07-24-2015, 06:38 AM) -- Dracula Wrote: (07-24-2015, 06:28 AM) -- You can do something like this: PHP Code: -- $route['admin'] = 'admin/dashboard'; -- -- No, you can't do that...
11,205 Views
7 Replies
07-24-2015, 07:04 AM
Dracula
    Thread: I have a subdirectory in my controllers folder - possibly to set default controller?
Post: RE: I have a subdirectory in my controllers folder...

sneakyimp Wrote: (07-23-2015, 05:12 PM) -- I have created a subdirectory called 'admin' in my application/controllers directory. I've got some controllers in there yes sir: Code: -- application/c...
11,205 Views
7 Replies
07-24-2015, 06:28 AM
Dracula
    Thread: .htaccess problem..
Post: RE: .htaccess problem..

kemjohnm Wrote: (07-23-2015, 10:35 AM) -- Please help.. this my .htaccess code.. RewriteBase / RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
9,492 Views
7 Replies
07-23-2015, 01:30 PM
Dracula
    Thread: help with routes
Post: RE: help with routes

GoncaloF Wrote: (07-21-2015, 04:34 PM) -- in routes.php i have: PHP Code: -- $route['admin/orders'] = 'admin_orders/index'; $route['admin/orders/(:any)'] = 'admin_orders/index'; $route['a...
4,574 Views
3 Replies
07-22-2015, 02:16 PM
Dracula
    Thread: Static Pages
Post: RE: Static Pages

christaliise Wrote: (07-09-2015, 09:35 AM) -- Dracula Wrote: (07-09-2015, 02:45 AM) -- christaliise Wrote: (07-09-2015, 02:27 AM) -- Dracula Wrote: (07-08-2015, 12:50 PM) -- christaliise Wrote: (...
15,121 Views
7 Replies
07-09-2015, 09:46 AM
Dracula
    Thread: Static Pages
Post: RE: Static Pages

christaliise Wrote: (07-09-2015, 02:27 AM) -- Dracula Wrote: (07-08-2015, 12:50 PM) -- christaliise Wrote: (07-08-2015, 09:55 AM) -- I am studying the "Static Pages" in the CodeIgniter Tutorial. I'...
15,121 Views
7 Replies
07-09-2015, 02:45 AM
Dracula
    Thread: Static Pages
Post: RE: Static Pages

christaliise Wrote: (07-08-2015, 09:55 AM) -- I am studying the "Static Pages" in the CodeIgniter Tutorial. I'm stuck what appears to be a simple problem. I understand everything up to this line - I...
15,121 Views
7 Replies
07-08-2015, 12:50 PM
Dracula
    Thread: Error Model ?
Post: RE: Error Model ?

Can you past the model content? Does your model name is ucfirst, if not, do it.
4,364 Views
2 Replies
07-08-2015, 12:36 PM
Dracula
    Thread: Pagination with Form Fields
Post: RE: Pagination with Form Fields

You can use sessions
4,001 Views
2 Replies
06-24-2015, 08:55 AM
Dracula
    Thread: [SOLVED] Problems with file upload!
Post: [SOLVED] Problems with file upload!

Hi guys, I'm having some issues with the file upload in CodeIgniter as fallows: PHP Code: --    public function do_upload($id = null)    {        //dump_exit($_FILES['userfile']); ...
2,983 Views
1 Replies
06-16-2015, 12:26 PM
Dracula
    Thread: [Solved] How to use PDO in codeigniter 3
Post: RE: How to use PDO in codeigniter 3

riwakawd Wrote: (06-15-2015, 03:49 AM) -- I am trying to understand how PDO working in database.php from here http://www.codeigniter.com/user_guide/database/configuration.html?highlight=pdo but not w...
47,736 Views
4 Replies
06-15-2015, 07:07 AM
Dracula
    Thread: CodeIgniter Romanian Community
Post: RE: CodeIgniter Romanian Community

Avenirer Wrote: (12-17-2014, 02:06 AM) -- Dracula Wrote: (12-10-2014, 09:29 AM) -- Dragi colegi, am lansat forumul CodeIgniter Romania și poate fi accesat la adresa www.codeigniter.com.ro Se va mai...
29,893 Views
13 Replies
12-17-2014, 03:58 AM
Dracula

Theme © iAndrew 2016 - Forum software by © MyBB