Finished Manage Console/Twitter Questions
I kind of procrastinated a lot today. I woke up really early to start coding but then it was so nice outside and I got distracted.
Having already coded 3 other “Manage” sections, I was hoping this one wouldn’t be too bad. But obviously all of these manage sections have their own little qwerks to them and special things that they need. What gave me the most problems was a stupid mistake I had made in the beginning when I first made console class where I wasn’t sorting by the row that I had set to sort the console options. I probably spent like an hour and half trying to figure out why the move up and down wasn’t working.
Anyway once I figured that out I just needed to sort it correctly everything went fine.
I have to go to a wedding tomorrow so I’m probably not going to do any coding tomorrow. Next on my list is to do the Console Categories section which has the same Add and Manage type pages. It *should* be easy to get done.
Also sorry to the 2 people that were tweeting at me I never knew where to look to see the mentions before. :\
I answered them on twitter but just so everyone else knows as well I’ll answer here too.
Question 1: ”have just came across your site is this a full site script any eta on v4?”
Yes, it is going to be a full site script and I am hoping to have a beta release by September.
Question 2: “is there a guide on v3? Will v4 be free or how much for a license?”
v4 will be free. There are no guides for v3. I wanted to make one but I decided it would be better to get v4 finished. I am planning to make some video tutorials for v4.
Question 3: “Is BlueThrust v4 gonna be straight line by line(v3 code) or object oriented php?”
I am kind of a noob with object oriented programming. I took 2 intro java courses in college and that is really all I know about object orient programming. However, one of the main reasons I started v4 was to code it in OOP and learn/get better at it. So yes, it will be object oriented. The line by line is what I am not really sure about, the pages just use the objects and I have methods and functions that are used with the objects but it’s still kind of line by line so I am not really sure how to answer whether it is line by line. I guess its a mix.