Snippets

Resize Image Without Stretching in Codeigniter

By this article “resize an image without stretching in CodeIgniter” I’m going to show you the mathematics and logic of resizing an…

6 years ago

Image Snippets

[crayon-66374247df3a0511025703/]   [crayon-66374247df3ab538738035/]  

6 years ago

How do I test if my MySQL query was successful

[crayon-66374247df5f9689550702/] or [crayon-66374247df601694621738/] or [crayon-66374247df605940737351/] also(much better) [crayon-66374247df609448605344/] A better solution I've found is to manage the difference between an…

6 years ago

CodeIgniter removing index.php from url

To remove index.php from URL using .htaccess file in CodeIgniter. htaccess is the shortened used for Hypertext Access, which is…

6 years ago

Query in Codeigniter

SOLUTION ONE [crayon-66374247dfb04953476098/] SOLUTION TWO [crayon-66374247dfb24158293254/] SOLUTION THREE [crayon-66374247dfb28395124525/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-66374247dfb2c151490786/] you can use row() instead…

6 years ago