Member Since 1 Month Ago
Kazan
4,940 experience to go until the next level!
In case you were wondering, you earn Laracasts experience when you:
Earned once you have completed your first Laracasts lesson.
Earned once you have earned your first 1000 experience points.
Earned when you have been with Laracasts for 1 year.
Earned when you have been with Laracasts for 2 years.
Earned when you have been with Laracasts for 3 years.
Earned when you have been with Laracasts for 4 years.
Earned when you have been with Laracasts for 5 years.
Earned when at least one Laracasts series has been fully completed.
Earned after your first post on the Laracasts forum.
Earned once 100 Laracasts lessons have been completed.
Earned once you receive your first "Best Reply" award on the Laracasts forum.
Earned if you are a paying Laracasts subscriber.
Earned if you have a lifetime subscription to Laracasts.
Earned if you share a link to Laracasts on social media. Please email [email protected] with your username and post URL to be awarded this badge.
Earned once you have achieved 500 forum replies.
Earned once your experience points passes 100,000.
Earned once your experience points hits 10,000.
Earned once 1000 Laracasts lessons have been completed.
Earned once your "Best Reply" award count is 100 or more.
Earned once your experience points passes 1 million.
Earned once your experience points ranks in the top 50 of all Laracasts users.
Earned once your experience points ranks in the top 10 of all Laracasts users.
Replied to DBF External Database. How Correctly Import
Sorry laracast banned any text with a dot and links or a code
Started a new Conversation DBF External Database. How Correctly Import
I have a database file that stores the quantity of goods in stock in dbf format external dbf file on the ftp I do not understand how to organize the following points correctly (where to place the executable code) So far, I see the process like this: ftp configurate ok all write and read
Start reading the dbf file on schedule and calculate the checksum of the file check in local database if there was an import operation of this file before ( if not, step 2) Using php-xbase and read the file convert it from CP866 to UTF8 save the data array to a variable dbfarray Checking and updating local database
Start the Foreach
dbfarray as dbf record exist || dbf record != mysql record
update local database
calculate the checksum of the dbf file write to the checksum in the database
where would it be correct to place all this logic? write a separate file with import logic and call it in the model method Or do we need to arrange everything differently?
Pls help