CodeIgniter Step By Step Tutorial: Previous post, we have build simple first application. That application do not use database. In this post, we try to set database for CodeIgniter.
please, open database.php within CodeIgniter\system\application\config. Set config like below:
Make sure, it match with your database.
[...]
CodeIgniter Step By Step Tutorial: If previous post we learn how to send parameter to view, now, we will learn how to get parameter from GET. As we know, we can see this parameter from Url. Example: http://localhost/index.php?name=Andi. Clear, we can get parameter name. How about in CodeIgniter?
Ok, we learn by doing. Open again [...]
CodeIgniter Step By Step Tutorial: We still wok with our first application at CodeIgniter. But we will build controller and view better. Create parameters in controller and send it to view. It will make our application more flexible.
Open your hello.php within CodeIgniter/system/application/controller. Overwrite become like this:
Now, open your you_view.php within CodeIgniter/system/application/views. Rewrite [...]
CodeIgniter Step By Step Tutorial: As usually, we will create first application by build hello application. But, before write code, we must know that we will build application use Model Controller View (MVC) pattern. We ever talk about MVC at here. Hope you read that posting if you still don’t know about MVC. Although that [...]
CodeIgniter is open souce PHP Framework.
What is CodeIgniter? Cool toolkit for building web. Simple and elegant framework to create web applications. Good documented PHP framework Why CodeIgniter? Cool performance Small footprint Almost zero configuration framework Framework with good and clear documentation Where You can get it? You can download at http://codeigniter.com/ Whenever you need [...]
Categories
- Accounts, Finance
- Architect,Interior Design
- Automobiles
- Banking, Financial Services
- BPO, KPO
- Construction, Engineering
- Consultants
- Content, Journalism
- Engineering Design
- Export, Import
- Fashion
- Feng Shui
- Gadgets
- Global, Climate
- Healthcare, Medical
- Hotels, Restaurants
- HR, Admin
- Insurance
- IT, Software Services
- IT- Hardware
- Management
- Marketing, Advertising
- Media, Entertainment
- NGO
- Other
- Pharma, Biotech
- Photography
- Recipe
- Retail
- Site Engineering
- Teaching, Education
- Telecom
- Travel
- Trekking and Mountaineering
- TV, Films
- Web, Graphic Design
Add Widgets (Secondary Sidebar)
This is your Secondary Sidebar. Edit this content that appears here in the widgets panel by adding or removing widgets in the Secondary Sidebar area.
