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…

7 years ago

Image Snippets

[crayon-67a5b68000afa319628186/]   [crayon-67a5b68000b08244416061/]  

7 years ago

Query Builder Class

Query Builder Class¶ CodeIgniter gives you access to a Query Builder class. This pattern allows information to be retrieved, inserted,…

7 years ago

How do I test if my MySQL query was successful

[crayon-67a5b68002e50171263204/] or [crayon-67a5b68002e58491261919/] or [crayon-67a5b68002e59993075955/] also(much better) [crayon-67a5b68002e5a404213250/] A better solution I've found is to manage the difference between an…

7 years ago

Print SQL statement in codeigniter model

[crayon-67a5b68003171077419013/]  

7 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…

7 years ago

Query in Codeigniter

SOLUTION ONE [crayon-67a5b68003447463465859/] SOLUTION TWO [crayon-67a5b6800344c572570797/] SOLUTION THREE [crayon-67a5b6800344f594625271/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-67a5b68003450006121369/] you can use row() instead…

7 years ago