Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 3 Url without controller
Post: RE: Codeigniter 3 Url without controller

Omg so simple but very effective. Thank you  :)
8,099 Views
4 Replies
04-02-2016, 07:49 AM
stefan
    Thread: Codeigniter 3 Url without controller
Post: RE: Codeigniter 3 Url without controller

I just did my routes like this: Code: -- //Default pages routes $route['(:any)'] = 'Controller_name/$1'; $route['default_controller'] = 'Controller_name'; -- And htacces like: Code: -- RewriteCond ...
8,099 Views
4 Replies
04-02-2016, 03:48 AM
stefan
  Question Thread: Codeigniter 3 Url without controller
Post: Codeigniter 3 Url without controller

Hi, I'm struggling to get my project even started. I'm trying to remove my controller name from the url witch was easy on Codeigniter 2.0. But now i don't get it working. Can someone please help ...
8,099 Views
4 Replies
04-01-2016, 05:44 PM
stefan
    Thread: Shopping cart library
Post: RE: Shopping cart library

Hi, I don't know why but i can't do a pull request so i post it here so someone who can maybe wil doe this. Delete single item of cart: Code: -- function destroy($row_id = FALSE) { ...
6,976 Views
0 Replies
11-18-2014, 04:15 AM
stefan
  Brick Thread: Shopping cart library
Post: Shopping cart library

Hello, I'm new on this forum and don't know if this question is in the right sector. But I've discovered a few bug/Not made functions in the default cart library So I made it myself and made fu...
6,976 Views
0 Replies
11-10-2014, 05:54 AM
stefan

Theme © iAndrew 2016 - Forum software by © MyBB