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-6640c1bf8e618869439377/]   [crayon-6640c1bf8e61f153320469/]  

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

6 years ago

How do I test if my MySQL query was successful

[crayon-6640c1bf91b57650515748/] or [crayon-6640c1bf91b60181088302/] or [crayon-6640c1bf91b63475510282/] also(much better) [crayon-6640c1bf91b74569829366/] A better solution I've found is to manage the difference between an…

6 years ago

Print SQL statement in codeigniter model

[crayon-6640c1bf91e64528829628/]  

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-6640c1bf921f6236963679/] SOLUTION TWO [crayon-6640c1bf921fc816065552/] SOLUTION THREE [crayon-6640c1bf921fe701275013/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-6640c1bf92200826842166/] you can use row() instead…

6 years ago