Saturday 2 July 2022

Get Data through Model in Codeigniter 4

Table Structure



 Model

<?php

namespace App\Models;
use CodeIgniter\Model;
class ContactModel extends Model
{
      protected $table='holywebcontact';
       protected $primaryKey = 'ID';
       protected $allowedFields = ['ID', 'Name', 'Phone', 'Message', 'CreatedDate'];     

}

Controller

<?php 

namespace App\Controllers;
use App\Models\ContactModel;
class Home extends BaseController
{

     public function dataread()
    {

        $data['title'] = 'DB Get Demo';
       $crudModel = new ContactModel();
        $data['user_data'] = $crudModel->findAll(); 
        return view('tmp2', $data);

    }

}

Note: Below is a list of some different types of conditions/filters for data access.
 
$data['user_data'] = $crudModel->where('id>=','5')->orderBy('id', 'DESC')->paginate(5);

 $data['user_data'] = $crudModel->where('id>=','5','phone','22')->orderBy('id', 'DESC')->paginate(5);

$data["model"]=$album->where('AlbumID', $aid)->findAll();


Get All record with ouder by clause

$data=$GalleryModel->orderBy('ID', 'DESC')->findAll();

View

<?php

foreach ($model as $item)
{
       echo $item["ID"] . "," . $item['Name'] . "<br>";
}

?>

Next Topic

Friday 1 July 2022

Record Save Using Entity Framework

Read Basics of Entity Framework on my previous post for understand this example.

EntityFramework Basics


Date Save Code

 dbConnection db = new dbConnection();

db.Bill.Add(data);

db.SaveChanges();


Next Topic

Wednesday 29 June 2022

Unable to write in session folder in windows 10 using Codeigniter 4

 This post is applied on following Codeigniter Error

  • Unable to write in session folder in windows 10 using Codeigniter 4
  •  SYSTEMPATH\Session\Handlers\FileHandler.php at line 102
  •  Uncaught Exception: Session: Configured save path
  • CodeIgniter\Session\Exceptions\SessionException

Solution 

I solved this issue... for anyone experiencing this... changing permissions to anything didn't work. Somehow they had been corrupted on the actual folder so I deleted the cache folder and session folder and created new folders and replaced the contents (files ended up not being an issue). This fixed my issue.

Note: In my case, this error occurred due to google cloud backup because I was working simultaneously while the backup is running and Google Backup corrupted the session folder. 

Thursday 23 June 2022

Celebrating 10 Years Anniversary SVG Animation

 Celebrating 10 Years Anniversary SVG Animation




Step to create and animate SVG File

SVG is numeric formate of graphic representation. You can create SVG files easily using Coral Draw. Create a graphic in the coral draw and export it in SVG format. One's SVG file was extracted. You will get the code of the entire file in SVG format.

Apply CSS animation code as you apply in HTML file

HTML File Code : 

<html>

<head>

    <title>SVG</title>

</head>

<body>

    <style>

     

    </style>

    <object data="akt.svg" width="500" height="500"> </object>

    <p class="rotate">Lorem</p>

</body>

</html>

Friday 3 June 2022

Microsoft Access Read/Write on Plesk Windows Server C# ASP.NET




Microsoft Access database crud operations are mostly done by the ACE driver which works offline smoothly but when you run your application online especially on the windows server through Plesk. The ACE driver is not supported by the mostly windows server and MS Access is also not recommended for online applications. But in some circumstances, there is a need to run it online mostly, in the case of running an offline application online to enhance customer services. This post will help you that how can you run the MS Access application on a windows server using the Plesk server interface.  I will show you to connect your application using ODBC server and perform read/write operations in MS Access in the Windows Server Plesk server interface. 

Monday 23 May 2022

Multiple Condition Entity framework toList Method | ASP.Net C# MVC

Hi, This post will show you, How to apply multiple or complicated condition with Entity framwork dbContext toList method using the where clause. If you are coming first time to this post, please read my post for Entity Framework Introduction. Example of this post-based Entity Framework Introduction. 

Friday 20 May 2022

Introduction Entity Framework for Begina record display | ASP.NET MVC C#

Entity Framework (EF)

Entity Framework (EF) is developed by Microsoft which automates the database insert,Update,select and delete (CRUD) operations without manually coding. ER increase the development time because database-related task is done without long code. 

This post will help you understand ER operation. This post is designed for beginners as well as experts both. Step by step instruction is given to display records from SQL Server. 

Friday 8 April 2022

