SlideShare a Scribd company logo
CodeIgniter
    Custom Routing : Manipulate your URI




                               Abdul Malik Ikhsan
   http://slideshare.net/samsonasik/presentations
Introduction : URI vs URL
 URI : Content type is given by http
  content negotiation
  ex : http://www.w3.org/Icons/w3c_home
  ~> content type : PNG

 URL : Content type is represent by
  spesific resource in web address
  ex :
  http://www.w3.org/Icons/w3c_home.gif
Why ?
   SEO Mith 
   Hide Original action controller
   Manage which action will be called
   URI Simplicity
    ….like this ……
     http://twitter.com/samsonasik
Default Routing


  example.com/product/detail/1
  example.com/product/detail/2
  example.com/product/detail/3
How to Change ?
 Modify route in config routes
 _remap in your controller ( modify
  from action controller only )
Modify route in config routes
////////////////custom route///////////////

$route['product/(:num)'] = "product/detail/$1";
$route['product/(:num)/get'] ="product/checkout/$1";
$route['product/(:any)'] = "product/index";
$route['blog/(:any)'] = "blogs/users/$1“;
$route[‘hehehe'] = "blogs/index“;

/* End of file routes.php */
/* Location: ./application/config/routes.php */
URI Result
 Example.com/product/15
 Exampleblog.com/blog/samsonasik
_remap in controller
public function _remap($method, $params = array())
{
   if (method_exists($this, str_replace('-','_',$method) )) {
       call_user_func_array(array($this, str_replace('-','_', $method) ), $params);
   } else{
       show_404();
   }
 }
 public function show_news($id) //will be called show-news/$id
 {
   echo 'show news'.$id;
 }
 public function comment_news($id) //will be called comment-news/$id
 {
   echo 'comment news'.$id;
 }
And one more thing ….


      Remove your
  index.php from your
   URI with .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
Thank You ;)
This presentation contained copyrighted material licensed
under various creative commons licenses unless otherwise
noted:

References and Further Reading
   http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html
   http://en.wikipedia.org/wiki/Content_negotiation
   http://ajaxprojects.com/ajax/newsdetails.php?itemid=55
   http://www.pierobon.org/iis/url.htm
   CodeIgniter User Guide

Photos
 http://media.popularmechanics.com/images/coaster-maverick-0708.jpg
Ad

More Related Content

What's hot (20)

Wetland Ecosystem
Wetland EcosystemWetland Ecosystem
Wetland Ecosystem
Praveen Kumar Singh
 
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptxEFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
JulieAnnPinedaBalich
 
Keoladeo National Park
Keoladeo National ParkKeoladeo National Park
Keoladeo National Park
AryaSMadhu
 
HOT SPOTS OF BIODIVERSITY
HOT SPOTS OF BIODIVERSITYHOT SPOTS OF BIODIVERSITY
HOT SPOTS OF BIODIVERSITY
DEVIKA ANTHARJANAM
 
42.wild life protected areas management A Presentation By Mr. Allah dad Khan...
42.wild life protected areas management A Presentation ByMr. Allah  dad Khan...42.wild life protected areas management A Presentation ByMr. Allah  dad Khan...
42.wild life protected areas management A Presentation By Mr. Allah dad Khan...
Mr.Allah Dad Khan
 
Ecosystem
EcosystemEcosystem
Ecosystem
Jnana Prabodhini Educational Resource Center
 
Ppt on biodiversity
Ppt on biodiversityPpt on biodiversity
Ppt on biodiversity
vijaymohangahlot123
 
National parks.......
National parks.......National parks.......
National parks.......
Neethu Kannan
 
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
UNDP Eurasia
 
Biodiversity
BiodiversityBiodiversity
Biodiversity
Vinit Shahdeo
 
Forest ecology by pfi
Forest ecology by pfiForest ecology by pfi
Forest ecology by pfi
Muhammad Rehan
 
Ocean acidification
Ocean acidificationOcean acidification
Ocean acidification
Arnab Ghosh
 
Mangrove Ecosystem of Sri Lanka
Mangrove Ecosystem of Sri LankaMangrove Ecosystem of Sri Lanka
Mangrove Ecosystem of Sri Lanka
Pathum Weerawarna
 
Forest resources of india.ppt
Forest resources of india.pptForest resources of india.ppt
Forest resources of india.ppt
Hemant Kumar
 
Biodiversity in sustainable development
Biodiversity in sustainable developmentBiodiversity in sustainable development
Biodiversity in sustainable development
sana sana
 
