Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter over ASP.net MVC
Post: RE: CodeIgniter over ASP.net MVC

mwhitney Wrote: (03-12-2015, 10:46 AM) -- Windows is perfectly capable of hosting Apache + PHP (and MySQL if you're going to use MySQL for your database). It may be less efficient than hosting them o...
19,682 Views
0 Replies
03-12-2015, 11:13 AM
edellascenza
    Thread: CodeIgniter over ASP.net MVC
Post: RE: CodeIgniter over ASP.net MVC

I think in your particular case it's a matter of OS architecture, it's Linux vs Windows (I mean, I would never use Windows to host Apache + PHP + MySQL), I would allways go for Linux even though I've ...
19,682 Views
0 Replies
03-12-2015, 08:20 AM
edellascenza
    Thread: CI Forum Not Clear On Mobile
Post: RE: CI Forum Not Clear On Mobile

Tapatalk doesn't support MyBB right?
9,302 Views
3 Replies
03-11-2015, 08:16 AM
edellascenza
    Thread: How does loading libraries happen?
Post: RE: How does loading libraries happen?

lexxtoronto Wrote: (03-10-2015, 07:54 AM) -- I mean on the physical file level. Are the files being copied or we just letting a class know where to look for it? I guess it would be a lot easier if...
11,432 Views
0 Replies
03-11-2015, 05:11 AM
edellascenza
    Thread: How does loading libraries happen?
Post: RE: How does loading libraries happen?

You're wrong, autoload doesn't work like that, an autoloader will only load the "resources" you need, it's "on demand".
11,432 Views
0 Replies
03-10-2015, 11:06 AM
edellascenza
    Thread: Cross Join
Post: RE: Cross Join

When you JOIN a table without any condition, it will bring ALL the dataset within it.
6,964 Views
0 Replies
02-25-2015, 11:23 AM
edellascenza
    Thread: Unsetting Session In Model
Post: RE: Unsetting Session In Model

unset($_SESSION['var_a'], $_SESSION['var_b']); should work fine
8,378 Views
0 Replies
02-20-2015, 08:44 AM
edellascenza
    Thread: My join is not working
Post: RE: My join is not working

At least tell us the structure of the tables you're trying to join, in any case a LEFT JOIN will bring you everything from the "left" table and NULL if no coincidence in "joined" table.
8,587 Views
0 Replies
02-19-2015, 10:54 AM
edellascenza
    Thread: Rewrite with lighttpd
Post: RE: Rewrite with lighttpd

Do you have AllowOverride enabled for that directory in the "new" server?
24,495 Views
0 Replies
02-05-2015, 05:24 AM
edellascenza

Theme © iAndrew 2016 - Forum software by © MyBB