- CodeIgniter URLs
- Controllers
- Reserved Names
- Views
- Models
- Helpers
- Using CodeIgniter Libraries
- Creating Libraries
- Using CodeIgniter Drivers
- Creating Drivers
- Creating Core System Classes
- Creating Ancillary Classes
- Hooks - Extending the Framework Core
- Auto-loading Resources
- Common Functions
- Compatibility Functions
- URI Routing
- Error Handling
- Caching
- Profiling Your Application
- Running via the CLI
- Managing your Applications
- Handling Multiple Environments
- Alternate PHP Syntax for View Files
- Security
- PHP Style Guide
Wednesday, 15 June 2016
CodeIgniter General Topics
Subscribe to:
Post Comments (Atom)
Git merge branch to another branch
$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push
-
$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push
-
Netlify Porter Railway Render fly.io clever-cloud.com vercel
-
/* ValidIpAddressRegex = "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$...
No comments:
Post a Comment