Grassland Management : production and conservation
Grassland Management : production and conservation Grassland Management : production and conservation
Grassland Management : production and conservation
Vivekananda Global University, Jaipur, Rajasthan -303012
 
Human wildlife conflict
Human wildlife conflictHuman wildlife conflict
Human wildlife conflict
sajjad mughal
 
Phailin cyclone
Phailin cyclonePhailin cyclone
Phailin cyclone
Manas Ranjan Panda
 
Lesson 4 wrpd watershed management
Lesson 4   wrpd watershed managementLesson 4   wrpd watershed management
Lesson 4 wrpd watershed management
Dr. P.B.Dharmasena
 
Mangrove forest and Sustainability of Sundarban delta
Mangrove forest and Sustainability of Sundarban deltaMangrove forest and Sustainability of Sundarban delta
Mangrove forest and Sustainability of Sundarban delta
AbhilashaGanguly2
 
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptxEFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
EFFECT OF CLIMATE CHANGE ON AQUATIC ECOSYSTEM.pptx
JulieAnnPinedaBalich
 
Keoladeo National Park
Keoladeo National ParkKeoladeo National Park
Keoladeo National Park
AryaSMadhu
 
42.wild life protected areas management A Presentation By Mr. Allah dad Khan...
42.wild life protected areas management A Presentation ByMr. Allah  dad Khan...42.wild life protected areas management A Presentation ByMr. Allah  dad Khan...
42.wild life protected areas management A Presentation By Mr. Allah dad Khan...
Mr.Allah Dad Khan
 
National parks.......
National parks.......National parks.......
National parks.......
Neethu Kannan
 
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
Biodiversity in a changing climate: Ecosystem based adaptation and mitigation...
UNDP Eurasia
 
Ocean acidification
Ocean acidificationOcean acidification
Ocean acidification
Arnab Ghosh
 
Mangrove Ecosystem of Sri Lanka
Mangrove Ecosystem of Sri LankaMangrove Ecosystem of Sri Lanka
Mangrove Ecosystem of Sri Lanka
Pathum Weerawarna
 
Forest resources of india.ppt
Forest resources of india.pptForest resources of india.ppt
Forest resources of india.ppt
Hemant Kumar
 
Biodiversity in sustainable development
Biodiversity in sustainable developmentBiodiversity in sustainable development
Biodiversity in sustainable development
sana sana
 
Human wildlife conflict
Human wildlife conflictHuman wildlife conflict
Human wildlife conflict
sajjad mughal
 
Lesson 4 wrpd watershed management
Lesson 4   wrpd watershed managementLesson 4   wrpd watershed management
Lesson 4 wrpd watershed management
Dr. P.B.Dharmasena
 
Mangrove forest and Sustainability of Sundarban delta
Mangrove forest and Sustainability of Sundarban deltaMangrove forest and Sustainability of Sundarban delta
Mangrove forest and Sustainability of Sundarban delta
AbhilashaGanguly2
 

Viewers also liked (9)

Codeigniter : the security and the magic of hook
Codeigniter : the security and the magic of hookCodeigniter : the security and the magic of hook
Codeigniter : the security and the magic of hook
Abdul Malik Ikhsan
 
Code igniter parameter passing techniques
Code igniter parameter passing techniquesCode igniter parameter passing techniques
Code igniter parameter passing techniques
Rakhitha Ratnayake
 
I Love codeigniter, You?
I Love codeigniter, You?I Love codeigniter, You?
I Love codeigniter, You?
إسماعيل عاشور
 
Theme API
Theme APITheme API
Theme API
rolfvandekrol
 
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
GangSeok Lee
 
Add edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHPAdd edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHP
Vineet Kumar Saini
 
Introduce to Linux command line
Introduce to Linux command lineIntroduce to Linux command line
Introduce to Linux command line
Wen Liao
 
Dynamic Linker
Dynamic LinkerDynamic Linker
Dynamic Linker
Sanjiv Malik
 
Rootkit 101
Rootkit 101Rootkit 101
Rootkit 101
hackstuff
 
Codeigniter : the security and the magic of hook
Codeigniter : the security and the magic of hookCodeigniter : the security and the magic of hook
Codeigniter : the security and the magic of hook
Abdul Malik Ikhsan
 
Code igniter parameter passing techniques
Code igniter parameter passing techniquesCode igniter parameter passing techniques
Code igniter parameter passing techniques
Rakhitha Ratnayake
 
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
[2007 CodeEngn Conference 01] dual5651 - Windows 커널단의 후킹
GangSeok Lee
 
Add edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHPAdd edit delete in Codeigniter in PHP
Add edit delete in Codeigniter in PHP
Vineet Kumar Saini
 
