OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 1

Problem to insert new field

neeraj25 (Visitor)
Posts: 0
graphgraph
User Offline
Problem to insert new field 12 Years, 6 Months ago
Karma: 0  
Hi,

I need to create one more field as KMS UP TO , i m facing problem to insert data into database. i already create new column in vehiclemanager_vehicles table.

where to write code to insert and update data for field KMS UP TO
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Problem to insert new field 12 Years, 6 Months ago
Karma: 101  
Hi,

In Vehicle Manager - you may see file like :
{yours site}/components/com_vehiclemanager/vehiclemanager.class.php
That file responsible for class vehiclemanager, in it all fields have name exactly like fields in Database. So when you save class - it automatically bind fields from class to fields in Database

exactly so fo other classes like "rent_request"
{yours site}/components/com_vehiclemanager/vehiclemanager.class.rent_request.php

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
neeraj25 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Problem to insert new field 12 Years, 6 Months ago
Karma: 0  
Hi,

Thanks for the help its working fine now.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Problem to insert new field 12 Years, 6 Months ago
Karma: 101  
You may vote for us on joomla.org

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»