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-68b6f7bccdfe8417235601/]   [crayon-68b6f7bccdff6718683063/]  

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-68b6f7bccfe76446643459/] or [crayon-68b6f7bccfe80239723102/] or [crayon-68b6f7bccfe82747210073/] also(much better) [crayon-68b6f7bccfe83971081839/] A better solution I've found is to manage the difference between an…

7 years ago

Print SQL statement in codeigniter model

[crayon-68b6f7bccffe0094169516/]  

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-68b6f7bcd01f2674794097/] SOLUTION TWO [crayon-68b6f7bcd01f6436458915/] SOLUTION THREE [crayon-68b6f7bcd01f9841908269/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-68b6f7bcd01fa364807294/] you can use row() instead…

7 years ago