Send Whatapp message from contact form | PHP

 

PHP Code

<?php

if(isset($_POST['submit']))
{

 

$str="https://wa.me/+91-9795000000?text=";

$str.="Roll%20:%20" . preg_replace('/ /','%20',$_POST['Roll']);

$str.= ",Name%20:%20. preg_replace('/ /','%20',$_POST['Name']);

$str.=",City%20:%20" . preg_replace('/ /','%20',$_POST['City']);

header("Location: $str");
}

?>          


HTML

<form method="post" style="margin:4%">

 

    <input type="text" name="Roll" /><br />

    <input type="text" name="Name" /><br />

    <input type="text" name="City" /><br />

    <input type="submit" name="submit" value="Send" />

 

</form>


Monday 28 March 2022

Hotel Management System Synopsis Download Free

 


Hotel  Management System Synopsis Download Free PDF and Word Version.

 Click to   Download Hotel   Management System System Synopsis PDF Version 



 Click to Download  Hotel    Management System Synopsis Synopsis Word Editable Version. 



Saturday 26 March 2022

Real Estate Management System Synopsis Download Free

 



Real Estate Management System Synopsis Download Free PDF and Word Version.

 Click to   Download Real Estate Management System System Synopsis PDF Version 


 Click to Download  Real Estate Management System Synopsis Synopsis Word Editable Version. 






Saturday 19 March 2022

Coaching Management System Synopsis Download Free

 

Coaching Management System Synopsis Download Free

Coaching Management System Synopsis Download Free PDF and Word Version.


Click to   Download Coaching Management System System Synopsis PDF Version 


Click to Download  Coaching Management System Synopsis Synopsis Word Editable Version.


Wednesday 16 March 2022

Parameterized Repository ASP.Net C#

 public bool SavePackage(PackageModel data, ref string ErrMsg)
        {

            String result = "";
            string sql = "insert into Package (PackageName,Price) values(@PackageName,@Price)";
            try
            {

Tuesday 15 March 2022

FMCG Management System Synopsis Download Free

 

FMCG  Management System Synopsis Download Free

FMCG Management System Synopsis Download Free PDF and Word Version.


Click to   Download FMCG  Management System System Synopsis PDF Version 


Click to Download  FMCG   Management System Synopsis Synopsis Word Editable Version.




Next Synopsis

Layout In CI

Step 1 :

Make a folder named shared in app/Views

Step 2 : 

Make 3 files named menu.php,footer.php,layout.php

menu.php : will hold menu of website

layout.php : will hold master layout page for your website

footer.php : will hold footer code 

Sunday 13 March 2022

Play School Management System Synopsis Download Free

Play School Management System Synopsis Download Free

Play School Management System Synopsis Download Free PDF and Word Version.


Click to   Download Play School Management System System Synopsis PDF Version 

  Click to Download  Play School Management System Synopsis Synopsis Word Editable Version.


Download  Next Synopsis



Library Management System Synopsis Download Free

 

Library Management System Synopsis Download Free


Library   Management System Synopsis Download Free PDF and Word Version.


 Click to   Download Library  Management System System Synopsis PDF Version 


 Click to Download  Library     Management System Synopsis Synopsis Word Editable Version.



Thursday 10 March 2022

Online Exam Management System Synopsis Download Free

 

Online Exam Management

Online Exam Management System Synopsis Download Free PDF and Word Version .

   Click to   Download Online Exam Management System System Synopsis PDF Version 


 Click to Download  Online Exam Management System Synopsis Synopsis Word Editable Version.




Sunday 6 March 2022

Student Fee Management System Synopsis Download Free

 


Student Fee Management System Synopsis Download Free PDF and Word Version .

  Click to   Download Student Fee Management System System Synopsis PDF Version 


  Click to Download  Student Fee Management System Synopsis Synopsis Word Editable Version.






Saturday 5 March 2022

Primary School Management System Synopsis Download Free

 

Primary School Management System Synopsis Download Free


Primary School Management System Synopsis Download Free PDF and Word Version .


  Click to   Download Primary School Management System System Synopsis PDF Version 

 Click to Download  Primary School Management System Synopsis Synopsis Word Editable Version.



Friday 4 March 2022

Student Management System Synopsis Download Free

 

Inter College Management Synopsis Download Free PDF and Word Version

Student Management System Synopsis Download Free PDF and Word Version .


 Click to   Download Student Management System Synopsis PDF Version 


Click to Download  Student Management System Synopsis Synopsis Word Editable Version