Introduce to Linux command line
Introduce to Linux command lineIntroduce to Linux command line
Introduce to Linux command line
Wen Liao
 
Ad

Similar to Codeigniter : Custom Routing - Manipulate Uri (20)

Magento Live Australia 2016: Request Flow
Magento Live Australia 2016: Request FlowMagento Live Australia 2016: Request Flow
Magento Live Australia 2016: Request Flow
Vrann Tulika
 
Introduction to angular js
Introduction to angular jsIntroduction to angular js
Introduction to angular js
Marco Vito Moscaritolo
 
CodeIgniter PHP MVC Framework
CodeIgniter PHP MVC FrameworkCodeIgniter PHP MVC Framework
CodeIgniter PHP MVC Framework
Bo-Yi Wu
 
Rails 3 overview
Rails 3 overviewRails 3 overview
Rails 3 overview
Yehuda Katz
 
Pyramid Lighter/Faster/Better web apps
Pyramid Lighter/Faster/Better web appsPyramid Lighter/Faster/Better web apps
Pyramid Lighter/Faster/Better web apps
Dylan Jay
 
The Rails Way
The Rails WayThe Rails Way
The Rails Way
Michał Orman
 
Silex Cheat Sheet
Silex Cheat SheetSilex Cheat Sheet
Silex Cheat Sheet
Andréia Bohner
 
Silex Cheat Sheet
Silex Cheat SheetSilex Cheat Sheet
Silex Cheat Sheet
Andréia Bohner
 
Django Vs Rails
Django Vs RailsDjango Vs Rails
Django Vs Rails
Sérgio Santos
 
I Phone On Rails
I Phone On RailsI Phone On Rails
I Phone On Rails
John Wilker
 
Desymfony 2011 - Habemus Bundles
Desymfony 2011 - Habemus BundlesDesymfony 2011 - Habemus Bundles
Desymfony 2011 - Habemus Bundles
Albert Jessurum
 
Nashvile Symfony Routes Presentation
Nashvile Symfony Routes PresentationNashvile Symfony Routes Presentation
Nashvile Symfony Routes Presentation
Brent Shaffer
 
Optimizing Angular Performance in Enterprise Single Page Apps
Optimizing Angular Performance in Enterprise Single Page AppsOptimizing Angular Performance in Enterprise Single Page Apps
Optimizing Angular Performance in Enterprise Single Page Apps
Morgan Stone
 
Unit testing after Zend Framework 1.8
Unit testing after Zend Framework 1.8Unit testing after Zend Framework 1.8
Unit testing after Zend Framework 1.8
Michelangelo van Dam
 
Rails 3: Dashing to the Finish
Rails 3: Dashing to the FinishRails 3: Dashing to the Finish
Rails 3: Dashing to the Finish
Yehuda Katz
 
Spring Mvc Rest
Spring Mvc RestSpring Mvc Rest
Spring Mvc Rest
Craig Walls
 
Curscatalyst
CurscatalystCurscatalyst
Curscatalyst
Kar Juan
 
Perl web frameworks
Perl web frameworksPerl web frameworks
Perl web frameworks
diego_k
 
Angular Workshop_Sarajevo2
Angular Workshop_Sarajevo2Angular Workshop_Sarajevo2
Angular Workshop_Sarajevo2
Christoffer Noring
 
Doctrine For Beginners
Doctrine For BeginnersDoctrine For Beginners
Doctrine For Beginners
Jonathan Wage
 
Magento Live Australia 2016: Request Flow
Magento Live Australia 2016: Request FlowMagento Live Australia 2016: Request Flow
Magento Live Australia 2016: Request Flow
Vrann Tulika
 
CodeIgniter PHP MVC Framework
CodeIgniter PHP MVC FrameworkCodeIgniter PHP MVC Framework
CodeIgniter PHP MVC Framework
Bo-Yi Wu
 
Rails 3 overview
Rails 3 overviewRails 3 overview
Rails 3 overview
Yehuda Katz
 
Pyramid Lighter/Faster/Better web apps
Pyramid Lighter/Faster/Better web appsPyramid Lighter/Faster/Better web apps
Pyramid Lighter/Faster/Better web apps
Dylan Jay
 
I Phone On Rails
I Phone On RailsI Phone On Rails
I Phone On Rails
John Wilker
 
Desymfony 2011 - Habemus Bundles
Desymfony 2011 - Habemus BundlesDesymfony 2011 - Habemus Bundles
Desymfony 2011 - Habemus Bundles
Albert Jessurum
 
