Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Table heading with multiple rows
Post: Table heading with multiple rows

I need to create this using table library. set_heading only adds one row heading I need two. Code: --   head1   head2   head1   head2 --
2,671 Views
1 Replies
07-03-2017, 02:40 PM
slipdiegoknot
    Thread: Angular 4 and CodeIgniter 3
Post: Angular 4 and CodeIgniter 3

Is there a way to have this two working together but not having Angular as a project and CI as another. I need CI to start all, my app is in apache and I don't want to start Angular separately from C...
10,806 Views
4 Replies
07-03-2017, 02:38 PM
slipdiegoknot
    Thread: Validate email really exists
Post: RE: Validate email really exists

acsv Wrote: (05-19-2016, 03:37 PM) -- One of the reasons it is so difficult to check if an email exists (without sending an email) is that spammers could then brute force every valid email for a doma...
24,962 Views
15 Replies
05-23-2016, 08:34 AM
slipdiegoknot
    Thread: Common constants file for multiple projects
Post: RE: Common constants file for multiple projects

InsiteFX Wrote: (05-23-2016, 07:54 AM) -- Try it this way and see if autoload will work: PHP Code: -- include_once(APPPATH."config/constantes_globales.php"); -- This means that index.php ha...
7,075 Views
5 Replies
05-23-2016, 08:00 AM
slipdiegoknot
    Thread: Access session values from another project
Post: Access session values from another project

Hi, I'd like to access session values from project1 to project2. Is this possible?
2,348 Views
1 Replies
05-23-2016, 07:50 AM
slipdiegoknot
    Thread: Common constants file for multiple projects
Post: RE: Common constants file for multiple projects

InsiteFX Wrote: (05-06-2016, 02:34 PM) -- Place the file in an include folder and then include it in your projects. -- Thanks! I put a regular php file in the config folder and in the rest of my pr...
7,075 Views
5 Replies
05-23-2016, 07:45 AM
slipdiegoknot
    Thread: Validate email really exists
Post: Validate email really exists

Hi is there a way to know if a email address really exists? not format I mean if the email address would really get an email sent to it thanks in advance
24,962 Views
15 Replies
05-18-2016, 05:22 PM
slipdiegoknot
    Thread: Common constants file for multiple projects
Post: Common constants file for multiple projects

Hi friends, I have many projects in my htdocs folder. These projects have many common constants and are repeated in each constant folder, I want to have a common constant file for all the projects ...
7,075 Views
5 Replies
05-06-2016, 01:38 PM
slipdiegoknot
    Thread: Compile project for production
Post: Compile project for production

Hi friends! I have a project which will be hosted in the client's machine, is there a way to "compile" the source code? so the client only has the "compiled version" and I am the only one who has t...
2,460 Views
1 Replies
05-03-2016, 04:33 PM
slipdiegoknot
    Thread: Call controller function outer folder
Post: RE: Call controller function outer folder

Well I managed doing it this way: ../c_main/function
6,777 Views
4 Replies
02-05-2016, 08:46 AM
slipdiegoknot
    Thread: Call controller function outer folder
Post: RE: Call controller function outer folder

ciadmin Wrote: (02-03-2016, 05:23 PM) -- Your error message provides a clue to the problem ... you are linking to c_main inside the cf_folder, where your c_inner_ctrl is. You should be linking one f...
6,777 Views
4 Replies
02-04-2016, 02:53 PM
slipdiegoknot
    Thread: Call controller function outer folder
Post: Call controller function outer folder

Hi friends I have a controller inside a folder but I can't call a function from a controller in a parent folder using AJAX. (codeigniter 3.0.0) application ----controllers      c_main.php      cf...
6,777 Views
4 Replies
02-03-2016, 03:10 PM
slipdiegoknot

Theme © iAndrew 2016 - Forum software by © MyBB