Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by pyeri … a simple weblog or a forum which can do with procedural code and less bureaucracy. I am not asking you to… Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani …, you proposed that weblogs or forums would do better with procedural code, and I would beg to differ on that :) However… APIs and SDKs in a PHP project Programming Web Development by FarrisFahad … have it for every SDK? I am also using PHP procedural programming and I noticed that these SDKs use OOP. Can… Re: APIs and SDKs in a PHP project Programming Web Development by pritaeas > I am also using PHP procedural programming and I noticed that these SDKs use OOP. > Can someone help me make my first API call using an SDK? Do you understand OOP and can you write code using it? If so, continue to the next step. I'd advise against the other way around. Re: APIs and SDKs in a PHP project Programming Web Development by rproffitt > A software development kit is a collection of software development tools in one installable package. As such your last question doesn't make sense. The SDK installs your software development tools and your code would be where the API is called but not a call to the SDK! Re: APIs and SDKs in a PHP project Programming Web Development by Dani In the context of PHP, an API's SDK is a PHP-based library that is used to access what is typically a JSON-based API. Composer is a dependency manager for PHP, but you typically don't *need* to use it. What API are you trying to connect to? Re: Procedural programming Programming Software Development by mike_2000_17 …solve trivial problems, in total overkill fashion. Procedural programming is also simpler in terms of infrastructure,…Well, you should stop using expressions like "procedural languages" and "OO languages", …be well-versed in at least the following paradigms: procedural, object-oriented, generic, (pure-)functional, and declarative… Re: Procedural programming Programming Software Development by Hiroshe … almost a natural extention to procedural programming. In fact, often my completly procedural programs will almost mirror OOP …with something more algorithmic, I generally prefer a more procedural style (mimicking math), and if I'm dealing…ll find it's quite substantially different then OOP/procedural. Another interesting one to look at is array… Re: Procedural programming Programming Software Development by Chuck_2 Here is an intersting article about ColdFusion which started as a procedural language and then integrated OO capabilities. The arguments for OO or procedural typically relate to which language you first learned. [Click Here](http://objectorientedcoldfusion.org/procedural-vs-object-oriented.html) Procedural programming Programming Software Development by iConqueror … have a few questions: 1. Is there any advantage using procedural than oo? 2. What kind of programmes do you write… with procedural languages that do not require objects? 3. What can procedual… Re: Procedural programming Programming Software Development by diafol Having learned procedural, it was really difficult to get my head around OO. … Procedural animation Programming Software Development by BattlingMaxo Is procedural animation the same as tweening? I have looked on the net but get different answers. BattlingMaxo Re: Procedural animation Programming Software Development by Nick Evan [URL="http://en.wikipedia.org/wiki/Procedural_animation"]procedural animation[/URL] is a (programming)technique to allow for better animation then predefined animation would. while [URL="http://en.wikipedia.org/wiki/Tweening"]tweening [/URL]is more eye-candy / an effect. Procedural task inside a game loop Programming Game Development by cobbel9 … that constantly update and draw, how can I perform some procedural task, such as 5 second-countdown before the real game… procedural to OOP Programming Software Development by latecomer i'd like to change my code from procedural to OOP and i've got a problem when it … trying to move from procedural to object Programming Web Development by luddite …and used this in useData.php where I used some procedural and some use of data class. data class as…quot;sid"); echo "the elements in array using procedural is: ".$still[0]." and ".$still[1….php in browser being : the elements in array using procedural is: andy and bill the output using function is: … Re: Hi I need of procedural Programming Software Development by Ancient Dragon … terms -- oops is not the opposite of a procedural language. An "event driven" language is… the opposite of procedural. procedural: the program executed from top down with loops to… redirect it. Most console programs are procedural programs. event driven: The program executes a piece… PHP Procedural vs OOP Programming Web Development by Danny159 Hey, I am a programmer in PHP Procedural and have just applied for a new job to further … PHP OOP and it just looks like OOP is making procedural code 10x longer for no reason..... Whats the point in… learning OOP when it does nothing that procedural programming doesn't do it seems? It just seems like… Re: PHP Procedural vs OOP Programming Web Development by pritaeas …, because these are likely to be more loosely coupled than procedural code. Note that a lot of PHP tools (frameworks, cms…'s) are OOP nowadays, so if you stick to your procedural ways, companies may not be interested in you, because you… not think OOP is the holy grail. For some solutions procedural is still the way to go.) Re: Hi I need of procedural Programming Software Development by Alex Edwards … and C++ I want the difference between procedural programming language and opps languages with beautiful example…level commands vs high level commands? [I]"Procedural programming A programming methodology involving a linear, 'shopping… will encapsulate the same data from your procedural programming example and performs the sort by … Re: Hi I need of procedural Programming Software Development by CoolGamer48 … terms -- oops is not the opposite of a procedural language. An "event driven" language is… the opposite of procedural. procedural: the program executed from top down with loops to… redirect it. Most console programs are procedural programs. event driven: The program executes a piece… OOP vs procedural (mix and match) Programming Web Development by RazorRamon I began doing some research on Paypal API code yesterday and have been lookin through a lot of the examples on the web. A lot of the examples i'm seeing seem to be heavily OOP. Ive never really tried any object oriented type of code I mainly do procedural. Can I mix procedural and OOP? or is this a bad idea and why? Re: PHP Procedural vs OOP Programming Web Development by diafol … them to my needs (if the documentation is any good!). Procedural code is fine for small scale stuff though (IMO). Once… Can This OOP Be Convert To Procedural Style ? Programming Web Development by borobhaisab I am still at procedural style programming. And so, oop code samples confuse me. I … chance you can show me how to convert this to procedural style ? Test the code. It woks fine! https://bytenota.com… Re: Can This OOP Be Convert To Procedural Style ? Programming Web Development by borobhaisab Programmers, I also need help to convert this to procedural style php: include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //--- $url = "https://www.… Re: Can This OOP Be Convert To Procedural Style ? Programming Web Development by borobhaisab … how to convert the 2nd script, in this thread, to procedural style php ? From your converted code, I will see the… Re: Can This OOP Be Convert To Procedural Style ? Programming Web Development by Dani … not all OOP code can easily be converted to a procedural equivalent. Especially in cases like this where we are dealing… Re: Can This OOP Be Convert To Procedural Style ? Programming Web Development by Dani The code that you are starting with is procedural. It's simply incapable of doing what you're requesting. … Re: Can This OOP Be Convert To Procedural Style ? Programming Web Development by borobhaisab … loop do the same for the same item ? Oop or procedural. They (vardump data and foreach loop) data are related. So… Hi I need of procedural Programming Software Development by sambafriends Hi, I need the drawbacks of procedural programming language with good program to explain if any body know best example please send it. I also need the best examples to describe object and class. Please its urgent regards, Samba