Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: wordpress and codeigniter
Post: RE: wordpress and codeigniter

falcon812311 Wrote: (10-11-2016, 12:46 AM) -- Hi, CI framework can support WP? My landing page i use CI framwork and Bootsrap this is my exp link Code: -- http://mysite.com -- for wordpress i want...
6,326 Views
4 Replies
10-28-2016, 06:40 PM
d4jk4
    Thread: Moving applications and system folder to Dropbox
Post: RE: Moving applications and system folder to Dropb...

Hi you don't need config variables like that. In MacOSx you just use command in document root web folder: ln -s path_to_system_folder_in_Dropbox system ln -s path_to_application_folder_in_Dropb...
2,568 Views
1 Replies
10-28-2016, 06:38 PM
d4jk4
    Thread: Searching with serialized id's
Post: RE: Searching with serialized id's

Use mongoDb for search, or ElasticSearch is good option
7,575 Views
5 Replies
10-25-2016, 08:05 PM
d4jk4
    Thread: Does it matter share host or cloud host?
Post: RE: Does it matter share host or cloud host?

Ivo Miranda Wrote: (10-24-2016, 10:56 AM) -- cartalot Wrote: (10-24-2016, 10:54 AM) -- Ivo Miranda Wrote: (10-20-2016, 01:43 PM) -- What? We can have free https now? Is it hard to setup? -- Lets ...
18,823 Views
11 Replies
10-25-2016, 07:20 PM
d4jk4
    Thread: Data from forms with enctype="multipart/form-data" not reaching controller
Post: RE: Data from forms with enctype="multipart/form-d...

var_dump($_FILES) var_dump($_POST) for each case, and post output here, bro
3,410 Views
1 Replies
10-23-2016, 07:35 PM
d4jk4
    Thread: error lost session
Post: RE: error lost session

You used $_SESSION is PHP native session Using CI session via $this->session->function_name(), check docs here http://www.codeigniter.com/user_guide/libraries/sessions.html
4,175 Views
2 Replies
10-23-2016, 07:23 PM
d4jk4
    Thread: Hours spent on computer?
Post: RE: Hours spent on computer?

10 hours :D
102,737 Views
75 Replies
10-23-2016, 07:21 PM
d4jk4
    Thread: Routing with "&key=value parameters
Post: RE: Routing with "&key=value parameters

I think QUERY_STRING is not problem? you can parse QUERY_STRING to array parse_str($_SERVER['QUERY_STRING'], $get); var_dump($get) to check values
4,714 Views
3 Replies
10-23-2016, 07:20 PM
d4jk4
    Thread: Error Database Connection
Post: RE: Error Database Connection

You should check database credenticals, and then check error log for more information ;)
3,968 Views
2 Replies
10-21-2016, 06:26 PM
d4jk4
    Thread: how to redirect back url
Post: RE: how to redirect back url

You can add back url to memcache/redis or session
16,637 Views
4 Replies
10-21-2016, 09:03 AM
d4jk4
    Thread: Multi domain in CodeIgniter with http/https
Post: Multi domain in CodeIgniter with http/https

Hi all, I have been used CI for 4 years. Today I will share my config for multi domain + http/https The environment: CI 2.x/3.x + nginx web server - In server side (nginx), you should config ...
2,574 Views
0 Replies
10-21-2016, 08:56 AM
d4jk4
    Thread: When i change sub-domain in url session id changed
Post: RE: When i change sub-domain in url session id cha...

demonicinn Wrote: (10-21-2016, 08:13 AM) -- Hi please help me about when i changed subdomain like test.domain.com, new.domain.com, domain.com,  then session id changed automatically and I'm not able ...
3,471 Views
2 Replies
10-21-2016, 08:43 AM
d4jk4
    Thread: Should data be manipulated in the controller or is it "View"'s job
Post: RE: Should data be manipulated in the controller o...

Data should be done in controllers or libraries. But you can push anywhere you want: views, controllers, models, helpers, libraries...
5,578 Views
3 Replies
10-21-2016, 03:05 AM
d4jk4
    Thread: Routing changes at a single location
Post: RE: Routing changes at a single location

RBX Wrote: (10-18-2016, 12:35 PM) -- I've recently started using CI and find it really difficult to perform routing changes. Whether I want to specify a form action, or want to redirect to a page, I ...
4,273 Views
2 Replies
10-21-2016, 03:02 AM
d4jk4

Theme © iAndrew 2016 - Forum software by © MyBB