At the least Nice site for any one looking to see a symphony example. I don't use symphony and despite liking most of the code I still hate the idea developers hand typing routes and that's my main selling point for something barebones like code igniter or some other automated routing process like a json-rpc API that can figure out what controller to go to on it's own.
Tania – PHP-based free and open source farming management system
11–20 of 26 posts
Re: Tania – PHP-based free and open source farming management system
#12At the least Nice site for any one looking to see a symphony example. I don't use symphony and despite liking most of the code I still hate the idea developers hand typing routes and that's my main selling point for something barebones like code igniter or some other automated routing process like a json-rpc API that can figure out what controller to go to on it's own.
and when you need to rename a single route you do what, rename the whole controller and/or method?
it's really nice to have /controller/method/param/param routing out of the box, so the speed of 0 to MVP is quick, but on the other side, renaming a route sucks. unless you have a list of overrides in which case, may as well just use hand written routes from the get go
Re: Tania – PHP-based free and open source farming management system
#13At the least Nice site for any one looking to see a symphony example. I don't use symphony and despite liking most of the code I still hate the idea developers hand typing routes and that's my main selling point for something barebones like code igniter or some other automated routing process like a json-rpc API that can figure out what controller to go to on it's own.
Re: Tania – PHP-based free and open source farming management system
#14At the least Nice site for any one looking to see a symphony example. I don't use symphony and despite liking most of the code I still hate the idea developers hand typing routes and that's my main selling point for something barebones like code igniter or some other automated routing process like a json-rpc API that can figure out what controller to go to on it's own.
and when you need to rename a single route you do what, rename the whole controller and/or method?
Re: Tania – PHP-based free and open source farming management system
#15It seems like a cross between a GIS data system and farm inventory manager. Plus it has data layers for time based crops, water systems, etc.
Re: Tania – PHP-based free and open source farming management system
#16What product is this competing against if any? I am guessing someone in the farming field may know more about what to do with the program but for the layman an explanation or some instructions as to how you use it would be awesome.
Re: Tania – PHP-based free and open source farming management system
#17The documentation is pretty sparse, and no links to a product page. What does this actually do ?
This release has pretty basic functions, but it works for a small farm like mine. I'm still improving the features.
So sorry about the documentation. I need time to develop the website to accommodate the doc and the user guide.
Re: Tania – PHP-based free and open source farming management system
#18The documentation is pretty sparse, and no links to a product page. What does this actually do ?
The author of the software here. Basically, you can record when you start seedling the crops, when to harvest, record all your seeds inventory, and write to do lists. This release has pretty basic functions, but it works for a small farm like mine. I'm still improving the features. So sorry about the documentation. I need time to develop the website to accommodate the doc and the user guide.
Don't apologize for giving things away for free! Consider the GP's comment helpful feedback, not criticism. :-)
Re: Tania – PHP-based free and open source farming management system
#19Earlier quoted context omitted.
The author of the software here. Basically, you can record when you start seedling the crops, when to harvest, record all your seeds inventory, and write to do lists. This release has pretty basic functions, but it works for a small farm like mine. I'm still improving the features. So sorry about the documentation. I need time to develop the website to accommodate the doc and the user guide.
> So sorry about the documentation. Don't apologize for giving things away for free! Consider the GP's comment helpful feedback, not criticism. :-)
Re: Tania – PHP-based free and open source farming management system
#20At the least Nice site for any one looking to see a symphony example. I don't use symphony and despite liking most of the code I still hate the idea developers hand typing routes and that's my main selling point for something barebones like code igniter or some other automated routing process like a json-rpc API that can figure out what controller to go to on it's own.
That's what I like about Symfony. It's all in my hands to configure.