Skip to content Skip to sidebar Skip to footer
Showing posts with the label Codeigniter

Some Chars Encoded During Post While Others Are Not

TL;DR CodeIgniters' Security Class directly manipulates your Globals such as $_POST and it find… Read more Some Chars Encoded During Post While Others Are Not

How To Insert Linebreaks In Generated Html Code

I am using codeigniter to generate an html table for insertion into a template view. Unfortunately … Read more How To Insert Linebreaks In Generated Html Code

How Render A Tree In Html + Php(codeigniter)

I have an adjacency model list and this is the query: SELECT t1.FIO AS lev1, t2.FIO AS lev2, t3.FIO… Read more How Render A Tree In Html + Php(codeigniter)

How Can I Set Class="active" To Navigation Menu In Codeigniter?

I just start up to be a web developer. Now I create a dynamic website for the first time. I don'… Read more How Can I Set Class="active" To Navigation Menu In Codeigniter?

Dropdown Required Not Working In Codeigniter

I want to make the mail is field required, but somehow its not working, am i missing something? Sol… Read more Dropdown Required Not Working In Codeigniter

Dynamic Properties Name In Php

There is an object in PHP named $item , and in this object I have properties of title , title_cn, … Read more Dynamic Properties Name In Php

Header Shown Two Times When Using Jquery Tabs

I got a weird error (i use codeigniter), the header and jquery tabs is shown two times : This is m… Read more Header Shown Two Times When Using Jquery Tabs

Strange Characters When Using Pound Sign

I've already got this line in my header.. I have an input form and when I enter a pound sign … Read more Strange Characters When Using Pound Sign