Nashvile Symfony Routes Presentation
Nashvile Symfony Routes PresentationNashvile Symfony Routes Presentation
Nashvile Symfony Routes Presentation
Brent Shaffer
 
Optimizing Angular Performance in Enterprise Single Page Apps
Optimizing Angular Performance in Enterprise Single Page AppsOptimizing Angular Performance in Enterprise Single Page Apps
Optimizing Angular Performance in Enterprise Single Page Apps
Morgan Stone
 
Unit testing after Zend Framework 1.8
Unit testing after Zend Framework 1.8Unit testing after Zend Framework 1.8
Unit testing after Zend Framework 1.8
Michelangelo van Dam
 
Rails 3: Dashing to the Finish
Rails 3: Dashing to the FinishRails 3: Dashing to the Finish
Rails 3: Dashing to the Finish
Yehuda Katz
 
Curscatalyst
CurscatalystCurscatalyst
Curscatalyst
Kar Juan
 
Perl web frameworks
Perl web frameworksPerl web frameworks
Perl web frameworks
diego_k
 
Doctrine For Beginners
Doctrine For BeginnersDoctrine For Beginners
Doctrine For Beginners
Jonathan Wage
 
Ad

More from Abdul Malik Ikhsan (6)

Zend Framework 2 : Dependency Injection
Zend Framework 2 : Dependency InjectionZend Framework 2 : Dependency Injection
Zend Framework 2 : Dependency Injection
Abdul Malik Ikhsan
 
Codeigniter : Using Third Party Components - Zend Framework Components
Codeigniter : Using Third Party Components - Zend Framework ComponentsCodeigniter : Using Third Party Components - Zend Framework Components
Codeigniter : Using Third Party Components - Zend Framework Components
Abdul Malik Ikhsan
 
Codeigniter : Two Step View - Concept Implementation
Codeigniter : Two Step View - Concept ImplementationCodeigniter : Two Step View - Concept Implementation
Codeigniter : Two Step View - Concept Implementation
Abdul Malik Ikhsan
 
Codeigniter : The Introduction
Codeigniter  : The IntroductionCodeigniter  : The Introduction
Codeigniter : The Introduction
Abdul Malik Ikhsan
 
Application framework
Application frameworkApplication framework
Application framework
Abdul Malik Ikhsan
 
Software architectural pattern - MVC
Software architectural pattern - MVCSoftware architectural pattern - MVC
Software architectural pattern - MVC
Abdul Malik Ikhsan
 
Zend Framework 2 : Dependency Injection
Zend Framework 2 : Dependency InjectionZend Framework 2 : Dependency Injection
Zend Framework 2 : Dependency Injection
Abdul Malik Ikhsan
 
Codeigniter : Using Third Party Components - Zend Framework Components
Codeigniter : Using Third Party Components - Zend Framework ComponentsCodeigniter : Using Third Party Components - Zend Framework Components
Codeigniter : Using Third Party Components - Zend Framework Components
Abdul Malik Ikhsan
 
Codeigniter : Two Step View - Concept Implementation
Codeigniter : Two Step View - Concept ImplementationCodeigniter : Two Step View - Concept Implementation
Codeigniter : Two Step View - Concept Implementation
Abdul Malik Ikhsan
 
Codeigniter : The Introduction
Codeigniter  : The IntroductionCodeigniter  : The Introduction
Codeigniter : The Introduction
Abdul Malik Ikhsan
 
Software architectural pattern - MVC
Software architectural pattern - MVCSoftware architectural pattern - MVC
Software architectural pattern - MVC
Abdul Malik Ikhsan
 

Recently uploaded (20)

The Microsoft Excel Parts Presentation.pdf
The Microsoft Excel Parts Presentation.pdfThe Microsoft Excel Parts Presentation.pdf
The Microsoft Excel Parts Presentation.pdf
YvonneRoseEranista
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
UiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer OpportunitiesUiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer Opportunities
DianaGray10
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Financial Services Technology Summit 2025
Financial Services Technology Summit 2025Financial Services Technology Summit 2025
Financial Services Technology Summit 2025
Ray Bugg
 
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Raffi Khatchadourian
 
Connect and Protect: Networks and Network Security
Connect and Protect: Networks and Network SecurityConnect and Protect: Networks and Network Security
Connect and Protect: Networks and Network Security
VICTOR MAESTRE RAMIREZ
 
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
BookNet Canada
 
Vibe Coding_ Develop a web application using AI (1).pdf
Vibe Coding_ Develop a web application using AI (1).pdfVibe Coding_ Develop a web application using AI (1).pdf
Vibe Coding_ Develop a web application using AI (1).pdf
Baiju Muthukadan
 
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptxReimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
John Moore
 
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Raffi Khatchadourian
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
fennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solutionfennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solution
shallal2
 
GyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
GyrusAI - Broadcasting & Streaming Applications Driven by AI and MLGyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
GyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
Gyrus AI
 
The Microsoft Excel Parts Presentation.pdf
The Microsoft Excel Parts Presentation.pdfThe Microsoft Excel Parts Presentation.pdf
The Microsoft Excel Parts Presentation.pdf
YvonneRoseEranista
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
UiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer OpportunitiesUiPath Agentic Automation: Community Developer Opportunities
UiPath Agentic Automation: Community Developer Opportunities
DianaGray10
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
Financial Services Technology Summit 2025
Financial Services Technology Summit 2025Financial Services Technology Summit 2025
Financial Services Technology Summit 2025
Ray Bugg
 
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Hybridize Functions: A Tool for Automatically Refactoring Imperative Deep Lea...
Raffi Khatchadourian
 
Connect and Protect: Networks and Network Security
Connect and Protect: Networks and Network SecurityConnect and Protect: Networks and Network Security
Connect and Protect: Networks and Network Security
VICTOR MAESTRE RAMIREZ
 
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
BookNet Canada
 
Vibe Coding_ Develop a web application using AI (1).pdf
Vibe Coding_ Develop a web application using AI (1).pdfVibe Coding_ Develop a web application using AI (1).pdf
Vibe Coding_ Develop a web application using AI (1).pdf
Baiju Muthukadan
 
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptxReimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
Reimagine How You and Your Team Work with Microsoft 365 Copilot.pptx
John Moore
 
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Challenges in Migrating Imperative Deep Learning Programs to Graph Execution:...
Raffi Khatchadourian
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
TrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business ConsultingTrsLabs - Fintech Product & Business Consulting
TrsLabs - Fintech Product & Business Consulting
Trs Labs
 
fennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solutionfennec fox optimization algorithm for optimal solution
fennec fox optimization algorithm for optimal solution
shallal2
 
GyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
GyrusAI - Broadcasting & Streaming Applications Driven by AI and MLGyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
GyrusAI - Broadcasting & Streaming Applications Driven by AI and ML
Gyrus AI
 

Codeigniter : Custom Routing - Manipulate Uri

  • 1. CodeIgniter Custom Routing : Manipulate your URI Abdul Malik Ikhsan http://slideshare.net/samsonasik/presentations
  • 2. Introduction : URI vs URL  URI : Content type is given by http content negotiation ex : http://www.w3.org/Icons/w3c_home ~> content type : PNG  URL : Content type is represent by spesific resource in web address ex : http://www.w3.org/Icons/w3c_home.gif
  • 3. Why ?  SEO Mith   Hide Original action controller  Manage which action will be called  URI Simplicity ….like this ……  http://twitter.com/samsonasik
  • 4. Default Routing  example.com/product/detail/1  example.com/product/detail/2  example.com/product/detail/3
  • 5. How to Change ?  Modify route in config routes  _remap in your controller ( modify from action controller only )
  • 6. Modify route in config routes ////////////////custom route/////////////// $route['product/(:num)'] = "product/detail/$1"; $route['product/(:num)/get'] ="product/checkout/$1"; $route['product/(:any)'] = "product/index"; $route['blog/(:any)'] = "blogs/users/$1“; $route[‘hehehe'] = "blogs/index“; /* End of file routes.php */ /* Location: ./application/config/routes.php */
  • 7. URI Result  Example.com/product/15  Exampleblog.com/blog/samsonasik
  • 8. _remap in controller public function _remap($method, $params = array()) { if (method_exists($this, str_replace('-','_',$method) )) { call_user_func_array(array($this, str_replace('-','_', $method) ), $params); } else{ show_404(); } } public function show_news($id) //will be called show-news/$id { echo 'show news'.$id; } public function comment_news($id) //will be called comment-news/$id { echo 'comment news'.$id; }
  • 9. And one more thing …. Remove your index.php from your URI with .htaccess
  • 10. RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]
  • 12. This presentation contained copyrighted material licensed under various creative commons licenses unless otherwise noted: References and Further Reading  http://www.anmsaiful.net/blog/php/codeigniter-remap-power-benefit.html  http://en.wikipedia.org/wiki/Content_negotiation  http://ajaxprojects.com/ajax/newsdetails.php?itemid=55  http://www.pierobon.org/iis/url.htm  CodeIgniter User Guide Photos  http://media.popularmechanics.com/images/coaster-maverick-0708.jpg